6
votes
8answers
153 views
Database source control with Oracle
Hi, I have been looking during hours for a way to check in a database into source control. My first idea was a program for calculating database diffs and ask all the developers to imlement their …
2
votes
5answers
103 views
Source Control: How to Handle Different csproj
I am working in a team of 5. We are working on a C# application with 5 csprojects.
The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a dll; some …
1
vote
3answers
47 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
54 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
2answers
35 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.
1
vote
6answers
171 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
7answers
178 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
25 views
Limited user premissions in team foundation server
Can I setup Team Foundation Server in such a manner that every uer have only access to some source code files?
0
votes
1answer
31 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 …
0
votes
0answers
10 views
tf14087 Cannot undelete [file] because not all of the deletion is being undeleted
We are getting this error when we try to merge from a development branch (Dev) back to its parent branch (Main). Main did have some changesets rolled back a few weeks ago which included the deletion …
0
votes
3answers
57 views
How can I change the files initially imported into an SVN repository?
I have created an SVN repository for project but now realise that the files initially imported are not the most recent.
When I compare the 2 versions of the project with Beyond Compare, the projects …
0
votes
2answers
20 views
Reducing differences in xibs
I've been noticing superfluous changes in my xib files with Interface Builder 3.2.1.
Here are a few of them:
- <reference key="NSNextResponder"/>
+ <nil key="NSNextResponder"/>
…
