On Thu, 2009-12-10 at 11:54 +0100, Angel Spassov wrote:
> We are two users managing our homepage through subversion
> in order to synchronize each others work. 
> We upload everything to the server via the following command in rsync:
> 
> 
> rsync -avzt --exclude ".svn" --exclude "*~" -e ssh .  
> webser...@webserver.org:/path/to/the/webpage
> 
> 
> Everything works just fine except of one annoying issue. 
> rsync synchronizes everything when the person between two uploads change.
> 
> So if my colleague made the last change to the server, 
> the next time I am rsync-ing everything needs to be synchronized again 
> (which is of course expected, but still annoying).
> 
> Is there some elegant option to combine subversion + rsync in a wiser way
> in order to upload only the changes with altering users?

One option would be to have another SVN working copy on the web server
and update it with "svn up" instead of rsync.  That does mean you can't
test changes before committing them to SVN.

-- 
Matt

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to