Hi,

I got an error message when building:

C:\Devel\tortoisesvn\default.build(358,6):
'C:\Program Files (x86)\Windows Kits\10\Debuggers\x86>\srcsrv\svnindex.cmd' 
is not a valid value for attribute 'program' of <exec ... />.

I traced it to an invalid oath in default.build.user which I initially 
copied from default.build.user.tmpl and didn't pay enough attention.

I'm attaching a patch, just removing a > from the path.

Kind regards,
Daniel Sahlberg

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" 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-dev/e719bd5e-a084-44f2-a77f-a0891ffe0f70n%40googlegroups.com.
--- 
C:/Users/danie/AppData/Local/Temp/default.build.user.tmpl-revBASE.svn001.tmp.tmpl
   tor apr 11 18:18:48 2019
+++ C:/Devel/tortoisesvn/default.build.user.tmpl        sön sep 19 17:04:33 2021
@@ -107 +107 @@
-        <variable name="DEBUGTOOLS" value="C:\Program Files (x86)\Windows 
Kits\10\Debuggers\x86>" />
+        <variable name="DEBUGTOOLS" value="C:\Program Files (x86)\Windows 
Kits\10\Debuggers\x86" />

Reply via email to