See what Subversion repository you are drawing from with vi .svn/entries

By Benjamin Melançon
on 17 Jul
0 comments

Key words and phrases

svn source svn see what repository link is get what subversion repository you are drawing from Where is the location of my svn repos

Tags

Description

See from what repository checked out subversion code is from by looking at the entries file in a dot SVN folder:

ben@server:/var/www/drupal-5-live/sites/democraticmedia.ca$ vi .svn/entries

Here is the key line, "https://dev.grassrootsconnection.org/svn/drupal/anderson/trunk/democraticmedia.ca," from this output:

8

dir
1375
https://dev.grassrootsconnection.org/svn/drupal/anderson/trunk/democrati...
https://dev.grassrootsconnection.org/svn/drupal

2007-12-10T16:48:56.806893Z
1375
dan
has-props

svn:special svn:externals svn:needs-lock

Grabbing some things that weren't in version control:

sudo scp -r ben@dev.grassrootsconnection.org:/var/www/drupal-5-live/sites/democraticmedia.ca/cdm cdm

sudo scp -r ben@dev.grassrootsconnection.org:/var/www/drupal-5-live/sites/democraticmedia.ca/files files

Resolution

vi .svn/entries

 

Post new comment
The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <h1> <h2> <h3> <h4> <h5> <h6> <small> <pre> <strike> <sub> <sup> <kbd> <s>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.