How can I get the current login credentials and remote repository address from the local SVN repo?
Client info:
LINUX/UNIX or MAC, svn, version 1.6.16 (r1073529), compiled Jun 13 2011, 15:54:33
Update:
from cat ~/subversion/auth/svn.simple/*
K 8
passtype
V 8
keychain
K 15
svn:realmstring
V 71
<https://repo.address.com> Repo description
K 8
username
V 12
my.username
END
svn infowill give you remote repository address.Assuming you’re on Linux/Unix using a stock command line client
will give you login credentials and alike. Passwords there are stored in an encrypted form, but one can easily crack them open after looking into
svnsources.