Changes

Jump to: navigation, search

Hints for Using SVN to collaborate on school projects

57 bytes added, 08:05, 29 September 2011
Start the project by continuing an existing work
=== Start the project by continuing an existing work ===
To continue an existing work, you should have a '''non-versioned''' copy of the initial code for your project. You should copy Copy this code into the '''trunk''', '''add''' and '''commit'''it. These are the detailed steps:
# Copy the initial code into the '''trunk ''' of your repository#: If the code is available in another repository (say RepoSrc), '''export''' from RepoSrc into '''trunk ''' of your repository (say RepoDest)
#:# '''update''' RepoSrc to make sure that it is in sync with the server.
#:# Right click on the directory with the initial code in RepoSrc and select "'''...SVN/export"'''.#:# Select the '''trunk ''' of your own repository (RepoDest ) and click OK#:#: This will create a "non-version-controlledversioned" copy of the initial code in RepoDest/trunk# Do any modification needed to make the initial code ready for your own work# Right click on RepoDest/trunk and select '''Add'''. Then choose the files that you want to be would like "versioned"# Finally, '''Commit''' the '''trunk ''' to copy the those files to the SVN server.
== Preparing Your Own Workspace for Development ==

Navigation menu