captive&reactos moved out of priv/
authorshort <>
Sun, 19 Oct 2003 20:41:58 +0000 (20:41 +0000)
committershort <>
Sun, 19 Oct 2003 20:41:58 +0000 (20:41 +0000)
project/TraceFS/ListItem.pm
project/captive/CVS.html.pl
project/captive/Index.html.pl
project/captive/ListItem.pm
project/captive/doc/APITypes.html.pl
project/captive/doc/Macros.pm

index 6bb0b3e..eaae33c 100755 (executable)
@@ -33,7 +33,7 @@ our @ListItem=(
                "platform"=>"w32",
                "priority"=>610,
                "icon"=>"TraceFS-icon",
-               "cvs"=>"priv/captive/src/TraceFS",
+               "cvs"=>"captive/src/TraceFS",
                "link-Documentation"=>"/project/captive/doc/CacheManager.html.pl#TraceFS",
                "summary"=>"Microsoft Windows Kernel API Tracer",
                "license"=>"GPL",
index 8adbdb0..f129967 100755 (executable)
@@ -44,9 +44,9 @@ print <<"HERE";
 <pre>
 cvs -d :pserver:pserver@{[ '@' ]}cvs.jankratochvil.net:/cvs login
        Just hit ENTER (empty password)
-cvs -d :pserver:pserver@{[ '@' ]}cvs.jankratochvil.net:/cvs -z3 checkout -d captive priv/captive
+cvs -d :pserver:pserver@{[ '@' ]}cvs.jankratochvil.net:/cvs -z3 checkout captive
 cd captive
-cvs -d :pserver:pserver@{[ '@' ]}cvs.jankratochvil.net:/cvs -z3 checkout -d reactos -r captive -kk priv/reactos
+cvs -d :pserver:pserver@{[ '@' ]}cvs.jankratochvil.net:/cvs -z3 checkout -r captive -kk reactos
 ./autogen.pl
 make
 ./src/client/cmdline/captive-cmdline --load-module=/var/lib/captive/ntoskrnl.exe --filesystem=/var/lib/captive/ntfs.sys --disk --blind /dev/hda1
index a9b19ae..13b660e 100755 (executable)
@@ -386,7 +386,7 @@ print <<"HERE";
                <li>@{[ a_href 'doc/Related.html.pl#vmware','Related Projects - VMware Workstation' ]}</li>
                <li>@{[ a_href 'doc/LinuxNTFS.html.pl',"Re: 7.7 Can't we write a wrapper for Windows' driver?" ]}</li>
                </ul></li>
-       <li>@{[ a_href 'http://cvs.jankratochvil.net/viewcvs/*checkout*/priv/captive/TODO?rev=HEAD','Known Bugs' ]}</li>
+       <li>@{[ a_href 'http://cvs.jankratochvil.net/viewcvs/*checkout*/captive/TODO?rev=HEAD','Known Bugs' ]}</li>
        <li>Man Pages<ul>
                @{[
                        do {
index 8d56541..daf5101 100755 (executable)
@@ -37,8 +37,8 @@ our @ListItem=(
                "maintenance"=>"active",
                "language"=>"i386 asm, C, Perl",
                "icon"=>"captive-install-acquire-icon",
-               "cvs-of main tree"=>"priv/captive",
-               "cvs-of branched ".a_href('http://www.reactos.com/','reactos')." subdir"=>"priv/reactos:captive",
+               "cvs-of main tree"=>"captive",
+               "cvs-of branched ".a_href('http://www.reactos.com/','reactos')." subdir"=>"reactos:captive",
                "cvs-of branched ".a_href('http://lufs.sourceforge.net/lufs/','lufs')=>"lufs:captive",
                "cvs-of 'httpcaptive://' method"=>"gnome-vfs-httpcaptive:captive",
                "cvs-of 'libntfs://' method"=>"ntfsprogs-gnomevfs",
index 9d62faf..9c0476c 100755 (executable)
@@ -94,7 +94,7 @@ print <<"HERE";
        <span class="fname">captivesym</span>-specific source file syntax please
        see its documentation:
        <span class="fname">@{[ a_href
-                       '/project/Pod2Html.html.pl?cvs=priv/captive/src/libcaptive/ke/captivesym.pl',
+                       '/project/Pod2Html.html.pl?cvs=captive/src/libcaptive/ke/captivesym.pl',
                        'src/libcaptive/ke/captivesym.pl' ]}</span>
 
        <a name="functype_pass"><h2>Direct Pass to Original &quot;ntoskrnl.exe&quot;</h2></a>
index 21dfdaa..a30562e 100755 (executable)
@@ -115,7 +115,7 @@ sub captive_srcfile ($;$)
 {
 my($filename,$text)=@_;
 
-       a_href 'http://cvs.jankratochvil.net/viewcvs/*checkout*/priv/captive/'.$filename.'?rev=HEAD',
+       a_href 'http://cvs.jankratochvil.net/viewcvs/*checkout*/captive/'.$filename.'?rev=HEAD',
                        ($text || $filename);
 }