[Anthill] Bug in Windows Version?

Eric Minick etm at urbancode.com
Tue Aug 9 23:53:30 CDT 2005


Susan and Joe,

That is an interesting problem. I'd be interested in knowing which version of
CVS you are using as well. However, it looks like the approach you took in
your changes mirrors the approach taken on the unix side of things. Since we
like to keep the two close together, I've made similar changes to the codebase
for now.

Regards,

Eric

> 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%>
>
> _______________________________________________
> Anthill mailing list
> Anthill at lists.urbancode.com
> http://lists.urbancode.com/mailman/listinfo/anthill
>




More information about the Anthill mailing list