Implementing Subversion w/ TortoiseSVN

I've known of the benefits of version control especially Subversion for a while now, but for whatever reasons, I hadn't made "the leap" until now. I bookmarked the series Configuring a Development Environment with Apache, Subversion, TortoiseSVN, and Subclipse most recently, but like many of my bookmarks it sat unread for a while. What is different is that Monday evening I began reading it and implementing it as I went along. I've read and worked through Parts 1-3 augmented with The ACME Guide and am now using a repository with one of my current projects. While the articles are great and were able to get me up and running, I have found I have a need for a quick reference while I am still getting comfortable with the process.

goto C:\svnrepos
create a new folder
right click on the new folder and select TortoiseSVN>create repository here
slect Native filesystem (FSFS)
right click on th new folder and select ToroiseSVN>Repo-browser
change URL to http://localhost/svn/new folder name
right click and select Create Folder
New name: trunk
Log: Create trunk folder
right click and select Create Folder
New name: branches
Log: Create branches folder
right click and select Create Folder
New name: tags
Log: Create tags folder
goto directory of code to import
right click and select TortoiseSVN>Import
URL of repository, select newly created repository and add /trunk
in development environment create new folder
right click new folder and select SVN Checkout...
accept defaults and click OK

To commit changes to the repository, right click and select SVN Commit...
To update from the repository, right click and select SVN Update...

Disclaimer - This entry is not recommended as a how-to article, rather it simply documents my current process.

Post a Comment
  1. Leave this field empty

Required Field

Rate this