[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linking Url into Emacs/lisp
From: |
nferrier |
Subject: |
Re: Linking Url into Emacs/lisp |
Date: |
29 Oct 2002 14:16:49 +0000 |
"Stefan Monnier" <monnier+gnu/address@hidden> writes:
> It was decided to include Url as part of Emacs and it seems that the
> best way to do that as far as moving/including the files is concerned
> is to create symlink in subversions's emacs/lisp directory.
> More specifically, something like the following:
>
> ln -s /cvsroot/url/url/lisp /cvsroot/emacs/emacs/lisp/url
>
> Something of the same kind was done for emacs/src/regex.[ch] which
> is symlinked to gnulib/regex.[ch].
>
>
> Stefan
A better way of doing this is module import. Unfortunately I'm not
sure whether the savannah cvs aliasing system allows for module import
between CVS repositories. I guess a symlink from client to provider
repository might work.
I think that would be safer than a direct symlink.
Nic
Re: Linking Url into Emacs/lisp, Juanma Barranquero, 2002/10/29