RE: svn copy question
From: Sander Striker <striker_at_apache.org>
Date: 2003-05-22 10:20:41 CEST
> From: Yanghui Bian [mailto:ybi@vitesse.com]
> I have the layout below:
You can't do that. It sounds to me that you wanted to do this:
$ svn co http://p1/repos/trunk/westlake
...do mods to westlake...
$ svn ci
$ svn cp http://p1/repos/trunk/westlake http://p1/repos/tags/westlake_111
Or, if you want to only have the local mods on the tag (which effectively
$ svn cp http://p1/repos/trunk/westlake http://p1/repos/tags/westlake_111
...do mods to westlake...
$ svn ci
Note that if you already had trunk/westlake checked out, you could switch
$ svn switch http://p1/repos/tags/westlake_111
> In directory D:\test (it is not revisioned)
What does this mean? That you have an unversioned version of 'westlake'
> $ svn copy westlake http://p1/repos/tags/westlake_111
Probably not what you want, but (and this is not something I would recommend
$ svn import http://p1/repos/tags westlake westlake_111
Why aren't you using the 'svn copy URL URL' syntax?
I strongly urge you to read the Subversion book: http://svnbook.red-bean.com/.
Sander
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.