summaryrefslogtreecommitdiff
path: root/hurd/translator/cvsfs.mdwn
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2013-03-15 21:17:54 +0100
committerPino Toscano <toscano.pino@tiscali.it>2013-03-15 21:17:54 +0100
commit5f6f4a63ae65132329da6e199b98a475b034cee2 (patch)
treeced45bee5b00e259e9de4d7f820a34d65350ed78 /hurd/translator/cvsfs.mdwn
parent90ed55364e8d55f5987ca03c6c2f7ea3bc31f767 (diff)
various small changes, most in translators
Diffstat (limited to 'hurd/translator/cvsfs.mdwn')
-rw-r--r--hurd/translator/cvsfs.mdwn18
1 files changed, 13 insertions, 5 deletions
diff --git a/hurd/translator/cvsfs.mdwn b/hurd/translator/cvsfs.mdwn
index f5f1a9e0..03b49219 100644
--- a/hurd/translator/cvsfs.mdwn
+++ b/hurd/translator/cvsfs.mdwn
@@ -21,10 +21,13 @@ would be to check out the whole tree and deleting it after using.
## Step by Step process in installing cvsfs
-Download and prepare the source files from the CVS repositiory and build them.
+Download and prepare the source files from the [[source_repositories/incubator]]
+repository and build them.
- $ cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/hurdextras co cvsfs
- $ cd cvsfs/
+ $ git clone git://git.savannah.gnu.org/hurd/incubator.git
+ $ cd incubator/
+ $ git branch -t cvsfs origin/cvsfs/master
+ $ git checkout cvsfs
$ autoreconf -i
$ ./configure
$ make
@@ -35,10 +38,10 @@ Set up the translator and start grazing.
$ mkdir -p cvsfs_test
$ settrans -a cvsfs_test /hurd/cvsfs cvs.sourceforge.net /cvsroot/projectname modulename
-Example to mount the cvsfs module on hurdextras to a local directory.
+Example to mount the memfs module on hurdextras to a local directory.
$ mkdir cvs.d
- $ settrans -ac cvs.d/cvsfs /hurd/cvsfs cvs.savannah.nongnu.org sources/hurdextras cvsfs
+ $ settrans -ac cvs.d/cvsfs /hurd/cvsfs cvs.savannah.nongnu.org sources/hurdextras memfs
Now change to that directory and start using ls, emacs, and whatever you feel
like. :-)
@@ -50,3 +53,8 @@ Happy Hacking.
* <http://www.nongnu.org/hurdextras/>
* <http://cvs.sv.nongnu.org/viewcvs/*checkout*/cvsfs/README?root=hurdextras>
+
+### Old version at Berlios
+
+A read-only version has been written by Stefan Siegl and was available at
+[Berlios](http://cvs.berlios.de/cgi-bin/viewcvs.cgi/cvsfs4hurd/cvsfs/).