Re: Sourcesafe

2015-06-05 Thread Robert Lauriston
Microsoft hasn't updated Visual SourceSafe since 2006. Its successor is Team Foundation Server. SourceSafe was by far the worst revision control system I ever worked with. It regularly corrupted things and probably once a month I had to clean up some sort of mess. Those problems were more common w

Re: Sourcesafe

2015-06-05 Thread Art Campbell
I'd be happy to recommend other source control packages, but if you're on your own and your company is using SourceSafe, I'd use it even though it's obsolete and not supported and maybe has those file corruption issues. I also wouldn't entirely trust it and continue your own backup program. If you

RE: Sourcesafe

2015-06-05 Thread Monique Dietvorst
To: framers Subject: RE: Sourcesafe I do something a little more robust, since I potentially want more than just one backup or restore point, but we do not have SVN or Git infrastructure here at work, and I don't know (or more accurately trust) how well various sourcecode versioning systems

RE: Sourcesafe

2015-06-05 Thread Harding, Dan
ehalf Of john.x.pos...@us.hsbc.com Sent: Friday, June 05, 2015 9:49 AM To: Denis Daly Cc: framers; framers-boun...@lists.frameusers.com Subject: Re: Sourcesafe I do similar, but once at end of day just before leaving for the night. I have a Robocopy batch file that mirrors my working directory

Re: Sourcesafe

2015-06-05 Thread john . x . posada
I do similar, but once at end of day just before leaving for the night. I have a Robocopy batch file that mirrors my working directory on C: to my network drive that is backed up by IT every night. I have a shortcut on my desktop that I click, then lock the machine and go home. It looks similar

RE: Sourcesafe

2015-06-05 Thread Syed Zaeem Hosain (syed.hos...@aeris.net)
Or to Git ... which is even better than SVN. Z From: framers-boun...@lists.frameusers.com [mailto:framers-boun...@lists.frameusers.com] On Behalf Of Simon BUCH Sent: Friday, June 05, 2015 3:34 AM To: Denis Daly; framers Subject: Re: Sourcesafe Making a manual archive is always a good practice

Re: Sourcesafe

2015-06-05 Thread Simon BUCH
Making a manual archive is always a good practice - I would advise doing this on a twice daily basis so that the files are backed up to a server in a different location. Warning: SourceSafe is a discontinued Microsoft package. Even though SourceSafe can handle any type of file, we experienced

More about Subversion [was "Re: SourceSafe??? Recommendations needed"]

2006-04-24 Thread Grant Hogarth
Subversion [was "Re: SourceSafe??? Recommendations needed"] So Subversion can handle any file type (FLA, SWF, FM, Graphics, etc.)? Sincerely, Loren -Original Message- From: owner-framers at omsys.com [mailto:owner-fram...@omsys.com] On Behalf Of hedley.finger at myob.com Sent: Su

More about Subversion [was "Re: SourceSafe??? Recommendations needed"]

2006-04-24 Thread hedley.fin...@myob.com
All: Thought you might be interested in this summary of Subversion as an alternative to VSS. Hedley - Forwarded by Hedley Finger/AU/MYOB on 24/04/2006 09:46 AM - Zhi Qiang Wu Sent by: dita-users at yahoogroups.com 20/04/2006 04:30 PM Please respond to dita-users To: dita

RE: More about Subversion [was "Re: SourceSafe??? Recommendations needed"]

2006-04-24 Thread Grant Hogarth
5.3999 URL: www.equis.com TZ: Mountain (GMT -7) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Loren R. Elks Sent: Monday, April 24, 2006 10:18 AM To: framers@frameusers.com; [EMAIL PROTECTED] Subject: RE: More about Subversion [was "

More about Subversion [was "Re: SourceSafe??? Recommendations needed"]

2006-04-23 Thread hedley . finger
All: Thought you might be interested in this summary of Subversion as an alternative to VSS. Hedley - Forwarded by Hedley Finger/AU/MYOB on 24/04/2006 09:46 AM - Zhi Qiang Wu <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 20/04/2006 04:30 PM Please respond to dita-users To:

Re: SourceSafe??? Recommendations needed.

2006-04-23 Thread hedley . finger
All: Marcus wrote: > If you check in Frame files you are storing a copy of the template > information every single time you commit. This can chew up your storage > space fairly quickly. Visual SourceSafe (VSS) does binary deltas on FrameMaker binary files. Template information is not repeated on

Re: SourceSafe??? Recommendations needed.

2006-04-21 Thread Jeremy H. Griffith
On Fri, 21 Apr 2006 11:19:56 -0400, "Vorndran, Charles P" < [EMAIL PROTECTED]> wrote: > At the low end of the price range there's CVS and its intended >replacement, SubVersion. These, again are designed for text files but >they will handle binaries, and their low price may make them very >a

Re: SourceSafe??? Recommendations needed.

2006-04-21 Thread Marcus Streets
Vorndran, Charles P wrote: > Loren, > > SourceSafe will certainly handle the file types you mentioned and > virtually any others that you didn't. The characteristic of most > version control systems of this type is that they're really designed to > store text files efficiently, and binary files,