Re: Importing two versions of a single project at once
From: Miha Vitorovic <mvitorovic_at_nil.si>
Date: 2006-06-12 09:17:39 CEST
Guillaume Bilodeau <gb.forums@yahoo.com> wrote on 08.06.2006 09:24:11:
> Hi all,
Since it is a new repository and you don't have any history, you are
I suggest you do it like this:
0 - do a full backup of all your files!!!!! :)
> 1- install Subversion server on remote server
Create directories on disk:
Copy your v1.0 files into /tmp/repo-imp/tags/v1.0
Copy your v2.0 files into /tmp/repo-imp/trunk/
cd /tmp/repo-imp/
svn import . svn://host/repository -m "Initial import"
delete /tmp/repo-imp since it is no longer needed
> 7- create a v1.1 branch from the v1.0 tag
> 11- create a v2.0 tag from the repo trunk
checkout the trunk where you need it
checkout the v1.1 branch where you need it
continue with the development
> 13- when v1.1 development is complete, create a v1.1 tag from the v1.1
Regards,
--- Miha Vitorovic Inženir v tehničnem področju Customer Support Engineer NIL Data Communications, Tivolska cesta 48, 1000 Ljubljana, Slovenia Phone +386 1 4746 500 Fax +386 1 4746 501 http://www.NIL.si --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Jun 12 09:18:49 2006 |
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.