2
votes
6answers
90 views
Installing a source control without admin rights
I'm forced to use SourceSafe at my job. There is no way this is going to change. I would like to use another source control for my own need in parallel. I want to be able to keep an history of my …
1
vote
2answers
22 views
SVN Mac - Stripping files of SVN meta data?
I downloaded some source files on a Mac that were previously part of some working copy on the authors computer, I need to use these files in another repository but the SVN client "Versions" for Mac is …
4
votes
6answers
88 views
If it is possible to auto-format code before and after a source control commit, checkout, diff, etc. does a company really need a standard code style?
If it is possible to auto-format code before and after a source control commit, checkout, diff, etc. does a company really need a standard code style?
It feels like standard coding style debates that …
1
vote
0answers
65 views
GitHub and Visual Studio
What's the most painless way for the Visual Studio developer to start using GitHub? Ideally the answer would involve a Visual Studio plugin, or some other integration app?
What solutions are …
0
votes
1answer
21 views
Can I create an ASP.NET MVC 2 project with multiple areas without referencing each Child in the parent area?
This is a follow-up question to my original query:
http://stackoverflow.com/questions/1791605/how-can-i-use-multiple-projects-to-separate-a-large-asp-net-mvc-site-into-departm
Now that I have this …
1
vote
4answers
89 views
What do you do in your source control repository when you start a rewrite of a program?
I wrote an application a while back and have been maintaining it for a while now, but it's gotten to the point where there's several major new features to be added, a ton of changes that need made, …
2
votes
3answers
59 views
Should I put my output files in source control?
I've been asked to put every single file in my project under source control, including the database file (not the schema, the complete file).
This seems wrong to me, but I can't explain it. Every …
0
votes
2answers
73 views
Bazaar + CruiseControl.Net
I want to setup CruiseControl.Net at my company. We currently have several .net solutions stored in a Bazaar repository and I want to use MSBuild to build each solution. This didn't seem too …
2
votes
7answers
221 views
Choosing a source control system: logical next steps after VSS
I've been using Git for the past few months and love it.
I looked into how to host it in a corporate environment. Considering a 10 person team who use Visual SourceSafe, programming in Coldfusion, …
3
votes
8answers
110 views
Is there a best practice to not forget SVN Add new files with Tortoise SVN?
We've been using Source Safe for years. Now we use Tortoise SVN. It's quite a problem to not forget to add new files to the repository - Source Safe had integration with Visual Studio but I don't see …
3
votes
1answer
35 views
SVN: How do I link part of my source to another repository?
Say my trunk refers to Hibernate and I would like to use the source directly in my repository from sourceforge and whenever I do a svn update it should also update hibernate from its source
How do I …
0
votes
2answers
122 views
What is the best repository system out there? [closed]
What is the best repository system out there?
Please send me links to check them out & give me feedback.
1
vote
3answers
71 views
source control when starting up a new project
when starting with a project and using source control i find it hard to separate the things people are working on so they don't either write duplicate code or think it should be named one thing and so …
1
vote
5answers
79 views
Using TortoiseSVN from Multiple Computers with an SVN repo on External Hard Drive
With TortoiseSVN, I created a repository on my external hard drive, where I store all my code. I purposely chose to put it on an external hard drive so I can use it on multiple computers (take it with …
1
vote
1answer
35 views
heroku using git branch is confusing!
Ok, so I have a big github project that i'm not supposed to merge my little Stacia branch into. However, it seems like Heroku only takes pushing MASTER seriously. It looks like I pushed my branch, but …
