emacs-devel
[Top][All Lists]
Advanced

[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 15:15:41 +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 don't understand what you mean by "a symlink from client to provider
> repository".

I mean that the emacs repository (the directory pointed at by your
cvsroot symlink) gets a symlink to the url repository. It's then
possible to use CVS module import on the symlinked URL repository.

for example:

   ln -s (subversions)/cvsroot/url (subversions)/cvsroot/emacs/url

You can then combine the one module with the other.


However, a symlink direct to the repository is just as good from a
technical point if view. I suggest the above because IMHO it's easier
to manage, the resources for a project are kept within the projects
CVS repository.


Nic





reply via email to

[Prev in Thread] Current Thread [Next in Thread]