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
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
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
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
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
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
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.
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