accidentily created directory remains
From: Helge Kruse <HelgeKruse_at_t-online.de>
Date: Tue, 6 Jan 2009 07:06:41 +0100
Hello,
I want to reorganize my repository and create a trunk/branch structure.
I moved the former root to /trunk and created a /branch directory and commited it with the repository. Now I wanted to create the
svn copy /trunk/Product /branch/x.y/Product
This copied the complete tree below Product to the new branch. I deleted the local x.y/Product tree and used
svn revert /branch
before any commit. Now I wanted to create the directories x.y and Product and "svn copy" the directories to Product. Unfortunately
svn mkdir x.y
I tried to revert, update and cleanup. But I cant get rid off the x.y directory:
cd /branch
svn revert .
svn update
svn st
But the repository doesn hold this directory:
svn ls
How do I get in sync again and copy efficiently specific directories from the trunk to the branches?
Regards,
------------------------------------------------------
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.