Spaces in subversion path and variable naming conventions

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

Hi Mat,

Not sure exactly what’s happening here, maybe one of your variables is set incorrectly during the build? How about putting a breakpoint on the subversion action and when the build stops add watches for all the variables involved in the path to see what their values are at that point in the build.