Thread: [Perl-workflow-devel] Migrating from CVS to SVN as SCM
Brought to you by:
jonasbn
From: Jonas B. N. <jo...@gm...> - 2007-01-19 14:05:03
|
Hi All, Martin Bartosch have mentioned to me earlier, it would be nice to move from CVS to Subsversion. When setting up the project at SF.net I did want to change SCM at the same time and the current SCM was CVS. So my question to you is, is it something we should persue, as far as I can understand from the manual http://sourceforge.net/docs/E09, it should be possible to migrate to SVN from CVS. Let me know what you think, jonasbn |
From: Martin B. <vc...@cy...> - 2007-01-25 08:43:06
|
Hi Jonas, sorry for the late answer, I was quite busy... > So my question to you is, is it something we should persue, as far as > I can understand from the manual > http://sourceforge.net/docs/E09, it should be possible to migrate to > SVN from CVS. A friend did this on SF and as far as I remember it went smoothly and without any problems. SVN has many advantages, and I would appreciate to have a SVN repository instead of CVS. Cheers Martin |
From: Alexander K. <ak-...@cy...> - 2007-01-25 08:55:54
|
Hi Jonas, On Thu, Jan 25, 2007 at 09:43:31AM +0100, Martin Bartosch wrote: > sorry for the late answer, I was quite busy... same here (same project :-) ... > A friend did this on SF and as far as I remember it went smoothly and > without any problems. SVN has many advantages, and I would appreciate > to have a SVN repository instead of CVS. I fully agree. Atomic revisions for the whole set of files instead of for each file individually and the ability to use it even behind really restrictive firewalls are the key killer features for me. Regards, Alex -- Dipl.-Math. Alexander Klink | IT-Security Engineer ak-...@cy... | working @ urn:oid:1.3.6.1.4.1.11417 |
From: Jonas B. N. <jo...@gm...> - 2007-01-25 09:58:48
|
Ok, So we migrate to SVN. I am currently in the process of organizing the Nordic Perl Workshop, so I am quite busy when not working, but I will attempt to line up everything and write a simple, and then I will notify the list again with the plan. Then we can set a date and execute the plan. This might seem overly strutured, but I need this in order to schedule it with my other activities. jonasbn On 25/01/2007, at 9.55, Alexander Klink wrote: > Hi Jonas, > > On Thu, Jan 25, 2007 at 09:43:31AM +0100, Martin Bartosch wrote: >> sorry for the late answer, I was quite busy... > same here (same project :-) ... > >> A friend did this on SF and as far as I remember it went smoothly and >> without any problems. SVN has many advantages, and I would appreciate >> to have a SVN repository instead of CVS. > I fully agree. Atomic revisions for the whole set of files instead > of for each file individually and the ability to use it even behind > really restrictive firewalls are the key killer features for me. > > Regards, > Alex > -- > Dipl.-Math. Alexander Klink | IT-Security Engineer > ak-...@cy... | working @ urn:oid:1.3.6.1.4.1.11417 > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Perl-workflow-devel mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-workflow-devel |
From: Jonas B. N. <jo...@gm...> - 2007-06-02 21:00:15
|
Hello All, I have just gotten cvs2svn installed on my Apple workstation. http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976 This gave me some trouble, but this page came to the rescue: http://blog.plasticsfuture.org/2006/03/04/install-cvs2svn-on-mac-os- x-1042/ Following this SF.net guide, I will migrate CVS to Subversion: http://sourceforge.net/docs/E09#import This article was also a good reference: http://www.onlamp.com/pub/a/onlamp/2005/10/03/cvs-to-subversion-with- cvs2svn.html I will fool around with a dump file to begin width and I will initiate the conversion monday (4th. June 2007) unless somebody tell me not to. So if you have code, which is not checked in, you can either wait until subversion is accessible or you can check it in now. jonasbn |
From: Jonas B. N. <jo...@gm...> - 2007-06-05 06:18:56
|
Hello All, I have initiated the cvs to svn migration. The proces is now queued with sf.net and can take up to a couple of days. I will post the subversion information when the process has finished. jonasbn On 02/06/2007, at 23.00, Jonas B. Nielsen wrote: > Hello All, > > I have just gotten cvs2svn installed on my Apple workstation. > > http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976 > > This gave me some trouble, but this page came to the rescue: > > http://blog.plasticsfuture.org/2006/03/04/install-cvs2svn-on-mac- > os-x-1042/ > > Following this SF.net guide, I will migrate CVS to Subversion: > > http://sourceforge.net/docs/E09#import > > This article was also a good reference: > > http://www.onlamp.com/pub/a/onlamp/2005/10/03/cvs-to-subversion- > with-cvs2svn.html > > I will fool around with a dump file to begin width and I will > initiate the conversion monday (4th. June 2007) unless somebody > tell me not to. So if you have code, which is not checked in, you > can either wait until subversion is accessible or you can check it > in now. > > > jonasbn > > |
From: Jonas B. N. <jo...@gm...> - 2007-06-05 08:02:30
|
Hello All, The subversion migration has been completed and the sourcecode should now be available in Subversion (also still in CVS), but future work will use Subversion. See more at: http://sourceforge.net/svn/?group_id=177533 or the brief version: svn co https://perl-workflow.svn.sourceforge.net/svnroot/perl- workflow perl-workflow jonasbn On 05/06/2007, at 8.15, Jonas B. Nielsen wrote: > Hello All, > > I have initiated the cvs to svn migration. The proces is now queued > with sf.net and can take up to a couple of days. I will post the > subversion information when the process has finished. > > jonasbn > > On 02/06/2007, at 23.00, Jonas B. Nielsen wrote: > >> Hello All, >> >> I have just gotten cvs2svn installed on my Apple workstation. >> >> http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976 >> >> This gave me some trouble, but this page came to the rescue: >> >> http://blog.plasticsfuture.org/2006/03/04/install-cvs2svn-on-mac- >> os-x-1042/ >> >> Following this SF.net guide, I will migrate CVS to Subversion: >> >> http://sourceforge.net/docs/E09#import >> >> This article was also a good reference: >> >> http://www.onlamp.com/pub/a/onlamp/2005/10/03/cvs-to-subversion- >> with-cvs2svn.html >> >> I will fool around with a dump file to begin width and I will >> initiate the conversion monday (4th. June 2007) unless somebody >> tell me not to. So if you have code, which is not checked in, you >> can either wait until subversion is accessible or you can check it >> in now. >> >> >> jonasbn >> >> > |