Development

/plugins/sfWebRPCPlugin/README.internal

You must first sign up to be able to contribute.

root/plugins/sfWebRPCPlugin/README.internal

Revision 14797, 0.8 kB (checked in by jerome.etienne, 4 years ago)

- added makefile to package easily
- added documentation

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/sfEasyDebugPlugin/
5 - to retrieve the package from the repository, when being on symfony project root
6   - svn co http://svn.symfony-project.com/plugins/sfEasyDebugPlugin plugins/sfEasyDebugPlugin
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 sfWorkerPlugin
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
Note: See TracBrowser for help on using the browser.