diff and tarball issues
VilleSkyttä
scop at FreeBSD.org
Mon Aug 4 01:16:48 PDT 2003
On Mon, 2003-08-04 at 06:44, PC32 XHChen wrote:
> Hi:
> the error still exists even though "testdir" was created.
>
> my system information:
> CVS:
> Client: Concurrent Versions System (CVS) 1.11.2 (client/server)
> Server: Concurrent Versions System (CVS) 1.11.2 (client/server)
>
> OS:
> Linux localhost.localdomain 2.4.18-14 #1 Wed Sep 4 12:13:11 EDT 2002 i686 athlon i386 GNU/Linux
Hmm. I have the same version, but a few remarks: because IIRC this was
an issue with tarballs, "cvs export" should be tested, not checkout.
And for me this works against a local repository:
$ mkdir foo
$ cd foo
$ mkdir test
$ cvs export -r HEAD -d test/path path_in_repository
Against a remote pserver repository it doesn't work for me, but that
shouldn't be an issue because only local repositories are supported by
CVSweb. FWIW, checkout produces the same results (works with local, not
with remote).
Could you try with a local repository (eg. locally on your CVS server)?
The addition of chdir() is probably safe but I'd like to verify that the
issue exists first.
--
\/
More information about the freebsd-cvsweb
mailing list