Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/handbook: hb-introduction-new-devs.xml
Date: Wed, 29 Jun 2011 20:15:14
Message-Id: 20110629200745.6BA1220054@flycatcher.gentoo.org
1 nimiux 11/06/29 20:07:45
2
3 Modified: hb-introduction-new-devs.xml
4 Log:
5 added $ to CVSROOT variable. No version bump.
6
7 Revision Changes Path
8 1.16 xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml?rev=1.16&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml?rev=1.16&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml?r1=1.15&r2=1.16
13
14 Index: hb-introduction-new-devs.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- hb-introduction-new-devs.xml 26 Apr 2010 19:17:54 -0000 1.15
21 +++ hb-introduction-new-devs.xml 29 Jun 2011 20:07:45 -0000 1.16
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml,v 1.15 2010/04/26 19:17:54 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-introduction-new-devs.xml,v 1.16 2011/06/29 20:07:45 nimiux Exp $ -->
28
29 <sections>
30 <version>1.1</version>
31 @@ -160,7 +160,7 @@
32 </p>
33
34 <pre caption="Removing old versions">
35 -$ <i>cd CVSROOT/app-misc/foo</i>
36 +$ <i>cd $CVSROOT/app-misc/foo</i>
37 $ <i>cvs update</i>
38 $ <i>cvs remove -f foo-1.0.ebuild</i>
39 </pre>