Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
22 views

Visual Studio shows VSS check-out symbol always

This is annoying :( I see Visual Source Safe check-out symbol besides my files and project even I did check-in to the server. For projects, if I press refresh, it will go away. But while loading the ...
0
votes
0answers
46 views

Microsoft Visual Source safe Internet Database adding problem.

I am trying to add VSS internet. In options all have been set. ( Plug in > Internet, Removed SSL etc). This will add the DataBase successfully added. And immediately after adding this again the ...
1
vote
1answer
45 views

websvn garbles java source files

It appears to be attempting to interpolate Javadoc links into standard Java classes, among other things. The resultant output is fairly difficult to read. For instance, I am defining a Queue at one ...
0
votes
1answer
65 views

Mercurial for Source Control (and backup) instead of Subversion

Currently I'm using Subversion for keeping source changes centralized and also as a single point of backup. All users commit changes to the server and the server is backed up. I'm wondering how ...
0
votes
0answers
32 views

Has the conversion from Subversion to Mercurial gotten any better?

I have a number of small projects I'd like to get out of SVN and into Mercurial (to host on Bitbucket, I already have some Hg repos on there). I've done some searching on the conversion process. I'm ...
0
votes
1answer
134 views

tortoise-hg export changeset between revisions

Is there a way to export the changelog from tortoise-hg between two revisions? I'm looking to get a list of all file changes along with the associated commit messages. I need this information to make ...
0
votes
1answer
125 views

backup util for binary/media files. (to use with source control)

I am using git for my source control. I dont backup media such as gifs, pngs, etc. I am thinking everytime i tag a release it would be a good idea to backup the media files as well. But i dont want to ...