Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-2
-
None
-
Linux
Description
This is related to SCM-177.
SCM-177 presents a patch which fixes timezone problems with the dates sent to the CVS command, but it also introduces a new bug.
With the current svn source I get commandlines like this when i try to get changelogs with a startdate set:
cvs -z3 -f -d :pserver:cc@cvs.lecando:/cvsroot -q log -d '">2006-04-20T11:42:45+0200"' -rBRANCH_1_1
The problem is that the date has two pairs of qoutes. From the comments on SCM-177 it seems like this is not an issue on windows. I'm running linux and my cvs command does not accept the date.
I'm not very used to creating patches but I'll try to create one that fixes my problem and attach it.