Thank you

2018-02-07 Thread John Lawlor
Hi, I would like to sincerely thank all who contributed to the svn2git project. This evening we completed a long and very complex migration from svn to git. The final count of git repositories was 713. Some repositories brought over 19 years of history from svn. This migration would not have

Re: Potential for loss of history with svn2git

2017-12-18 Thread John Lawlor
to the Modules/bdpe as an independent osgi module. Regards, John On 17 December 2017 at 22:56, Nicolás Alvarez <nicolas.alva...@gmail.com> wrote: > 2017-12-17 11:58 GMT-03:00 John Lawlor <jk.law...@gmail.com>: > > Hi Nicolás, > > > > It is discussed on the KDE svn2git

Re: Potential for loss of history with svn2git

2017-12-17 Thread John Lawlor
; 2017-12-17 2:09 GMT-03:00 John Lawlor <jk.law...@gmail.com>: > > Hi, > > > > I have encountered this problem with svn2git. It may be more to do with > poor > > repository structure in SVN, but it's worth highlighting all the same. > > > > Let's say we h

Potential for loss of history with svn2git

2017-12-16 Thread John Lawlor
Hi, I have encountered this problem with svn2git. It may be more to do with poor repository structure in SVN, but it's worth highlighting all the same. Let's say we have the following in SVN: svn/projects/Modules/framework/file-appender/trunk

History when splitting a repository

2017-10-06 Thread John Lawlor
Hi, Say you have a folder in SVN, let's call it 'Analytics', and it contains 2 sub-directories called Mobinil and MobinilUseCases. You decide to split the contents of Analytics into separate git repositories using svn2git. If I understand correctly, then the history of 'Analytics' will be lost

Re: Converted git repository missing 2 years of history

2017-09-16 Thread John Lawlor
4GB in size but takes two hours to import. I think the reason here is the number of objects. The second one has over 1 million, as it has 17 years of history. John On 15 September 2017 at 17:26, Nicolás Alvarez <nicolas.alva...@gmail.com> wrote: > > El 15 sept 2017, a las 13:19, John

Converted git repository missing 2 years of history

2017-09-15 Thread John Lawlor
Hi, I have converted a large SVN repo to git using svn2git. The repo is 5G on disk: [johnl@pluto:/u01/conversion/tools/bin ]$ du -sh VoltComponents/ 5.4GVoltComponents/ [johnl@pluto:/u01/conversion/tools/bin ]$ When I push it up to the server, it is only pushing 1.5GB of data, and the

How do I compile a debug version of svn2git?

2017-08-09 Thread John Lawlor
Hi, I am just wondering how I compile a debug version of svn2git. In this stack trace: #0 0x7f6cea84b1d7 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x7f6cea84c8c8 in __GI_abort () at abort.c:90 #2 0x7f6ceb6847b4 in qt_message_output

Svn2git core dumps during processing SVN repository

2017-08-07 Thread John Lawlor
Hi, As I mentioned in a previous mail I converted a SVN repository back in March using svn2git, and it ran fine all the way to end. I tried to run the conversion again using history up to the end of July. svn2git core dumped with the following: #0 0x7f6cea84b1d7 in __GI_raise

Core dump with svn2git when using SVN 1.8

2017-08-06 Thread John Lawlor
Hi, I converted a SVN repository back in March using svn2git, and it ran fine. As the live migration approaches I tried to run the conversion tool again and I got a core dump a point in the SVN history that previously was fine. When I ran the tool in March it didn't fail at this point: warning:

Converting SVN to git repository

2017-06-25 Thread John Lawlor
Hi, I am converting projects with 17 years of history to git. I did a trial conversion back in February, and it worked fine -- using svn2git. I am just wondering can I build on top of that conversion by just getting svn2git to apply commits from February until today, instead of converting whole

Svn2git backups tags

2017-04-06 Thread John Lawlor
Hi, I am using svn2git to convert a repository. I only want to match two files in the root directory of a folder, and nothing else. I have: create repository /Labs/ChattyApps end repository match /Labs/ChattyApps/.*.project|.xml?$ repository /Labs/ChattyApps branch master end match It