How to check if svn external is set for a repository?
Asked Answered
S

2

6

I have an old repository (SVN) and I am not sure if svn external is set for it, and if yes.. for what path?

Is there a way to find that out?

Stickybeak answered 29/6, 2011 at 4:42 Comment(0)
S
0

Sry for being so restless... Did a little research and got the answer ...
These properties can be viewed through the following ways:

  1. Right click on the working copy -> Tortoise SVN -> Properties
  2. In the .svn folder, browse through the entries file.

Cheers!!

Stickybeak answered 29/6, 2011 at 4:46 Comment(1)
But is TortoiseSVN == It's own Repo Server. I guess it's a thin client to facilitate the operations around your SVN repo. Let me know if I have gone horribly wrong here...Stickybeak
H
12

or you could do

svn propget svn:externals -R
Haymes answered 29/6, 2011 at 5:42 Comment(0)
S
0

Sry for being so restless... Did a little research and got the answer ...
These properties can be viewed through the following ways:

  1. Right click on the working copy -> Tortoise SVN -> Properties
  2. In the .svn folder, browse through the entries file.

Cheers!!

Stickybeak answered 29/6, 2011 at 4:46 Comment(1)
But is TortoiseSVN == It's own Repo Server. I guess it's a thin client to facilitate the operations around your SVN repo. Let me know if I have gone horribly wrong here...Stickybeak

© 2022 - 2024 — McMap. All rights reserved.