Light & Easy Revision control system: Is there any?
Moderator: Moderators
- SirArtturi
- Posts: 1164
- Joined: 23 Jan 2008, 18:29
Light & Easy Revision control system: Is there any?
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?
Am I a douche?
Re: Light & Easy Revision control system: Is there any?
I like Dropbox lots.
It's useful for tons of things.
You should re-assess.
It's useful for tons of things.
You should re-assess.
Re: Light & Easy Revision control system: Is there any?
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.
- SirArtturi
- Posts: 1164
- Joined: 23 Jan 2008, 18:29
Re: Light & Easy Revision control system: Is there any?
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?
Any tips for repo-newb?
- SirArtturi
- Posts: 1164
- Joined: 23 Jan 2008, 18:29
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Light & Easy Revision control system: Is there any?
SVN is big.
It's not very fork-friendly.
Git outclasses it.
It's not very fork-friendly.
Git outclasses it.
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Light & Easy Revision control system: Is there any?
Not on windows.
Re: Light & Easy Revision control system: Is there any?
Git. Because your passwords should have passwords.
Re: Light & Easy Revision control system: Is there any?
Git, because it doesn't force certain workflow on you (unlike SVN).
Re: Light & Easy Revision control system: Is there any?
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/
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/
Re: Light & Easy Revision control system: Is there any?
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
I can get you an account on dreamhost you can use if you like
Re: Light & Easy Revision control system: Is there any?
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.
Re: Light & Easy Revision control system: Is there any?
Keep in mind Mac OS X has the winsauce github client
- SirArtturi
- Posts: 1164
- Joined: 23 Jan 2008, 18:29
Re: Light & Easy Revision control system: Is there any?
Mercurial seemed really nice, although I already started working with git and dropbox.
msysgit seems pretty ok for windows.
msysgit seems pretty ok for windows.
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Light & Easy Revision control system: Is there any?
Mercurial windows clients are pretty fail, fyi. On windows use svn. Tortoise outclasses everything else.