[vlc-devel] Re: On the road to 0.5.0
Sigmund Augdal
sigmunau at stud.ntnu.no
Sat Feb 1 13:33:29 CET 2003
On Sat, Feb 01, 2003 at 01:21:48PM +0100, Stephan Assmus wrote:
> > > On Fri, Jan 31, 2003, Stephan Assmus wrote:
> > >
> > > > I have a hard time being involved with vlc development, since my
> > > > dev
> > > > machine has no access to the net. In my experience, I cannot keep
> > > > a
> > > > tree up to date by simply invoking "cvs update". Most of the
> > > > times,
> > > > I
> > >
> > > Please note that you should be using :
> > > cvs -q update -dP
> > >
> > > Otherwise you will end up with missing files.
>
> Are there similar options when commiting? What is the correct line?
> Also, I don't dare forget to use '-m "message describing my changes"'.
> I once forgot that and found myself in front of vim. It scares the bit
If you set the EDITOR environment variable to something, that will be used
instead of vim. I personally use jed, but any editor will do.
--------
export EDITOR=jed
cvs commit
--------
Is the syntax if you use bash, other shells may differ. It may also be a
good idea to set the EDITOR variable in the logon scripts (.bashrc)
Sigmund
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list