checkout on existing directory structure
From: <kovlensky_at_interia.pl>
Date: 29 May 2009 15:35:55 +0200
Scenario - files/directories are added to svn by svn import. Further updates require svn commit. To commit, svn must be checkouted first. How to checkout imported structure on existing files/dirs structure?
Example: svn holds a file, let's say a/b/c/d.txt. File /x/a/b/c/d.txt exists on filesystem. As the file was just imported to svn both disk and svn file match. What should I do to get equivalent of svn checkout in /x directory having files/dirs present, but unversioned, on filesystem? The final result I need are all files/dirs in svn versioned (i.e. .svn dirs appers) and all remaining files (i.e. unversioned) left intact.
I hope there is a way. I really really really cannot wipe this system or files out even for a moment.
----------------------------------------------------------------------
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.