Svn Up zuerst
This commit is contained in:
parent
401e0a89b2
commit
4a9da90b26
@ -55,6 +55,9 @@ namespace svnsync
|
||||
return this.HandleSvn(HandleSvnType.NotInit, "");
|
||||
if (run > 10)
|
||||
return this.HandleSvn(HandleSvnType.ToMutchChronRuns, "");
|
||||
s.Update();
|
||||
if (s.IsError())
|
||||
return this.HandleSvn(HandleSvnType.UnexpectedError, s.getError());
|
||||
s.CheckStatus();
|
||||
if (s.IsNotOnlyModified())
|
||||
{
|
||||
|
@ -201,5 +201,10 @@ namespace svnsync
|
||||
}
|
||||
this.AddFiles(s);
|
||||
}
|
||||
|
||||
internal void Update()
|
||||
{
|
||||
this.runner("up");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||
<StartArguments>-d "D:\\Doc's\\Studium\\" -cron -autoadd -autodelete</StartArguments>
|
||||
<StartArguments>-d "C:\\Users\\netz\\Documents\\Bastelleien" -cron -autoadd -autodelete</StartArguments>
|
||||
<RemoteDebugEnabled>false</RemoteDebugEnabled>
|
||||
<StartAction>Project</StartAction>
|
||||
</PropertyGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user