User login

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

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

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/democraticmedia.ca
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

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Internal paths in single or double quotes, written as "internal:node/99", for example, are replaced with the appropriate absolute URL or path. Paths to files in single or double quotes, written as "files:somefile.ext", for example, are replaced with the appropriate URL that can be used to download the file.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Syntax highlight code surrounded by the {syntaxhighlighter SPEC}...{/syntaxhighlighter} tags, where SPEC is a Syntaxhighlighter options string or "class="OPTIONS" title="the title".
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.