Re: [git-users] git svn dcommit: Use of uninitialized value $rec in scalar chomp at /usr/share/perl5/Git.pm line 557, <$fh> chunk 2.

2018-04-06 Thread Uli Heller
The devs are aware of the issue, a fix is in progress. Sorry for not looking into the dev mailing list first. Am 06.04.2018 um 10:47 schrieb Uli He: Today, I observed this: | uli$ git svn dcommit Committingto https://{censored} ... Useof uninitialized value $rec inscalar chomp at /usr/share/p

[git-users] git svn dcommit: Use of uninitialized value $rec in scalar chomp at /usr/share/perl5/Git.pm line 557, <$fh> chunk 2.

2018-04-06 Thread Uli He
Today, I observed this: uli$ git svn dcommit Committing to https://{censored} ... Use of uninitialized value $rec in scalar chomp at /usr/share/perl5/Git.pm line 557, <$fh> chunk 2. M modules/wws_asfast/templates/http/generic.vhost.erb Committed r47284 M modules/wws_as

Re: [git-users] git svn dcommit: Your client is too old

2014-01-07 Thread Sebastian Bürgel
Thank you very much for the clarification. I don't think I'm able to solve those issues. Wouldn't it be a viable option to offer git for Windows not bundled with an outdated svn but just use the systems svn? Then users would have to install two programs if they decide to use git-svn. Of course i'm

Re: [git-users] git svn dcommit: Your client is too old

2014-01-07 Thread Konstantin Khomoutov
On Tue, 7 Jan 2014 09:04:49 -0800 (PST) Sebastian Bürgel wrote: > I have been using SVN on windows for a while (Tortoise) and now I am > trying to switch to git. Since most people in my group are SVN > lovers, I was quite happy seeing that I could use git with the > existing SVN repository that t

[git-users] git svn dcommit: Your client is too old

2014-01-07 Thread Sebastian Bürgel
Hello I have been using SVN on windows for a while (Tortoise) and now I am trying to switch to git. Since most people in my group are SVN lovers, I was quite happy seeing that I could use git with the existing SVN repository that the rest of the group is using. However I encounter the following

[git-users] git svn dcommit

2013-11-16 Thread Johannes Müller
Hi, It has been a while since I used git svn. Can you help me with the following error? Can't call method “full_url” on an undefined value at /usr/lib/git-core/git-svn line 425 This happens when I call git svn dcommit after I cloned an empty svn repository with git svn clone, added several files

Re: [git-users] git svn dcommit after git rebase

2012-10-05 Thread Simone Busoli
Hi Daniel, it makes sense, thanks a lot for your detailed answer. I guess this basically means that in most cases you cannot use git rebase if you're working with subversion repositories. Simone On Wed, Oct 3, 2012 at 11:55 AM, Daniel P. Wright wrote: > Simone (Oct03日(Wed)) >> > > Hello, I hav

Re: [git-users] git svn dcommit after git rebase

2012-10-03 Thread Daniel P. Wright
Simone (Oct03日(Wed)) >> > Hello, I have a git local branch tracking a svn remote branch. I noticed > that if I git rebase that branch onto another local branch (tracking a > different svn remote branch) then the dcommit I do on the first goes to the > remote of the second. IOW > > branches: *fe

[git-users] git svn dcommit after git rebase

2012-10-03 Thread Simone
Hello, I have a git local branch tracking a svn remote branch. I noticed that if I git rebase that branch onto another local branch (tracking a different svn remote branch) then the dcommit I do on the first goes to the remote of the second. IOW branches: *feature1-local* tracks remote svn *fea