|
Revision 19589, 0.8 kB
(checked in by jerome.etienne, 4 years ago)
|
initial commit
|
| Line | |
|---|
| 1 |
Note: i am a svn beginer so here is a few notes to ease my memory |
|---|
| 2 |
----------------------------------------------------------------- |
|---|
| 3 |
- to send the current directory to a blank repository |
|---|
| 4 |
- svn import http://svn.symfony-project.com/plugins/jeDbCheckPlugin/ |
|---|
| 5 |
- to retrieve the package from the repository, when being on symfony project root |
|---|
| 6 |
- svn co http://svn.symfony-project.com/plugins/jeDbCheckPlugin plugins/jeDbCheckPlugin |
|---|
| 7 |
- to commit the current work to the repository |
|---|
| 8 |
- svn commit |
|---|
| 9 |
- to know the current status |
|---|
| 10 |
- svn status |
|---|
| 11 |
- to create the package.xml automatically |
|---|
| 12 |
- ./symfony plugin:package jeDbCheckPlugin |
|---|
| 13 |
- a plugin sfTaskExtraPlugin need to be installed |
|---|
| 14 |
- php symfony plugin:install sfTaskExtraPlugin --release=0.0.1 |
|---|
| 15 |
- documentation on how to write README |
|---|
| 16 |
- http://en.wikipedia.org/wiki/List_of_lightweight_markup_languages |
|---|