[Anthill] Bug in Windows Version?
Potter, Susan
Susan.Potter at bankofamerica.com
Tue Aug 9 15:09:34 CDT 2005
Could it just be an issue with your CVS version? I have not seen this issue and I am using cvs 1.11.17 that was installed with Cygwin.
-----Original Message-----
From: anthill-bounces at lists.urbancode.com [mailto:anthill-bounces at lists.urbancode.com]On Behalf Of McDaniel, Joe R.
Sent: Tuesday, August 09, 2005 3:04 PM
To: Anthill user list
Subject: [Anthill] Bug in Windows Version?
I found a bug in the CVS pagelets for the Windows version. The "log" command does not like to work with the files option very well. If you CD into the directory and then issue the CVS command without the file (list?) it works just fine. I suspect this works on Unix but did not look carefully at that code. Here is the changed area for the getRevisionsSince.pgl file.
cmd /x/c
<% if ((workDir != null) && (!workDir.trim().equals(""))) {
// workDir = workDir + File.separator + module;
File tempFile = new File(workDir);
if (!tempFile.exists()) {
tempFile.mkdirs();
}
workDir = tempFile.getAbsolutePath();
%>
cd /d <%=workDir%>\\<%= module %> &&
<%
}
%>
cvs -d <%=cvsroot%> log<%=dateString%><%=branchString%>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.urbancode.com/pipermail/anthill/attachments/20050809/2a068983/attachment-0002.htm
More information about the Anthill
mailing list