Development Software
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb Site ManagementDevelopment Software

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 30th, 2009, 03:26 PM
Dameon51 Dameon51 is offline
http://stealthwd.ca
Dev Shed Novice (500 - 999 posts)
 
Join Date: Dec 2005
Posts: 683 Dameon51 User rank is First Lieutenant (10000 - 20000 Reputation Level)Dameon51 User rank is First Lieutenant (10000 - 20000 Reputation Level)Dameon51 User rank is First Lieutenant (10000 - 20000 Reputation Level)Dameon51 User rank is First Lieutenant (10000 - 20000 Reputation Level)Dameon51 User rank is First Lieutenant (10000 - 20000 Reputation Level)Dameon51 User rank is First Lieutenant (10000 - 20000 Reputation Level)Dameon51 User rank is First Lieutenant (10000 - 20000 Reputation Level)Dameon51 User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 5 Days 23 h 19 m 57 sec
Reputation Power: 199
Send a message via ICQ to Dameon51
SVN, Subversion

Hey everyone. I've been developing a website CMS for the company I work for. The core functionality is mostly finished and I think now would be a good time to get into using SVN.

What I would ultimately like to do is have a repository for the CMS, then a very simple straight forward way send all the updates\changes to the sites based off the CMS. I have a little experience with SVN.

I was hoping someone could recommend a good read for something like this, or shed some light on things I should be considering.

Thanks

Reply With Quote
  #2  
Old December 4th, 2009, 05:06 AM
Kristen Kristen is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2009
Location: UK
Posts: 197 Kristen User rank is First Lieutenant (10000 - 20000 Reputation Level)Kristen User rank is First Lieutenant (10000 - 20000 Reputation Level)Kristen User rank is First Lieutenant (10000 - 20000 Reputation Level)Kristen User rank is First Lieutenant (10000 - 20000 Reputation Level)Kristen User rank is First Lieutenant (10000 - 20000 Reputation Level)Kristen User rank is First Lieutenant (10000 - 20000 Reputation Level)Kristen User rank is First Lieutenant (10000 - 20000 Reputation Level)Kristen User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Day 14 h 5 m 45 sec
Reputation Power: 148
We use SVN and Tortoise. I jsut use it at the Windows Explorer level - right click the project root directory (on my C: drive), press COMMIT, and that's it, all changes saved, job done!

We have a convoluted way that we produce release packages for deployment so I doubt that will be relevant to you, but I have a couple of general SVN suggestions:

We use a spivvy DIFF tool. Whenever we COMMIT files SVN displays a list of the files it will "check in". We right click each file in turn, choose DIFF and compare against the previous version. This is a sort of self-peer-review and we review the code changes weve made before checking in in case that causes us to spot anything - like we accidentally deleted a large chunk of code, or changed a DEFAULT for debugging that we forgot to change back again.

Similarly on CHECKOUT - you get a list of all files that are changed (i.e. newer on the server) and I personally right-click and DIFF each one to see what other people have changed (so Im the peer-review "gofa", in that respect).

We always use UPDATE before we use COMMIT, the reason being that UPDATE will complain if there is a conflict between your local changes and the central code whereas COMMIT will attempt to merge the two, and the resulting space-time can be very hard to work out what you changed and what someone else changed. On UPDATE if we get a conflict we use DIFF (i.e. between my local version and the latest version in the repository) and I sort out the merging myself and then COMMIT that.

Reply With Quote
  #3  
Old February 6th, 2010, 09:25 PM
Mamady Mamady is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2010
Location: London
Posts: 42 Mamady User rank is Corporal (100 - 500 Reputation Level)Mamady User rank is Corporal (100 - 500 Reputation Level)Mamady User rank is Corporal (100 - 500 Reputation Level)Mamady User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 3 h 35 m 45 sec
Reputation Power: 5
you need to read the redbook and install tortoise svn - thats the best way to start getting using to using a repos.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementDevelopment Software > SVN, Subversion

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap