Re: Is there a replace or copy with replace command
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-11 14:44:55 CEST
"Jojakim Stahl" <JStahl@demig.de> writes:
> I want to replace a item in the repos with another one. That ist performing
'svn cp' works the same way as unix cp: it doesn't overwrite
It's certainly easy to do what you want in *two* commits: just delete
But I thought maybe I could do it in a single transaction, using the
$ svn rm dir2
...at this point, 'svn st' shows 'A + dir2', and the entry claims
But when I try to commit the replacement, I get an out-of-date error
Philip, any ideas? Maybe this is a bug?
---------------------------------------------------------------------
|
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.