From: Petter Reinholdtsen Date: Mon, 14 Apr 2014 13:09:22 +0000 (+0200) Subject: Remove backup file. X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/e86168b0cae5e6a526a6b36eb97989829af60b9b?hp=08f6b5bc8a3c905fb981896157ff8f5bc23f9b73 Remove backup file. --- diff --git a/linux/sane/cvs-server.html~ b/linux/sane/cvs-server.html~ deleted file mode 100644 index 31e8312514..0000000000 --- a/linux/sane/cvs-server.html~ +++ /dev/null @@ -1,85 +0,0 @@ - - - - SANE project CVS servers - - - -

SANE project CVS servers

- - The SANE project has two CVS servers, one for developers, and one - read only for anonymous access. Both use pserver connections. - -

They are hosted by The Hungry - Programmers - -

Accessing the development server

- - Only peoples allowed by the current SANE maintainer get access to - this server. To check out the current development source, issue the - following commands: - -
- cvs -d :pserver:<username>@cvs.hungry.com:/cvsroot login -
cvs -d :pserver:<username>@cvs.hungry.com:/cvsroot co -r DEVEL_1_9 sane -
- - More info on CVS is available from - The - CVS tutorial - -

Accessing the anonymous server

- - To get read-only access to the latest development version, issue - the following commands: - -
- cvs -d :pserver:anoncvs@anoncvs.hungry.com:/cvsroot login -
[password "anoncvs"] -
cvs -d :pserver:anoncvs@anoncvs.hungry.com:/cvsroot co -r DEVEL_1_9 sane -
- - The anonymous CVS version is updated every hour, on the hour. - -

Information to developers with CVS write access

- -When doing changes (commits) to the CVS repository, make sure you -remember to include a ChangeLog entry. The format is simple, -with the date the change was commited to CVS, the name and email -address of the one doing the commit, the list of files changed -(ignoring ChangeLog), and a description of the change. -Example: - -
2000-03-06  Petter Reinholdtsen 
-
-	* configure.in configure: New version is 1.0.2.
-
- -

When committing patches from other people, I usually add 'Patch -from .' to record where the change came from. - -To make it easier to keep track of my own changes, I maintain a local -ChangeLog.local where I list my local changes before I move -the entry into the common ChangeLog and commit the change. - -

Do not change other backends then your own. If you find bugs in other -backends, send a patch to the current backend maintainer or to the -mailing list, and wait for the maintainer to commit the change. - -

Global changes require consensus where David has the last word before -updating the CVS repository. - -

If you want to keep track of the changes to the CVS repository, -subscribe to the mailing list sane-commit@list.uit.no by sending an -email to -sane-commit-request@list.uit.no -with subject 'subscribe'. - -


-
Petter Reinholdtsen
- - -Last modified: Sun Jul 25 20:06:13 CEST 1999 - - -