Denis Roy over at the Eclipse Webmaster Blog writes: "With a Distributed Version Control System (DVCS) such as Git, there is no reliance on a central system. This allows developers to easily pound out and exchange code amongst themselves.
This also causes an Intellectual Property (IP) nightmare for OSS foundations like Eclipse, where IP and IP provenance are keystones to the organization.
I'm trying to install mercurial (the DVCS) but unfortunately http://mercurial.selenic.com is down. Does anybody know of any mirrors I could grab the source from, allowing me to install it. Hopefully the site doesn't stay down long, but doing some searching on twitter it appears it's already been down for a few days.
Enterprises looking to attract new talent would do well to figure out how to use git, since most new hires will come in with mastery of it and will find it annoying to use crufty older version control systems. Unfortunately, enterprises often have well-established release processes built around their existing tools, making it extremely hard to replace them with something new like git.
I am working on c++ files managed by perforce.
When I did integration, I made some mistakes so that others' changes also become my change.
Now, I need to reverse this by doing integration. But, perforce cannot find the differences of ny changes and others changes.
But, I do not want to do it manually , I would like to ask perforce to do it in p4v (a perforce GUI).
Perforce Software, maker of version management software, announced its Versioning Engine has been validated as VMware (NYSE: VMW) Ready, the virtualization kingpin’s highest level of endorsement, achieved after a detailed process examining the developer’s P4D software now newly housed on the VMware Solution Exchange (VSX).
“While Perforce has been deployed on virtual machines for
I'm trying to build Mercurial on CentOS 6, so here is what I've done so far:
I got mercurial's latest sources, file is named mercurial-2.4.1.tar.gz
I try running rpmbuild on it and I get the following:
# rpmbuild -tb mercurial-2.4.1.tar.gz
error: File /home/someuser/rpms/mercurial/mercurial-snapshot.tar.gz: No such file or directory
So I try creating the file that it wants by copying from the
Firstly, I am still quite new to Mercurial and version control in general.
We have a setup here of 2 developers and a server. We noticed an issue today of some changes that I pushed to the server yesterday, the other developer when he pulled it didn't have these changes.
Software compliance isn’t exactly the sexiest topic we tackle at the Linux Foundation, but it’s one of the most important. While we focus *our* efforts on open source software, the vast majority of software compliance efforts are focused on proprietary licenses.
I wanted to upgrade mercurial version on OpenSUSE box.
This is what I had
test99:~/TEST_AREA/hgplayarea # hg --version
Mercurial Distributed SCM (version 1.5)
Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
This is free software; see the source for copying conditions.