forked from wbraswell/parse-eyapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.SUBVERSION
89 lines (59 loc) · 3.72 KB
/
README.SUBVERSION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
The subversion project for Eyapp was started in orion. See instructions below.
But now (January 2009) is in google-code and intend to be there for long.
This is the result of 'svn info':
/home/lusasoft/src/perl/Parse-Eyapp$ svn info
Ruta: .
URL: https://parse-eyapp.googlecode.com/svn/trunk
Raíz del repositorio: https://parse-eyapp.googlecode.com/svn
UUID del repositorio: a75ea6fe-dcac-11dd-8561-ef618b9164eb
Revisión: 6
Tipo de nodo: directorio
Agendado: normal
Autor del último cambio: casiano.rodriguez.leon
Revisión del último cambio: 5
Fecha de último cambio: 2009-01-07 12:35:02 +0000 (mié, 07 ene 2009)
************************ ORION SVN INFO ************************+
- SVN version info set in files with:
nereida:~/src/perl/YappWithDefaultAction/lib/Parse/Eyapp> svn propset svn:keywords "LastChangedDate LastChangedRevision" Driver.pm
svn propset svn:keywords "LastChangedDate LastChangedRevision" Eyapp.pm
propiedad 'svn:keywords' asignada en 'Eyapp.pm'
- This project was created by Casiano with the command:
pl@nereida:~/src/perl/YappWithDefaultAction$ svn import -m 'Yapp extended with default actions' YappWithDefaultAction/ svn+ssh://[email protected]/var/svn/casiano/PL/YappWithDefaultAction
- And checked out with:
pl@nereida:~/src/perl/YappWithDefaultAction$ svn checkout svn+ssh://[email protected]/var/svn/casiano/PL/YappWithDefaultAction/trunk YappWithDefaultAction
- Warning! Execute:
source etc/setperl5lib
or:
export PERL5LIB=/home/pl/src/perl/YappWithDefaultAction/lib/:$PERL5LIB
to be sure you are using the local version of Yapp
- The first tag created contains a version which extends Yapp with the "defaultaction" directive:
pl@nereida:~/src/perl$ svn copy svn+ssh://[email protected]/var/svn/casiano/PL/YappWithDefaultAction/trunk svn+ssh://[email protected]/var/svn/casiano/PL/YappWithDefaultAction/tags/defaultaction_only_1.0
Commit de la revisión 20.
- The second tag includes the YYLhs method which returns the variable name in the left side of the current rule.
pl@nereida:~/src/perl$ svn copy svn+ssh://[email protected]/var/svn/casiano/PL/YappWithDefaultAction/trunk svn+ssh://[email protected]/var/svn/casiano/PL/YappWithDefaultAction/tags/YYLhsMethod_2.0
- The third tag includes the YYRule method which returns the index of the current rule
pl@nereida:~/src/perl/YappWithDefaultAction/examples$ svn copy svn+ssh://[email protected]/var/svn/casiano/PL/YappWithDefaultAction/trunk svn+ssh://[email protected]/var/svn/casiano/PL/YappWithDefaultAction/tags/YYRuleMethod_3.0
Commit de la revisión 28.
*************************************************
SVN HINTS:
svn -vu status
svn status -u | grep '\*
A Resource is scheduled for Addition
D Resource is scheduled for Deletion
M Resource has local Modifications
C Resource has Conflicts (changes have not been completely merged
between the repository and working copy version)
X Resource is eXternal to this working copy (may come from another
repository). See the section called “Externals Definitions”
? Resource is not under version control
! Resource is missing or incomplete (removed by a tool other than
Subversion)
* A newer revision of the item exists on the server.
If the --verbose option is passed, the last committed revision and last committed author are displayed next.
See:
http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.ref.svn.c.status
http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.tour.cycle.examine.status
- To see the differences between the working copy and the repository copy:
svn diff -r HEAD t/58standalone.t
- To bring a file without including it in the svn
svn export -r HEAD t/58standalone.t