Hi all,
This isn't technically a Mac programming question (I'm using Windows) but I'm too lazy to find and register on another forum
We've been using SVN (specifically VisualSVN Server plus TortoiseSVN) for several years, but as part of a tool review I've been investigating Git. I've installed Microsoft Team Foundation Server 2013 and have created a Git repository, and have then used TortoiseGit to clone it locally. I've then added a bunch of files to the local copy.
The first thing I've noticed is that selecting "commit" doesn't actually seem to upload the files to the server. It appears that I need to "push" the changes afterwards. Does anyone know whether it's possible to condense these down to a single operation, like it was with SVN? I've found a couple of things on Google but they all seem to assume Unix-style tools and I have no idea how to adapt them for TotroiseSVN and Team Foundation Server.
The second thing is that the "push" command is extremely slow. An 800 MB project takes around 50 seconds with SVN, but took a little over 7 minutes to push to Git. Are those sorts of speeds normal, or is there an issue somewhere?
Thanks
This isn't technically a Mac programming question (I'm using Windows) but I'm too lazy to find and register on another forum
We've been using SVN (specifically VisualSVN Server plus TortoiseSVN) for several years, but as part of a tool review I've been investigating Git. I've installed Microsoft Team Foundation Server 2013 and have created a Git repository, and have then used TortoiseGit to clone it locally. I've then added a bunch of files to the local copy.
The first thing I've noticed is that selecting "commit" doesn't actually seem to upload the files to the server. It appears that I need to "push" the changes afterwards. Does anyone know whether it's possible to condense these down to a single operation, like it was with SVN? I've found a couple of things on Google but they all seem to assume Unix-style tools and I have no idea how to adapt them for TotroiseSVN and Team Foundation Server.
The second thing is that the "push" command is extremely slow. An 800 MB project takes around 50 seconds with SVN, but took a little over 7 minutes to push to Git. Are those sorts of speeds normal, or is there an issue somewhere?
Thanks