Tagged Questions

1
vote
0answers
36 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 …
4
votes
6answers
79 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
4answers
87 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, …
0
votes
0answers
14 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 …
2
votes
3answers
58 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 …
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
109 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
1answer
16 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?
0
votes
2answers
69 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 …
0
votes
2answers
120 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
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
1answer
32 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 …
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
74 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 …
0
votes
1answer
34 views

Recommendations to handle development and deployment of php web apps using shared project code

I am wondering what the best way (for a lone developer) is to develop a project that depends on code of other projects deploy the resulting project to the server I am planning to put my code in …

1 2 next
15 30 50 per page