154
edits
Changes
→import
: You '''export''' when you want either to package the project, to make it ready for production, or to copy a piece of work from one repository to another repository.
==== import ====
To '''import''' is to copy a non-versioned work (directory) to a the repository server.: note Note that in this case although the imported code is on the server and , it is still NOT versioned on the client machine; to . To start working on an imported directory, you should need first to '''checkout''' the directory from the repository to the client machine.
== Starting a Project On SVN ==