[serious thread] are you using any bug tracking / project management / version control software ?
category: general [glöplog]
svn and dokuwiki, at work and actually even for university assignments (non-code)
no, not what's missing, the opposite. does it require cygwin? [maybe i'm still living in yesterday and it's already fully ported..]
nothing wrong with living in yesterday. the other day i visited my parents and saw colour tv for the first time. i watched in awe for half a day. life is great!
svn is the salvation if there are more than a programmer :) mantig for the bug tracking is a good tool also for small projects
216 I think the one I use is a mingw port. (can't check right now however there's no /cygdrive bullshit with the version I use)
@skrebbel:
holy crap. Really?
holy crap. Really?
has anyone experienced AccuRev ?
it's pricey and java but its visuall management of streams (branches) looks easy :)
it's pricey and java but its visuall management of streams (branches) looks easy :)
I just started using Trac with Subversion. Seems pretty nifty so far...
SVN for both work and play.
-_-_- svn is in no way an over-engineered version of cvs - actually it's quite the opposite, it's much more lean than cvs (for instance, there's no special concept for branches or tags - it's just a directory like the trunk is).
it also has support for some stuff cvs misses which was driving me insane back in the days - like true support for directories, versioning support when renaming/moving stuff etc. It also has the nifty feature of allowing you to latest state when you checked it out from the repository, without having access to the repository itself.
it also has support for some stuff cvs misses which was driving me insane back in the days - like true support for directories, versioning support when renaming/moving stuff etc. It also has the nifty feature of allowing you to latest state when you checked it out from the repository, without having access to the repository itself.
oups. that last sentence should read:
"It also has the nifty feature of allowing you to revert your project/file/directory to the latest state when you checked it out from the repository, without having access to the repository itself."
(WHY CAN'T I TYPE WITHOUT FORGETTING HUGE CHUNKS OF WORDS?!)
"It also has the nifty feature of allowing you to revert your project/file/directory to the latest state when you checked it out from the repository, without having access to the repository itself."
(WHY CAN'T I TYPE WITHOUT FORGETTING HUGE CHUNKS OF WORDS?!)
I am not much of a coder, but everything code I do goes in an svn. The overhead for working with it is very minimal.
I am looking at git with a great amount of curiosity, it seems like the ability to go offline and still have things under version control would be a godsend.
I am looking at git with a great amount of curiosity, it seems like the ability to go offline and still have things under version control would be a godsend.
sofokles, I THINK YOUR AVATAR EXPLAINS WHY!?!
nosense :D
(OUPS!)
Since subversion was ported to Atari a year ago, we use that..