Return to Snippet

Revision: 34855
at October 29, 2010 05:34 by rumremix


Initial Code
no code per se. see notes.

Initial URL


Initial Description
General Notes:
Don't use "import" command



Steps for creating new svn project
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-import.html#tsvn-dug-import-in-place


1. Use the repository browser to create a new project folder directly in the repository.

2. Checkout the new folder over the top of the folder you want to import. You will get a warning that the local folder is not empty. Now you have a versioned top level folder with unversioned content.

3. Use TortoiseSVN ? Add... on this versioned folder to add some or all of the content. You can add and remove files, set svn:ignore properties on folders and make any other changes you need to.

4. Commit the top level folder, and you have a new versioned tree, and a local working copy, created from your existing folder.





Steps for syncing to existing project that someone else created on the repository
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-checkout.html

Steps for creating new visual studio project and syncing it to the repository
create project and click "add to repository" (or something) checkbox (the vs tortoise plugin must be installed).

Initial Title
tortoise svn crib notes

Initial Tags
svn

Initial Language
SVN