git svn - git svn branch results in Authentication failed -
i'm trying of branching , merging via git-svn, i'm hung on branching in subversion.
our admin tells me have full read/write permissions on repo, , can fetch latest code.
for test, deleted ~/.subversion/svn.simple directory , ran this.
04:13 pm [214423l] c:\dev\myfooapp.bar [master] $ git svn fetch authentication realm: <https://code:443> visualsvn server password 'cflorell': {my password} 04:14 pm [214423l] c:\dev\myfooapp.bar [master] $ git svn fetch 04:14 pm [214423l] c:\dev\myfooapp.bar [master] $ also, if clone repo using tortoise, , create branch using svn appears work.
04:43 pm [214423l] c:\dev\myfooapp.bar $ svn copy https://code/svn/myfooapp.bar/trunk https://code/svn/myfooapp.bar/branches/test-branch -m "test branch" committing transaction... committed revision 93. but upon trying create branch using git-svn, still says auth invalid.
04:14 pm [214423l] c:\dev\myfooapp.bar [master] $ git svn branch develop copying https://code/svn/myfooapp.bar/trunk @ r92 https://code/svn/myfooapp.bar/branches/develop... authentication failed: unable connect repository @ url 'https://code/svn/myfooapp.bar/trunk': no more credentials or tried many times. authentication failed @ c:\program files\git\mingw64/libexec/git-core\git-svn line 1196. 04:14 pm [214423l] c:\dev\myfooapp.bar [master] $ my config file i believe correct.
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true hidedotfiles = dotgitonly [svn-remote "svn"] url = https://code/svn/myfooapp.bar fetch = trunk:refs/remotes/svn/trunk branches = branches/*:refs/remotes/svn/* tags = tags/*:refs/remotes/svn/tags/* where might going wrong of this?
so looks there conflict between tortoise svn , git-svn, i'm not sure if exists in other versions of svn or not uninstalled tortoise svn , able branch using git svn branch branchname
c:\files\source\repos\applications\core\app01>git svn branch branchname copying http://url/svn/company/applications/core/app01/trunk @ r7071 http://url/svn/company/applications/core/app01/ branches/branchname... found possible branch point: http://url/svn/company/applications/core/app01/trunk => http://url/svn/company/applications/core/app01/branches/branchname, 7071 found branch parent: (refs/remotes/origin/branchname) f8ba2fd450c30d4812b7549217eae1b2d5c7dd00 following parent do_switch followed parent r15037 = 52dd759833fd89c7be03f89093aba38090b3288f (refs/remotes/origin/branchname) c:\files\source\repos\applications\core\app01> going try other svn browser time being , see if has issue.
Comments
Post a Comment