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
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
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