[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Check in a new version of source tree ?

From: Martin Schröder <martin_at_oneiros.de>
Date: 2007-05-22 19:26:34 CEST

2007/5/22, Jim Sokoloff <jim@sokoloff.com>:
> On Tue, 22 May 2007, Martin Schröder wrote:
> > The copying/deleting can be done by
> > rsync --delete -vacC
>
> But that will leave locally deleted files still under
> revision control and in the repository, right?
> Presumably not what the OP intends.

Yes. What I actually did was first
   rsync --delete -vancC
which will do nothing but tell you which files will change and be deleted,
delete the files to be deleted with svn rm,
copy the files over with
   rsync -vacC
and do an svn add for all files unknown to svn.

Best
   Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 22 19:26:54 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.