Import a new project to Subversion

Before all, you have to create thoses directories :
[pene@donunix] mkdir -p origin/branches origin/tags origin/trunck

then copy your project in the origin/trunk directory :
[pene@donunix] cp -r myproject/* origin/trunk

And to finish, import the project to your subversion base :
[pene@donunix] svn import origin https://svn.b11.fr/svnroot/ -m 'initial version'

No comments: