How can I specify a Windows drive letter when using subversion svn + ssh? Is it possible? On one system, this works:
svn list svn+ssh://username@hostname://Preserve/svn_repository
But on this machine, all svn and the repository and where ssh are logged in to the C: drive.
On the new machine, the subversion repository is located on drive N :, but ssh and the svn command live on drive C :.
I could not find the specification of the path that my repository finds (the repository is in this directory: N: \ Preserve \ Repositories \ jbp)
Please note that I can access it when I log in using this command:
svn list file:
An example is the call that FAILS uses svn + ssh
svn list svn+ssh://username@hostname/N:/Preserve/Repositories/jbp
source
share