Re: can't 'svn cp' *twice* - bug or prohibited?
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-09 23:40:57 CET
Alexis Huxley <ahuxley@gmx.net> writes:
> I've got a file in a working copy. Actually, I want a second copy of
There are two choices: 1) 'svn rm' the second file and then 'svn cp'
> Unfortunately it doesn't work. It says:
That's the intended beahviour.
> Here's the recipe:
I'll assume you can handle the 'svn rm' followed by 'svn cp' option,
If file2 was created by copying revision X of file1 then you want to
svn merge -rX:HEAD url_of_file1 wc/file2
If you make further changes to file1 you can use merge to add those to
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Dec 9 23:41:39 2002 |
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.