154
edits
Changes
→Start the project by continuing an existing work
# Right click on trunk and select '''SVN Commit''' to commit your work to repository server.
=== Start the project by continuing an existing work ===
# 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 RepoDest and click OK
#:#: This will create a "non-version-controlled" copy of the initial code in RepoDest/trunk
# Do any modification needed to make the initial code ready for work
# Right click on RepoDest/trunk and select '''Add'''. Then choose the files that you want to be "versioned"
# Finally, '''Commit''' the trunk to copy the files to the SVN server.
== Preparing Branches/workspace for development ==