On Tuesday, July 24, 2018 at 3:42:10 PM UTC+2, Dave Krekel wrote: > > Good suggestion. > > I thought that would do the trick as well. > > But when I tried that I go the following error. > > C:\Temp>svn export > "http://svnserver01.aanet.aaagrp.com/svn/aaa_base_project/trunk/project/Third > Party/CARSHOTS%2ENET" "c:\temp\svntesting\Third Party\CARSHOTS.NET" > svn: E170000: URL > 'http://svnserver01.aanet.aaagrp.com/svn/aaa_base_project/trunk/project/Third%20Party/CARSHOTS.NET' > > doesn't exist >
not sure, but since you're trying this in a batch file: the % char in batch files is special, so you might need to escape that as well: %%2E if that doesn't work either: does it work with TSVN? If yes, you should maybe ask for help on the svn users list since this is about the command line client. Stefan -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/8cdf09a9-7f85-4fc1-bf63-c83e9be132d4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
