visual-sourcesafe

Migrate a Source Safe database to SubVersion with history

久未见 提交于 2019-12-20 23:27:22
问题 Folks, We have a number of Source Safe databases that should be migrated to SubVersion. Is there a (tested and proven) way to migrate them with history ? Thanks Essam 回答1: You can try VssMigrate. It is a C# port of PowerAdmin's VssMigrate which has the capability to "Resolve the individual VSS-checkins to atomic SVN commits via the approximate timestamp". 回答2: I'm considering the migration too and I have found some pages that may help you in the process: Moving from Visual SourceSafe to

Way to see all files ever checked into Visual SourceSafe by a user?

耗尽温柔 提交于 2019-12-20 14:49:53
问题 Is there a way in Microsoft Visual SourceSafe to see all the files I've ever checked-in? 回答1: With a project selected, go to Tools, Show History, tick Recursive, and enter your user name into User. Click OK. 回答2: The command line may be faster, more efficient for this. From the command line: cd C:\Program Files\Microsoft Visual SourceSafe SET SSDIR=<path to folder containing srcsafe.ini> ss Status $/ -R -U<username> > checked-out-by-username.txt And then check the contents of checked-out-by

Way to see all files ever checked into Visual SourceSafe by a user?

有些话、适合烂在心里 提交于 2019-12-20 14:48:40
问题 Is there a way in Microsoft Visual SourceSafe to see all the files I've ever checked-in? 回答1: With a project selected, go to Tools, Show History, tick Recursive, and enter your user name into User. Click OK. 回答2: The command line may be faster, more efficient for this. From the command line: cd C:\Program Files\Microsoft Visual SourceSafe SET SSDIR=<path to folder containing srcsafe.ini> ss Status $/ -R -U<username> > checked-out-by-username.txt And then check the contents of checked-out-by

Way to see all files ever checked into Visual SourceSafe by a user?

為{幸葍}努か 提交于 2019-12-20 14:48:32
问题 Is there a way in Microsoft Visual SourceSafe to see all the files I've ever checked-in? 回答1: With a project selected, go to Tools, Show History, tick Recursive, and enter your user name into User. Click OK. 回答2: The command line may be faster, more efficient for this. From the command line: cd C:\Program Files\Microsoft Visual SourceSafe SET SSDIR=<path to folder containing srcsafe.ini> ss Status $/ -R -U<username> > checked-out-by-username.txt And then check the contents of checked-out-by

SVN? VSS? Why is one better than the other? [closed]

偶尔善良 提交于 2019-12-20 09:37:30
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I tend to get the feeling that most folks here think SVN is gold-plated goodness, whereas VSS is the worst program ever devised (at

In what ways is Mercurial better/worse than TFS? [closed]

一个人想着一个人 提交于 2019-12-20 09:34:17
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I've just joined a new company and at the moment we're using Microsoft SourceSafe as our repository. The settings aren't ideal and it

Why should my team adopt source control? [closed]

爷,独闯天下 提交于 2019-12-20 08:27:51
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I have the opportunity to give a formal presentation to my boss about anything that benefits the company. My idea is to adopt source control in my workplace. I have been using Mercurial to manage my own project at work, but the rest of the team does not have a formal source control system in place. Unfortunately

Edit a file that is exclusively checked out

痞子三分冷 提交于 2019-12-19 10:45:28
问题 I just started at a new company which uses VSS and has "Allow Multiple Checkouts" turned off. I can see that it is going to quickly become a problem getting things done here. Getting "Allow Multiple Checkouts" enabled is probably not an option. Is there a way for me to edit the file anyway and then merge my changes (either using VSS or another tool) when the file becomes available? 回答1: Sure, just make the file writeable (hold the shift key down when clicking the get button to get the dialog.

SourceSafe Merge at the project level

时间秒杀一切 提交于 2019-12-19 03:36:12
问题 I'm running SourceSafe and I have two branches of my code. I'm currently using the manual approach of running a report to show differences and then manually merging each file one by one. However I'm trying to find a streamlined way to do this on the project level. It's ok if the process shows me each file one at a time, I'm just worried if I go manually one by one to each file and merge each file separately that I'll accidentally skip a file. Whereas a "wizard" I could trust to hit every file

Delphi: Moving away from VSS

做~自己de王妃 提交于 2019-12-18 16:49:03
问题 We are team of few Delphi developers who have been using VSS since years (I know it's a pity), but we don't use any of the advanced features of VCS, so it was working fine in many cases (but some times it was driving me crazy :( ). The good thing that we have with VSS that we use third-party plug-ins to integrate VSS with Delphi, which is working great, but now when our projects becomes larger, and we would like to move a way from VSS. I have looked at few other VCS (free and commercial) and