Hi Teran,

Originally Posted by
Teran
Hi,
[..]
/my/working/copy/svn update
At revision 31.
So this works
[..]
svn update svn+ssh://ipMachineA/my/working/copy/ -r 31
Skipped 'svn+ssh://ipMachineA/my/working/copy/'
[..]
svn update file:///my/working/copy/
Skipped file 'file:///my/working/copy/'
Anyone any idea?
Thanks alot.
For svn update you need only a local path, not a repository location, as svn 'knows' the location of your repository already, because it is written in this nice .svn-folders. So you should try:
Code:
svn update /my/folder/to/wc/
or if you are inside your workingcopy, just type:
Hope that helps,
Peter
Bookmarks