how to add a new property type of externals in windows process TortoiseProc.exe

12 views
Skip to first unread message

wangdon...@gmail.com

unread,
Oct 8, 2018, 10:27:15 AM10/8/18
to TortoiseSVN
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.

Stefan

unread,
Oct 8, 2018, 2:11:45 PM10/8/18
to TortoiseSVN
For scripting like this, you should use the svn command line client instead. TSVN is a GUI client and can't be fully scripted.

Stefan
Reply all
Reply to author
Forward
0 new messages