diff and tarball issues

VilleSkyttä scop at FreeBSD.org
Mon Aug 4 03:09:51 PDT 2003


On Mon, 2003-08-04 at 12:31, PC32 XHChen wrote:

> 	I tested again. For local repository, everything is OK, and for pserver, "cvs export" failed.
> I checked the source code (cvs-1.11.2), and I found that "chdir" goes into the target directory ("test/path") directly
> for local repository. But for pserver, cvs on server create a temp directory "/tmp/cvs-serv***", and the server did not 
> make dir "test", and then failed although directory "test" was created on the client.
> 	
> 	Dear scop, is it possible to add function such as "mkdir" if the directories specified by "-d" is not found?

But CVSweb shouldn't need that, from my previous mail:

> that
> shouldn't be an issue because only local repositories are supported by
> CVSweb.

Or did I miss something?  If the mkdir() fixes a problem in CVSweb for
you, sure, let's add it.  Could you test/confirm that there is a problem
and it's fixed by the mkdir() in CVSweb?

-- 
\/



More information about the freebsd-cvsweb mailing list