New DVCS with integrated bug tracking and scrum metrics
11–20 of 30 posts
Re: New DVCS with integrated bug tracking and scrum metrics
#12Is it too much to ask for at least one dvcs to implement true sparse checkouts? It's the only reason I'm stuck with svn right now. :(
Re: New DVCS with integrated bug tracking and scrum metrics
#13Re: New DVCS with integrated bug tracking and scrum metrics
#14I don't get why any of this can't be layered on top of an existing DVCS.
Re: New DVCS with integrated bug tracking and scrum metrics
#15edit: I tried reading the code in sg.c and sg_vc_locks.c and I don't understand what the purpose is. Basically It just breaks someone else's push if you have a lock?
edit2: Why can't I clone the veracity repo? Odd that a version control system doesn't seem to be self hosted. Unless I'm overlooking something of course. Nevermind: http://public.veracity-scm.com/repos/veracity
Re: New DVCS with integrated bug tracking and scrum metrics
#16Re: New DVCS with integrated bug tracking and scrum metrics
#17This site is missing a LOT of info no? I'd like a little bit more info before I download a file... Must i download just to read docs? Are there even docs bundled?
Re: New DVCS with integrated bug tracking and scrum metrics
#18most of the grey git boxes on that comparison chart could be filled with a "github"
I'm not sure baking all of tyyese features in to the VCS is going to be a winner long term, but they've got some interesting ideas.
Re: New DVCS with integrated bug tracking and scrum metrics
#19Is it too much to ask for at least one dvcs to implement true sparse checkouts? It's the only reason I'm stuck with svn right now. :(
See the "--depth" argument to git-clone. See the "--lazy" argument to darcs-get.
Re: New DVCS with integrated bug tracking and scrum metrics
#20I don't get why any of this can't be layered on top of an existing DVCS.
They are a VCS company, why would they out source their core competency? Second that kind of seems to be their MO, knock off an existing system, only do it better(their primary product is a visual source safe done right.) From what I have read, it seems like it will be away for Corporations to move to this fancy new DVCS thing while still maintaining a modicum of control and centralization(it supports file locks.)
Edit: this kind of covers it: http://veracity-scm.com/qa/questions/102/why-would-you-desig...
I guess upstream is somehow aware of all downstream repos and can communicate with them outside of push-type operations?