[Mono-bugs] [Bug 552315] New: scheduler will grab revision from before a branch was created if min revision is older
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 3 17:23:38 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=552315
Summary: scheduler will grab revision from before a branch was
created if min revision is older
Classification: Mono
Product: Mono: Tools
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: MonkeyWrench
AssignedTo: rkvinge at novell.com
ReportedBy: ajorgensen at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
I noticed this when I re-branched 2.4.3. I think we need to add --stop-on-copy
to the log process like so (I'd check it in, but I wanted to run it by you
first):
Index: MonkeyWrench.Database/SchedulerSVN.cs
===================================================================
--- MonkeyWrench.Database/SchedulerSVN.cs (revision 145331)
+++ MonkeyWrench.Database/SchedulerSVN.cs (working copy)
@@ -156,7 +156,7 @@
using (Process p = new Process ()) {
p.StartInfo.FileName = "svn";
- p.StartInfo.Arguments = "log --xml --non-interactive " +
repository + revs;
+ p.StartInfo.Arguments = "log --stop-on-copy --xml
--non-interactive " + repository + revs;
p.StartInfo.UseShellExecute = false;
p.StartInfo.RedirectStandardOutput = true;
p.OutputDataReceived += delegate (object sender,
DataReceivedEventArgs e)
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list