Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to perform git-svn clone on a sub-repository requiring AD authentication
    primarykey
    data
    text
    <p>I am trying to use git-svn via mysysgit in front of an entreprise subversion repository. This svn repo uses the http protocol, and requires an Active Directory authentication. I can't read on the entire content of the repo, I am just authorized to see my team's projects.</p> <p>So I am trying the following command :</p> <p>$ git svn clone <a href="http://enterprise:12345/svn/my_team/my_project1/module1" rel="nofollow">http://enterprise:12345/svn/my_team/my_project1/module1</a> module1 -s --prefix=svn/</p> <p>where http...my_team is the base url I can access usually with an svn client.</p> <p>And here is the response from Git :</p> <p><em>Authentication realm <a href="http://enterprise:12345" rel="nofollow">http://enterprise:12345</a> Subversion repository needs authentication against AD Password for 'yanflea':</em></p> <p>At this step I enter my password and… nothing relevant happens. It keeps warning me about the needed AD authentication, and asks me again and again for my username and password. </p> <p>I read on several forums that in such a case, the option --no-minimize-url was required. I tried to add it in the command but it didn't change anything. I am surprised because people who explicitly encountered this issue had a more verbose warning than me. Something like </p> <p><em>Using higher level of URL: path-to-repo/myrepo/myproject => path-to-repo/myrepo</em> (http://stackoverflow.com/questions/1453416/git-svn-clone-checkouts-wrong-repo)</p> <p>which indicates clearly that the --no-minimize-url could change something. In my case, first I don't have such a message, and second, the short url seems to be used whatever I add --no-minimize-url option or not. I really don't get it. Any advice is more than welcome.</p> <p>Yannick. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload