Light & Easy Revision control system: Is there any?

Light & Easy Revision control system: Is there any?

Post just about everything that isn't directly related to Spring here!

Moderator: Moderators

Post Reply
User avatar
SirArtturi
Posts: 1164
Joined: 23 Jan 2008, 18:29

Light & Easy Revision control system: Is there any?

Post by SirArtturi »

Im working on a small web-application project and I'd like to have somekinda revision control system. SVN and GIT feel a bit too massive and unnessecary. And the cloud services I know (google docs and dropbox) feels a bit dump for that purpouse. Anything between?

Am I a douche?
User avatar
MidKnight
Posts: 2652
Joined: 10 Sep 2008, 03:11

Re: Light & Easy Revision control system: Is there any?

Post by MidKnight »

I like Dropbox lots.
It's useful for tons of things.
You should re-assess.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: Light & Easy Revision control system: Is there any?

Post by AF »

It's not the git and svn themselves that are weighty, its the tools your using with them. You don't need half the stuff git and svn have, but you dont need to know or use them to make use of those systems so keep them out of sight out of mind.
User avatar
SirArtturi
Posts: 1164
Joined: 23 Jan 2008, 18:29

Re: Light & Easy Revision control system: Is there any?

Post by SirArtturi »

Well, I need to use somekinda cloud anyway so if I use GIT where Im going to create the repository -- Github is not free unless you want to share your jawesome supersecret program to whole world?

Any tips for repo-newb?
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: Light & Easy Revision control system: Is there any?

Post by Forboding Angel »

svn
User avatar
MidKnight
Posts: 2652
Joined: 10 Sep 2008, 03:11

Re: Light & Easy Revision control system: Is there any?

Post by MidKnight »

SVN is big.
It's not very fork-friendly.
Git outclasses it.
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: Light & Easy Revision control system: Is there any?

Post by Forboding Angel »

Not on windows.
User avatar
Das Bruce
Posts: 3544
Joined: 23 Nov 2005, 06:16

Re: Light & Easy Revision control system: Is there any?

Post by Das Bruce »

Git. Because your passwords should have passwords.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: Light & Easy Revision control system: Is there any?

Post by Tobi »

Git, because it doesn't force certain workflow on you (unlike SVN).
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10454
Joined: 24 Jan 2006, 21:12

Re: Light & Easy Revision control system: Is there any?

Post by PicassoCT »

how about mecurial... its the one i actually found easy to use and its good for projects up to 12 people..

just install it.. select the directory in console and write HG_INIT

then all you need is hg_ADD
and HG_COMMIT

its supra nub friendly and easy

http://mercurial.selenic.com/

//Tutorial
http://hginit.com/
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: Light & Easy Revision control system: Is there any?

Post by AF »

If you have SSH or SFTP access somewhere, you can use that for git, or just use something like dropbox

I can get you an account on dreamhost you can use if you like
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: Light & Easy Revision control system: Is there any?

Post by hoijui »

i would also suggest mercurial or bazaar if you are a typical windows or mac user. if you are more the linux guy, then git would be the right thing i'd say. it is lightweight. it is even the most used SCM where something lightweight & SCM makes sense, like for example as backup solution for not too large and not too many text files.
Last edited by hoijui on 17 Nov 2011, 23:19, edited 1 time in total.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: Light & Easy Revision control system: Is there any?

Post by AF »

Keep in mind Mac OS X has the winsauce github client
User avatar
SirArtturi
Posts: 1164
Joined: 23 Jan 2008, 18:29

Re: Light & Easy Revision control system: Is there any?

Post by SirArtturi »

Mercurial seemed really nice, although I already started working with git and dropbox.

msysgit seems pretty ok for windows.
User avatar
det
Moderator
Posts: 737
Joined: 26 Nov 2005, 11:22

Re: Light & Easy Revision control system: Is there any?

Post by det »

+1 mercurial
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: Light & Easy Revision control system: Is there any?

Post by Forboding Angel »

Mercurial windows clients are pretty fail, fyi. On windows use svn. Tortoise outclasses everything else.
Post Reply

Return to “Off Topic Discussion”