RE: Replacing a directory in WC/Repos
From: Jojakim Stahl <joja.lists_at_jojakim.de>
Date: 2006-02-17 13:48:10 CET
> >>> Is there a svn replace or svn copy --replace command available?
Didn't find a feature request mentioning "replace" in summary.
> > Because you cannot svn rm and svn cp/mv in one transaction
Don't know how to put two svn invocations into one transaction.
> If you mean with URLs, without a working copy, then you're probably
Try the following lines (they are for windows, but should easily be adapted
:: remember working root
:: create test repository
:: create inital structure and import it
:: delete imported things
:: checkout the two projects
:: include prj1 in prj2 by copy and commit
:: modify file in prj1 and commit
:: update projects
:: try to update prj1 in prj2
:: try to copy, but this will fail...
:: OS delete svn rm'ed dir first
:: try again to copy
:: try commit, but this will fail...
---------------------------------------------------------------------
|
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.