[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Schedule migration from CVS to Subversion
From: |
Sven Luther |
Subject: |
Re: Schedule migration from CVS to Subversion |
Date: |
Fri, 9 Sep 2005 18:02:58 +0200 |
User-agent: |
Mutt/1.5.9i |
On Fri, Sep 09, 2005 at 11:46:52AM -0300, Otavio Salvador wrote:
> Hello folks,
>
> I was talking in IRC, at #parted channel, with Sven and we think to
> migrate upstream source code from CVS to Subversion.
>
> I propose to do it in next weekend (09/17) and want to ask if anybody
> have problems with that?
>
> The proposed layout for repository is the following:
The below is the debian specific part, so unless you want to help out with
debian packageing, this can be safely ignored.
> debian/trunk/parted/sid
> debian/trunk/parted/sarge
> debian/trunk/parted/etch
> debian/trunk/parted/experimental
> debian/trunk/gparted
> debian/trunk/tools
> debian/tags/parted
> debian/tags/gparted
This is the content of the parted CVS, and the history of the CVS will be
imported here. I hear the devel tree is dead, so mayeb it can fall apart.
> upstream/trunk
> upstream/devel
> upstream/tags
If you are interested only in following the main trunk, you will only be
interested in the trunk, and you need to do the following :
- Check-out :
svn co svn+ssh://<user>@svn.debian.org/svn/parted/upstream/trunk parted
- Anonymous check-out :
svn co svn//svn.debian.org/svn/parted/upstream/trunk parted
Then you can go into the parted dir and do :
- Update : svn up
- Commit : svn ci
- Tagging :
svn cp svn+ssh://<user>@svn.debian.org/svn/parted/upstream/trunk \
svn+ssh://<user>@svn.debian.org/svn/parted/upstream/tags/<mytag>
Well, that is it for the most part, read the subversion book for details at :
http://svnbook.red-bean.com/en/1.1/index.html
and/or the svn builtin help, obtained by :
svn help
Friendly,
Sven Luther
Re: Schedule migration from CVS to Subversion, leslie . polzer, 2005/09/09