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

RE: svn switch question

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: 2007-11-01 19:30:04 CET

> I am a bit confused by the question. Are you saying that you have
these
> paths as a single working copy, then "switched" C and A to tags
> elsewhere in the repository, then deleted C from the repository? Is
> "path" a subfolder of trunk and tag1 and tag2 subfolders of tags?

Yes. This is the working copy:
  path/ => trunk/path
  path/A => tags/tag2/path/A
  path/B => trunk/path/B
  path/C => tags/tag1/path/C

In a revision after tag1 was created the path trunk/path/C was deleted.
Now I want path/C to be the same as trunk/path/C (deleted) without
affecting path/A.

If I did a 'svn sw trunk/path path' then path/C would get deleted, but
it also forces path/A to the trunk as well, which I need to avoid.

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 1 19:30:48 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.