| Create directory in SVN: | ||
|---|---|---|
| 1 | ProjectName >> Trunk ( rails application) | |
| 2 | >>Branches >> appName with version | |
| 3 | >> tags >> appName each commit date | |
| Send the project to SVN repository: | ||
|---|---|---|
| 1. create Rails new project | rails prject name | |
| 2. Import to editors | Eg. aptana / eclips | |
| 3. Right click Project name | team - share project option | |
| Primary set of the project: | ||||||
|---|---|---|---|---|---|---|
| - | property name | text property | folder name | |||
| 1 | set svn-ignore | *log | log | |||
| 2 | set svn-ignore | database.yml | config | |||
| 3 | svn-ignore | * | tmp | |||
| 4 | svn-ignore | *doc | doc | |||
| Managing the Database Configuration: |
|---|
| Before set the svn property to config folder |
| rename the database.yml to database.yml.sample |
| Check-out New Project From SVN: |
|---|
| In Aptana |
| File - import - checkout projects from SVN |
| - |