[EMAIL PROTECTED] (Ludovic Courtès) writes: > Sure, and it's called `update'. :-) To summarize: > > # Teach tla that some archive (or ``repository'') is available at URI. > $ tla register-archive URI > > # At this point, it knows that an archive named > # [EMAIL PROTECTED]' is available at URI. > # From now on, you will always use this name and not the URI. > > # You can now get files from that archive. > > $ tla get [EMAIL PROTECTED]/C--B--V DIR > # This retrieves the latest version of the branch C--B--V into > # directory DIR. > > $ cd DIR > > # Updating the local copy, as with `cvs update': > $ tla update >
Very useful, thanks. That all works for me, but I get the following error running make (after an apparently successful ./autogen.sh and ./configure): make[2]: Entering directory `/home/neil/arch/guile-vm/src' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -pthread -Wall -g -pg -g -O2 -MT envs.lo -MD -MP -MF ".deps/envs.Tpo" \ -c -o envs.lo `test -f 'envs.c' || echo './'`envs.c; \ then mv -f ".deps/envs.Tpo" ".deps/envs.Plo"; \ else rm -f ".deps/envs.Tpo"; exit 1; \ fi ../libtool: ../libtool: No such file or directory make[2]: *** [envs.lo] Error 1 make[2]: Leaving directory `/home/neil/arch/guile-vm/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/neil/arch/guile-vm/src' make: *** [all-recursive] Error 1 [EMAIL PROTECTED]:~/arch/guile-vm$ Probably just means you have something in your tree which hasn't been committed to the archive ... Regards, Neil _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user