Lads & Lassies,
Just wondering how do ye guess manage yer source control for clients source code? Do ye use particular applications. I am currently setting it up at present and like some advice.
Lads & Lassies,
Just wondering how do ye guess manage yer source control for clients source code? Do ye use particular applications. I am currently setting it up at present and like some advice.
Three letters, SVN.
my sites :irish poker / irish jobs / seo faq / advertise jobs free / green card / skiing
I use Subversion (svn) from subversion.tigris.org or more specifically the windows version at tortoisesvn.tigris.org
I've been using tortoiseSVN with Springloops. Found both pretty straightforward to use.
Not Work: My blog
Work: Website Design Galway
A little app: Twiteye.com (Application, software & service ideas from Twitter)
lots and lots of folders :P
but seriously SVN is the way to go ... old company used CVS ... I wasn't a fan ...
IT Books.ie | Computer Books
Recent Work | The Dropped.IE Domain List | Devine Building | Children's Festivals in Ireland | Galway Hot Yoga | Freelance Jobs African Safari Holiday
Blog | James Larkin Work | Web Design Dublin, Ireland - Web Development Dublin, Ireland
Yes more words I don't know, Source Control????
IT Books.ie | Computer Books
Recent Work | The Dropped.IE Domain List | Devine Building | Children's Festivals in Ireland | Galway Hot Yoga | Freelance Jobs African Safari Holiday
Blog | James Larkin Work | Web Design Dublin, Ireland - Web Development Dublin, Ireland
Oh dear, I'm guessing this is going to hurt.
I'm guessing it's managing different versions of your files?
*gets the lube* ... don't worry I'll be gentle ...
Basically set up a repository .. where you have all your files.
Check your files in.
Lets say its the first version of your files ... give the whole group a tag / label.
Now in future lets say you blow something up ... you can revert your live files to this tag / label
Now as you go you check files out to edit them ... you make changes you commit the changes to source control. Lets say you mess up ... you've got the previous version. Normally you check in each change you make and you should get into the habit of commenting on it all.
Is this annoying yes ... is it a godsend in the long run hell yes ...
you can compare different versions and see what changes you've made ... revert single files back ... and so on ...
You're happy with the state of things ... check everything in and give it a tag / label ..
now you can set up some shiny goodness / scripts to update files on your live site and so on ...
have I missed anything ?
(this was the basics ... you can get into branching .. locking files and so on as well)
IT Books.ie | Computer Books
Recent Work | The Dropped.IE Domain List | Devine Building | Children's Festivals in Ireland | Galway Hot Yoga | Freelance Jobs African Safari Holiday
Blog | James Larkin Work | Web Design Dublin, Ireland - Web Development Dublin, Ireland
never used source control... probably should look into it.
Especially since the last vb.net project I was working on, I had to pass over to our specialist team of devlopers who were ready to take over the project after I started it (and finished it) before they had time to even think about starting it. Anywho, the last conf call I had with them made me feel like an amateur as they were talking about SVN and CVS and asked what I was using... I was... like... eh... folders with different names on?
Oh, there was laughter.