On Sep 30, 2007, at 23:01, JfK Viper wrote:
> What I did was I checked out everything from my /project/branch
> and then removed all .svn files from all the folders and then
> deleted the whole /project/trunk
> /branches/
> /tags
>
> and then I did mkdir /project/trunk
> /branches/
> /tags
> and then copied all those files and folders, that were checked out
> earlier from where .svn folders were removed, to my /trunk folder
> and then did initial import using svn import
>
> After I did all that then I went ahead and created branches from
> that trunk using svn copy https://../project/trunk https://../
> project/branches/test1
>
> And everything is fine now.
[snip]
Except that your project is now disconnected from its history (svn
log on the project will not be able to show anything earlier than
this import). But if you meant to do that, and don't mind that
everything that you imported is now stored as a full version and not
as a delta against a previous revision, then everything's fine.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 1 11:13:48 2007