You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Hans Anderson <wi...@gmail.com> on 2006/03/25 23:10:59 UTC

export only altered files

Is there a way to export only files changed in the last commit?  I'm
looking to update a production web site from a repository (after
testing in dev and staging), but I don't want to export every file
every time.  If not, I could probably convince rsync to work or make
the production web site also a working copy, but I'd rather try this,
if possible.

Thanks,
Hans

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: export only altered files

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 26, 2006, at 00:10, Hans Anderson wrote:

> Is there a way to export only files changed in the last commit?  I'm
> looking to update a production web site from a repository (after
> testing in dev and staging), but I don't want to export every file
> every time.  If not, I could probably convince rsync to work or make
> the production web site also a working copy, but I'd rather try this,
> if possible.

People ask for this on the list every couple weeks. It's not built  
into Subversion. There may be a script already written to do it,  
since so many people ask for it. Look in the contrib directory in the  
repository, and if there's nothing relevant there, search the list  
archives. If nobody has written a proper script for this yet, it's a  
good candidate for inclusion in the contrib directory.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org