Search
Categories
- Getting Things Done (RSS) (3)
- SEO (RSS) (1)
- Web Development (RSS) (86)
My development process involves using doctrine and svn. Documenting my development steps to make sure I can put this is some sort of build script in future.
Creating svn directories
svn mkdir -m "create default directories" http://svn.clients.rajatpandit.com/project-name/trunk http://svn.clients.rajatpandit.com/project-name/tags http://svn.clients.rajatpandit.com/project-name/branches
Checkout these directories locally:
svn co http://svn.clients.rajatpandit.com/project-name/ .
Move to the trunk directory
cd trunk
Creating a new project
$ symfony generate:project brp
$ [...]
Recent Comments