Forum Moderators: phranque

Message Too Old, No Replies

Deploying site with SVN

         

optik

8:47 am on Jul 16, 2010 (gmt 0)

10+ Year Member



I've been getting up to speed recently with SVN and am about 90% there but I'm a bit unclear on how to do a hot fix to a file.

I've followed this tutorial ok right to the last part [chrisjdavis.org ] where it says

svn up includes/classes/form.php

What I don't understand is why there is no reference to a tag, how does SVN know which tag to commit this change from?

lammert

2:06 am on Jul 17, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



SVN stores settings of each checked out version of a project. The tag is in these settings. You can see the stored settings with the command svn info in your local working copy.