Note that there are some explanatory texts on larger screens.

plurals
  1. POgit-svn rejected Basic challenge now that VPN is required
    primarykey
    data
    text
    <p>I have been using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-svn.html" rel="noreferrer">git-svn</a> for a few months now as an interface to the SVN repository for my company.</p> <p>However, about a week ago my company changed their policy such that SVN is only reachable if connected by way of Cisco VPN.</p> <p>I have no trouble connecting to VPN on my Linux Mint VM (which is where I do my coding), but I am now no longer able to pass authentication when I, for example, run <code>git svn dcommit</code> to checkin code changes.</p> <p>I have tried:</p> <ul> <li><code>rm -rf ~/.subversion</code>, to get rid of any saved SVN authentication credentials and force it to take new ones, but this seems to have no effect, nor does it ever prompt me for fresh credentials, surprisingly.</li> <li>starting in a freshly created directory and running <code>git svn clone</code> to initiate a new link to the SVN repository, but with the same authentication failures.</li> </ul> <p>Here is what I see when running <code>git svn dcommit</code> or <code>git svn clone</code>:</p> <pre><code>$ git svn dcommit Committing to https://&lt;redacted&gt;:2443/svn/LS/branches/PRODUCTION-SUPPORT-1/ls-policygen ... WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-wCQwzG/pkcs11: No such file or directory Authorization failed: OPTIONS of 'https://&lt;redacted&gt;:2443/svn/LS/branches/PRODUCTION-SUPPORT-1/ls-policygen': authorization failed: Could not authenticate to server: ignored NTLM challenge, rejected Basic challenge (https://&lt;redacted&gt;:2443) at /usr/local/libexec/git-core/git-svn line 943 </code></pre> <p>The <code>gnome-keyring</code> warning has always been present, and never stopped commits before VPN was required.</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.
    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