0
votes
2answers
55 views
How to do version control for rapidly-changing websites? [closed]
Possible Duplicate:
Best version control for a one man web app?
Hi,
As a website-developer I always have to change my website files (delete/add new ones) and some times redesign the whole …
0
votes
4answers
244 views
How can I fix my directory structure in Visual Sourcesafe?
I use Visual SourceSafe with Visual Studio. Every time I work on a project for a while, the directory structure on my harddisk gets messed up.
The latest versions of the files are going to their own …
1
vote
3answers
79 views
NetBeans version control for newb?
I'm a relatively new programmer and I've never used version control before. I'm working on a Java project in NetBeans and was wondering about some good version control options that are relatively …
21
votes
8answers
2k views
How do you use version control with Access development?
I'm involved with updating an Access solution. It has a good amount of VBA, a number of queries, a small amount of tables, and a few forms for data entry & report generation. It's an ideal …
3
votes
16answers
764 views
Source Control Beginners
What would be the best version control system to learn as a beginner to source control?
1
vote
4answers
74 views
How can I correct corrupted $PYTHONPATH?
Hello,
When trying to launch Mercurial(hg) after a restart in my Ubuntu 9.10 Linux Box I got following message:
abort: couldn't find mercurial libraries in [/usr/bin …
0
votes
0answers
5 views
Problem with Toad for MySQL and version control
I'm trying to use SVN with Toad for MySQL to keep two DBs on two development machines in sync. When I modify a table on one machine Toad changes the appropriate scripts and checks them in just fine.
…
0
votes
1answer
22 views
remote source control for personal flex projects
Hi,
Can anyone suggest good places for source control on personal Flex projects, and what eclipse plug-ins are available for these source control services? I'd like to add some personal projects to …
5
votes
7answers
114 views
Versioning SQL Server?
The development group I'm currently in uses Visual Source Safe for our version control; this choice was originally made due to cost and it's tight integration with Visual Studio.
As our repository …
0
votes
2answers
50 views
how to restore deleted file
How do I restore a file I accidentally removed from my git repository? I know this is a trivial question, but I haven't found the answer in the documentation.
0
votes
3answers
52 views
Merging tag into trunk with Subversion
I have this folder structure:
\myproject\branches\v1.2
\myproject\trunk
I need to merge v1.2 back into trunk. v1.2 has revisions 104 and 105. Trunk goes from 57-65 and 106. The 106 revision is …
2
votes
8answers
89 views
How can one setup a version control system on a local network, without a server?
Edit: Ok so I learned that I guess I need an distributed source control, however are there any UI based ones, and do they allow you to merge with other users on the network?
This is kind of a two …
3
votes
7answers
232 views
How can I get my C code to automatically print out its Git version hash?
Is there an easy way to write C code that can access its Git version hash?
I wrote software in C to collect scientific data in a laboratory setting. My code records the data it collects in a .yaml …
22
votes
12answers
4k views
Best general SVN Ignore Pattern?
What is the best (or as good as possible) general SVN ignore pattern to use?
There are a number of different IDE, editor, compiler, plug-in, platform, etc. specific files and some file types that …
7
votes
5answers
3k views
What’s the best Web interface for Git repositories?
I've been using Git for a bit now (hosting my own) and would love to have something like GitHub that I could setup for my own repos. I've seen GitWeb, but I just don't like using it all that much. …
