The source-control tag has no wiki summary.
0
votes
1answer
19 views
Git - List all files currently under source control?
Is there a way to list all files currently under source control in git? (Not just those that have been modified).
2
votes
1answer
62 views
Can checkout and track git branch, but cannot pull
So we have a branch in our git repo called creative_market. I run the command git checkout --track origin/creative_market which works fine. All of the changes that should be on the creative_market ...
0
votes
0answers
39 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
1answer
92 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 ...
2
votes
1answer
74 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
83 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
1answer
211 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
126 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 ...