I am having trouble updating the web root with my changes....
In my local working copy, this file was commited as revision 261.
adam$ svn info Page_User.class.php
....
Last Changed Rev: 261
On the web root, which uses a working copy of the same SVN:
# svn update Page_User.class.php
At revision 262.
# svn info Page_User.class.php
...
Revision: 262
Last Changed Author: adam
Last Changed Rev: 32
As you can see the last changed rev should be 261, but it's not happening, and it's not giving out any error.
adam$ svn update At revision 262.– Adam Skiba Jan 31 '12 at 11:17