PluginTestbed.TortoiseSvnPlugin.TortoiseSvnManager.RemoveFromVersionControl C# (CSharp) Method

RemoveFromVersionControl() public method

public RemoveFromVersionControl ( string file ) : void
file string
return void
        public void RemoveFromVersionControl(string file)
        {
            string arguments = "/command:remove /path:\"" + file + "\"";

            CallTortoiseProcessWithArguments(arguments);
        }