tsvncmd diff command with url as path

12 views
Skip to first unread message

keuppch...@gmail.com

unread,
Feb 27, 2019, 10:28:14 AM2/27/19
to TortoiseSVN
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

Stefan

unread,
Feb 28, 2019, 1:56:56 PM2/28/19
to TortoiseSVN


On Wednesday, February 27, 2019 at 4:28:14 PM UTC+1, (unknown) wrote:
 
How do I have to endcode the spaces in my url?


try
<a href="tsvncmd:command:diff?path:http://localhost/svn/test/My%20Logic?startrev:32?endrev:33">test</a>
 

Reply all
Reply to author
Forward
0 new messages