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
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 .
>
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:
>
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