1
vote
5answers
77 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
53 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
0answers
12 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 …
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 …
3
votes
8answers
104 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 …
0
votes
2answers
47 views
+150
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 …
0
votes
2answers
119 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.
0
votes
1answer
13 views
In bitkeeper/bk, how do I list all untracked files in my repository?
In bitkeeper/bk, how do I list all untracked files in my repository?
1
vote
1answer
31 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 …
1
vote
3answers
69 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
70 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
6answers
177 views
What Source Control?
I desperately need source control to manage projects between more than one developer.
A long time ago I used Visual Source Safe and it worked quite well.
Can anybody recommend a free substitute? I …
1
vote
1answer
27 views
How to setup a DotNetNuke Development Environment with Source Control?
My team is developing a new DotNetNuke web application and would like to know what is recommended to setup a development environment with source control and automated builds? We would like to keep the …
2
votes
7answers
194 views
How not to scare programmers using Visual Source Safe :-)
I've been using Git for the past few months.. and love it.
However when I really looked into how to host it in a corporate environment.. so a 10 person team who use Visual Source Safe, programming in …
1
vote
2answers
49 views
Using TFS with Third Party Bug/Issue Tracking?
Are there any 3rd party bug tracking applications that integrate with TFS?
My company wants to use TFS for source control but not for bug tracking if there are any better 3rd party tools.
