Re: SVN to Git migration script for pkg-java

2014-07-09 Thread Markus Koschany
On 04.06.2014 16:07, Emmanuel Bourg wrote: > Hi all, > > I prepared a script to migrate a package from SVN to Git. I tested it on > a couple of packages and it seems to work fine. The script is available > on alioth at: > > http://anonscm.debian.org/gitweb/?p=pkg-java/pkg-java-svn2git.git >

Re: SVN to Git migration script for pkg-java

2014-06-10 Thread Daniel Pocock
FYI, my sync2git project (on Github) has some general purpose scripts that may be useful, e.g. for helping build authors.txt It doesn't have any special knowledge about handling Debian source packages though. On 04/06/14 16:07, Emmanuel Bourg wrote: > Hi all, > > I prepared a script to migrate

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread tony mancill
On 06/05/2014 09:12 PM, tony mancill wrote: > On 06/05/2014 03:36 AM, gregor herrmann wrote: >> On Thu, 05 Jun 2014 11:16:59 +0200, Emmanuel Bourg wrote: >> One more thing. I think it would also be great if the script downloaded the upstream source with get-orig-source, extracted and

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread tony mancill
On 06/05/2014 03:36 AM, gregor herrmann wrote: > On Thu, 05 Jun 2014 11:16:59 +0200, Emmanuel Bourg wrote: > >>> One more thing. I think it would also be great if the script >>> downloaded the upstream source with get-orig-source, extracted and >>> committed it as well. >> Yes that's a good idea.

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Miguel Landaeta
On Wed, Jun 04, 2014 at 04:07:14PM +0200, Emmanuel Bourg wrote: > Hi all, > > I prepared a script to migrate a package from SVN to Git. I tested it on > a couple of packages and it seems to work fine. The script is available > on alioth at: Thanks Emmanuel for preparing this script. I'll be migr

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Eugene Zhukov
On Thu, Jun 5, 2014 at 12:16 PM, Emmanuel Bourg wrote: > Le 05/06/2014 10:21, Eugene Zhukov a écrit : > >> It worked now, but Vcs-* fields were not updated. > > I fixed it if you want to try again. > Thanks, now it worked. > >> One more thing. I think it would also be great if the script >> downlo

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread gregor herrmann
On Thu, 05 Jun 2014 11:16:59 +0200, Emmanuel Bourg wrote: > > One more thing. I think it would also be great if the script > > downloaded the upstream source with get-orig-source, extracted and > > committed it as well. > Yes that's a good idea. Either call get-orig-source or download the > latest

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Emmanuel Bourg
Le 05/06/2014 10:21, Eugene Zhukov a écrit : > It worked now, but Vcs-* fields were not updated. I fixed it if you want to try again. > One more thing. I think it would also be great if the script > downloaded the upstream source with get-orig-source, extracted and > committed it as well. Yes

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Eugene Zhukov
On Thu, Jun 5, 2014 at 10:42 AM, Niels Thykier wrote: > On 2014-06-05 09:40, Eugene Zhukov wrote: >> git: 'svn' is not a git command. See 'git --help'. > > Looks like a dependency on "git svn", try installing git-svn. Thanks! It worked now, but Vcs-* fields were not updated. From the console log:

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Niels Thykier
On 2014-06-05 09:40, Eugene Zhukov wrote: > git: 'svn' is not a git command. See 'git --help'. Looks like a dependency on "git svn", try installing git-svn. -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Eugene Zhukov
On Wed, Jun 4, 2014 at 5:07 PM, Emmanuel Bourg wrote: > Hi all, > > I prepared a script to migrate a package from SVN to Git. I tested it on > a couple of packages and it seems to work fine. The script is available > on alioth at: > > http://anonscm.debian.org/gitweb/?p=pkg-java/pkg-java-svn2g