Good suggestion. I Thought that would do the trick as well.
But when I tried that I go the following error On Saturday, July 21, 2018 at 4:57:46 AM UTC-4, Stefan wrote: > > > > On Friday, July 20, 2018 at 2:52:34 PM UTC+2, Dave Krekel wrote: >> >> I am running the following command in an automated build batch process. >> >> This command does not work when there is embedded period in the source >> folder name. >> svn export " >> http://svnserver01.aanet.aaagrp.com/svn/aaa_base_code/trunk/project/Third >> <http://www.google.com/url?q=http%3A%2F%2Fsvnserver01.aanet.aaagrp.com%2Fsvn%2Faaa_base_code%2Ftrunk%2Fproject%2FThird&sa=D&sntz=1&usg=AFQjCNHmRbG-hdZkS0YA8NE4zGO2IY8v0A> >> >> Party/CARSHOTS.NET >> <http://www.google.com/url?q=http%3A%2F%2FCARSHOTS.NET&sa=D&sntz=1&usg=AFQjCNEJb8FHOXS1Puz0Xtn8UyWhNjI4xQ>" >> >> "c:\temp\svntesting\Third Party\CARSHOTS.NET" >> >> This command does work when there are embedded blanks and dashes in the >> folder name. >> svn export " >> http://svnserver01.aanet.aaagrp.com/svn/aaa_base_code/trunk/project/Third >> <http://www.google.com/url?q=http%3A%2F%2Fsvnserver01.aanet.aaagrp.com%2Fsvn%2Faaa_base_code%2Ftrunk%2Fproject%2FThird&sa=D&sntz=1&usg=AFQjCNHmRbG-hdZkS0YA8NE4zGO2IY8v0A> >> >> Party/CARSHOTS - Reg" "c:\temp\svntesting\Third Party\CARSHOTS - Reg" >> >> Any ideas on how to get around this issue? >> >> > A dot needs to be encoded in an url: > http://svnserver01.aanet.aaagrp.com/svn/aaa_base_code/trunk/project/Third > <http://www.google.com/url?q=http%3A%2F%2Fsvnserver01.aanet.aaagrp.com%2Fsvn%2Faaa_base_code%2Ftrunk%2Fproject%2FThird&sa=D&sntz=1&usg=AFQjCNHmRbG-hdZkS0YA8NE4zGO2IY8v0A> > > Party/CARSHOTS%2ENET <http://CARSHOTS.NET> > > -- 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/b070d880-6e4f-43ef-8c7f-c8ac550d223f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
