us1415
April 2, 2014, 7:38pm
1
What do you use as a codebase repository in your company?
I have used git in my last job and am now using subversion. From what I see git was a lot better. I still have to convert the subversion repository to git if I need to go a grep on the file contents.
mahool
April 2, 2014, 7:48pm
2
Re: Codebase repository (git, subversion, CVS, etc.)
VisualSVN…
us1415
April 2, 2014, 7:53pm
3
Re: Codebase repository (git, subversion, CVS, etc.)
but it costs money to use professionally....why would you spend money on subversion? Is there a benefit for using it as a paid service?
mahool
April 2, 2014, 7:55pm
4
Re: Codebase repository (git, subversion, CVS, etc.)
but it costs money to use professionally....why would you spend money on subversion? Is there a benefit for using it as a paid service?
I personally like TFS but my director is kanjoos.
us1415
April 2, 2014, 7:57pm
5
Re: Codebase repository (git, subversion, CVS, etc.)
dang. That cost even more. Why not open source though?
mahool
April 2, 2014, 8:00pm
6
Re: Codebase repository (git, subversion, CVS, etc.)
TFS is easier in use. Branching and merging are easy. Integrated with sharepoint.
TFS is itself complete bug tracking software as well…
us1415
April 2, 2014, 8:01pm
7
Re: Codebase repository (git, subversion, CVS, etc.)
SharePoint. That makes sense.
NaMaan
April 3, 2014, 8:33am
8
Re: Codebase repository (git, subversion, CVS, etc.)
We use git and in last company I used subversion. For my personal projects I use git. Nothing beats free ;)