SVN update doesn't update my files

I use a SVN update action but my files don't get updated in the logfile I see that it is skipped

which options do I have to give a value?

 

SVN Work Folder = C:\Users\Public\Documents\RAD Studio\8.0

SVN Command = C:\Program Files (x86)\CollabNet\Subversion Client\svn.exe update --non-interactive --password [suppressed] --revision HEAD --username   https:/svnserver/svn/Packages/8.0
Executing external process: C:\Program Files (x86)\CollabNet\Subversion Client\svn.exe
Starting Directory: C:\Users\Public\Documents\RAD Studio\8.0
Parameters: update --non-interactive --password [suppressed] --revision HEAD --username  https:/svnserver/svn/Packages/8.0
Output from C:\Program Files (x86)\CollabNet\Subversion Client\svn.exe
Skipped 'https://svnserver/svn/Packages/8.0'
Subversion update successful
 
svnserver is the path and port  to our svnserver I have replaced it for security reasons
 
 
 

Hi

This looks like a SVN usage error.

Have you performed a check out to this directory before attempting to update? This error will occur if the folder you are attempting to update is not a working copy (you have not performed a check out to this directory).

Hope this helps.

Regards,
Steve

 When I do an update with tortoise SVN on those directories it works. So thats why I thought I have forgotten te set some property.

Or do I have the problem that Tortoise messes things up?

Don’t know how I missed this before but it looks like you have your arguments the wrong way around. The last argument of the update command should be the working folder to be updated. In your case it looks like you have specified the remote repository.

So on the Command Options page of the update action I would set both the Work Folder and the Path to be the folder that you wish to update. You won’t need to specify the repository to update from as the working folder will know the details of the associated repository.

Regards,
Steve

 Thanks that was what I did wrong. 

Great. Glad to hear you got it working.

Regards,
Steve