Arc Forumnew | comments | leaders | submitlogin
1 point by mulander 6047 days ago | link | parent

I totally agree that Darcs is fun :) I mentioned it here because the initial post described a workflow that fits into Darcs perfectly, not in an attempt to compare Darcs to Git.

From the Darcs official manual (the tag command):

While traditional revision control systems tag versions in the time line history, darcs lets you tag any configuration of patches at any time, and pass the tags around between branches.

Also please take time to read:

http://wiki.darcs.net/DarcsWiki/SpontaneousBranches

http://wiki.darcs.net/DarcsWiki/PreparationBranches

PS. Sorry for any grammar/lexical mistakes in my writing, as english is not my native language.



1 point by nex3 6047 days ago | link

I was looking into this stuff a while ago - Darcs was actually my first distributed version-control system. When I started playing around with Git, I was initially a little dismayed that it didn't seem to have the history-changing abilities darcs has (apparently called "preparation branches" - I never knew that).

I asked around a little, though, and it turns out that "git rebase -i" essentially encompasses all those capabilities. The UI isn't as nice as darcs' until you get used to it - darcs has very well-designed, intuitive UI - but all the functionality is there.

I had heard about, but forgotten, spontaneous branches. They do seem to be very much like what Cat Dancer was asking for.

Your English is excellent :-).

-----