0

I can access my subversion repository only when I am on the Client's VPN connection, because the repository is there.

But, frequently, I only need to get access to the path of an item in a folder and connecting to VPN frequently wastes a lot of time.

Is there any way, I can get the path without connecting to the VPN and hence without connecting to the repository?

3
  • the only way that I can think of that you could access data in the repository without connecting to it is if you kept a local copy. Commented Mar 31, 2014 at 18:12
  • I have a local working copy folder with me, I need to get an item's url without connecting Commented Mar 31, 2014 at 18:14
  • well wouldn't it just be the same IP address/domain and repository name each time? the path is what's changing, and if you have a local copy then you have the directory structure right there to draw the path from. Commented Mar 31, 2014 at 18:24

1 Answer 1

1

If you have the element in a working copy you can use svn info /path/to/element/in/working/copy. The line beginning with URL: contains the URL of the element. This shouldn't need a connection to the repository.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.