Hi,
When using the subversion actions, I want to supply the path as the following:
svn://%MyServer%/%MyRepository%/%MyDirectory%/
Which resolves to: svn://ey1/spa/trunk/
However, when executing the action I get the following result
Error expanding Path : Variable : 20 - does not exist!
Previously I had it resolving to: svn://ey1/spa/branch/NWare 143
but changed it due to it having spaces in the string, which might have been expanded to %%20
I'm not sure whats getting expanded here and in what way... any ideas?
Mat