Hi,
I have trouble using the diff command of you really cool tsvncmd.
I would like to do something like that:
- show the diff of an object between two revisions
- path to the objects is a http url
My link looks like this:
<a href="tsvncmd:command:diff?path:
http://localhost/svn/test/My Logic?startrev:32?endrev:33">test</a>
Wenn I execute I get this message:
'/svn/test/!svn/rvr/33/My%20Logic' path not found
If I remove the folder with the space I it is working fine:
<a href="tsvncmd:command:diff?path:
http://localhost/svn/test?startrev:32?endrev:33">test</a>
How do I have to endcode the spaces in my url?
Thanks