0
votes
1answer
11 views
Eclipse to play nice wtih SVN version control and WAMP development environment
I've been using a WAMP stack for a while now and have my projects organized in this way
wamp/www/project1
wamp/www/project2
wamp/www/project3
etc.
Now I started to use Eclipse f …
1
vote
5answers
40 views
Do you commit a complete web-directory to SVN or you do some exceptions (large binaries)?
Particularly I mean videos.
I have fair bit of videos on my website and as I do submit all graphics with the sources, I have serious doubts about committing videos and archives (s …
1
vote
6answers
168 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 …
0
votes
1answer
8 views
slider control in javascript
i want the full code for a js slider control for range selector like 5 miles,10miles,....upto50.. please help me...........
2
votes
2answers
35 views
Version control for interdepedent modules
How do I track and manage the dependencies of software modules under version control?
I am building several websites, each of which uses a particular Apache configuration, parti …
2
votes
8answers
146 views
Ultra simple version control [closed]
Possible Duplicate:
Version Control for non-programmers
As a DBA/Developer I currently use Mercurial (Hg) and I have used TortoiseSVN and Visual Source Safe in the past, a …
0
votes
0answers
22 views
ECM - Document Control Management / Versioning and CMS
Hello All,
I anticipate this is going to be a very broad question however I shall endevour to be as concise as possible without divulging too much project critical information.
F …
3
votes
2answers
63 views
Git global tags— evidently bad, but why?
In his 2005 email to the Linux Kernel mailing list, Linus Torvalds is very emphatic that tags in git should be private and not be automatically included when fetching from others:
…
0
votes
4answers
69 views
Diffing between two entire directories/projects?
I inherited a project originally stored in CVS with all the revisions. I made quite a few edits, and I'm trying to compare all the changes I made in the original directory, in rega …
0
votes
4answers
109 views
Adding Version Control / Numbering (?) to Python Project
With my Java projects at present, I have full version control by declaring it as a Maven project. However I now have a Python project that I'm about to tag 0.2.0 which has no versi …
0
votes
4answers
50 views
Would like to create some defaults for my .hgignore files in TortoiseHG/Mercurial
I'd like to make it so that every time I create a new repository, certain filters automatically get added to my .hgignore files by default.
For example, for C# projects, I would l …
0
votes
1answer
52 views
What is the most commonly-used version control system with support to tagging/labeling?
Actually I'm using VSS, but I was wondering if there is another tool for version control with support for labels/tags (the subversion implementation doesn't count:). What are you g …
4
votes
2answers
45 views
MySQL Version Control - Subversion
Wondering if it is possible to have a version control of a MySQL database.
I realize this question has been asked before however the newest is almost a year ago, and at the rate t …
2
votes
7answers
91 views
Does version control let you work simultaneously on two different versions of a project?
Wasn't really sure how to word the question ...
I have a project and I'd like to have a version with code for shareware registration, activation, etc. and another version without …
1
vote
2answers
85 views
Mercurial Bookmarks and ‘Git like branching’
I am not having any luck using Bookmarks in Mercurial for Git like branching.
From the article: http://mercurial.selenic.com/wiki/BookmarksExtension, I've set "track.current" to t …
