[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Fwd

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-01 10:24:07 CEST

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

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.