See what Subversion repository you are drawing from with vi .svn/entries
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/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 files
Resolution
vi .svn/entries
Comments
Post new comment