See what Subversion repository you are drawing from with vi .svn/entries
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 reposTags
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/drupal2007-12-10T16:48:56.806893Z
1375
dan
has-propssvn: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 filesResolution
vi .svn/entries
Post new comment
