Hi,

I have a checkout of the complete LEAF cvs subtree src/bering-uclibc
in which I have some local modifications. Therefor I find it
convenient to set the default cvs-sourceforge server to a file-type
server, pointing to my local checkout.

This used to work fine, but doesn't do so anymore (since a long
time). The problem seems to be, that the download path root is taken
the same as for the destination (buildtool/source).

I have "fixed" this for myself and works fine again, but maybe I don't
understand the proper use of this file type server specification.

Adding the 'dlroot = /' as commented out below in sources.conf doesn't
fix things either.

Is this a bug in the file type, or am I doing something wrong?

Thanks for any help,
Jaap Eldering


My configuration:

in buildtool/conf/sources.conf:

<Server cvs-sourceforge>
        Type = file
        Serverpath = /mnt/devel/leaf/cvs/src/bering-uclibc/apps
#        dlroot = /
</Server>

and 'cvs diff buildtool/buildtool/DownloadTypes/File.pm':

Index: File.pm
===================================================================
RCS file:
/cvsroot/leaf/src/bering-uclibc/buildtool/buildtool/DownloadTypes/File.pm,v
retrieving revision 1.6
diff -r1.6 File.pm
76c76
<
$params{'dlroot'},
---
>
#$params{'dlroot'},


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click

_______________________________________________
leaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to