[git-users] git svn fetch with Perl Warning "Use of uninitialized value $url in string eq at ... SVN.pm ..."

2022-04-06 Thread 'Florian Kolbe' via Git for human beings
We are experiencing the following message while using git svn fetch. Use of uninitialized value $url in string eq at /opt/git-2.35.1/share/perl5/Git/SVN.pm line 1468. The code block looks like the following: sub other_gs { my ($self, $new_url, $url, $branch_from, $r, $old_ref

[git-users] git svn fetch svn ignored paths - quick question

2019-04-18 Thread Zk W
Hi When performing git svn clone or git svn fetch, there are missing files we suspect due to svn:ignore. Are the options in git svn command to force to include paths to fetch or clone ( that were ignored listed in svn:ignore in various files and directories in svn repo) as part of svn-to-git

Re: [git-users] git svn fetch branch mismatch

2016-03-14 Thread Perry Ismangil
Ok, I have solved this by doing git svn rebase on the uwp branch I think somehow the sync-rebase script from Atlassian is not going through all the branches. Thank you. Best regards, On Fri, 11 Mar 2016 at 11:20 Perry Ismangil wrote: > Hi all, > > Following https://www.atlassian.com/git/tut

[git-users] git svn fetch branch mismatch

2016-03-11 Thread Perry Ismangil
Hi all, Following https://www.atlassian.com/git/tutorials/migrating-synchronize, I was able to largely successful migrating https://svn.pjsip.org/repos/pjproject/ to https://git.pjsip.org/gitpub/pjproject.git Synchronizing the trunk with master works. However I am now having problems fetching

Re: [git-users] git svn fetch checksum mismatch - HELP

2013-05-16 Thread Andy Hardy
On 16/05/2013 19:27, ad...@ashah.otherinbox.com wrote: > Hi All, > > I am trying to convert my SVN repo to GIT using GIT-SVN and after a few > commits being process am running in to following error > > Ashish-Shahs-Macbook-Pro: git svn fetch > . > . > . > r1878 = 79e09734fdb4916276da8273f25ecfbff

[git-users] git svn fetch checksum mismatch - HELP

2013-05-16 Thread admin
Hi All, I am trying to convert my SVN repo to GIT using GIT-SVN and after a few commits being process am running in to following error Ashish-Shahs-Macbook-Pro: git svn fetch . . . r1878 = 79e09734fdb4916276da8273f25ecfbff37954a6 (refs/remotes/svn/nt/notecards) Checksum mismatch: dashboard-merg

Re: [git-users] git svn fetch

2012-03-06 Thread Konstantin Khomoutov
On Tue, 6 Mar 2012 09:05:25 -0800 (PST) AdrianH wrote: > I was trying to fetch a svn repo and it kept saying: > > Authentication realm: <*site*> *repo* login > password for '*local computer login name*': > > Wtf? I tried to set the username using the command: > > git config github.

[git-users] git svn fetch

2012-03-06 Thread AdrianH
I was trying to fetch a svn repo and it kept saying: Authentication realm: <*site*> *repo* login password for '*local computer login name*': Wtf? I tried to set the username using the command: git config github.user '*my repo username*' but with no joy. Do I have to use --username