Re: multiuser rsync environment

2009-12-10 Thread Matt McCutchen
On Thu, 2009-12-10 at 12:33 +0100, Matthias Schniedermeyer wrote: > The mtime of the files are NOT kept in sync by subversion and differ > between the 2 different working copies you use. [...] > Or, (most "risky") just ignore mtimes '--ignore-times'. I think you mean --size-only. --ignore-times

Re: multiuser rsync environment

2009-12-10 Thread Matt McCutchen
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 . >

Re: multiuser rsync environment

2009-12-10 Thread Matthias Schniedermeyer
On 10.12.2009 11:54, Angel Spassov wrote: > > Dear List, > > I am looking for a solution of the following issue. > > 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: >

multiuser rsync environment

2009-12-10 Thread Angel Spassov
Dear List, I am looking for a solution of the following issue. 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 . we