i am unity game developer with windows os ,in my project i need some externals 
.take update my project for example,sample code like this 

 string arg = "/command:update /closeonend:0 /path:\"";

private static void SvnCommandRun(string arg)
        {
            string workDirectory = 
Application.dataPath.Remove(Application.dataPath.LastIndexOf("/Assets", 
StringComparison.Ordinal));
            System.Diagnostics.Process.Start(new 
System.Diagnostics.ProcessStartInfo
            {
                UseShellExecute = false,
                CreateNoWindow = true,
                FileName = "TortoiseProc",
                Arguments = arg,
                WorkingDirectory = workDirectory
            });
        }

but ,i don't know how to add a new property type of externals in typing 
code,not mouse operating.

-- 
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/bc768f0a-cbcf-46bd-9bfb-c313ae3436b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • how to ad... tortoisesvn+APn2wQetON_cj5SQyVzjaPc395DHf9gsIHHiClyUELgcOXhfL-QZ

Reply via email to