Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Ideas for version control on an office network?
I work at a small consulting firm. We have about 40 employees using Windows XP and Windows 7 on a LAN. We use Linux fileservers to store all project files (MS-Office, ArcGIS, AutoCAD, images, etc.). Lately, version control has become a problem -- people accessing the wrong versions of work files can mean wasted effort, not to mention hard feelings. I'm looking for suggestions to for version control or some kind of file management without adding thick layers of software and/or expense. Any ideas are welcome.
Please note that there is no programming code involved here. I'm referring mostly to MS-Office files -- documents, spreadsheets, databases, etc.
2 Answers
- ?Lv 71 decade agoFavorite Answer
There are two ways you could accomplish this.
1) You could use the Tortoise SVN plug-in for Windows to let people check things into and out of a subversion repository. In the end, this would be easier, but it has a steep learning curve.
2) You could use a web based document management software, such as Knowledge Tree http://www.knowledgetree.com/ (look for "document management" on freshmeat.net for more). This is much easier to learn, but can make it a pain to check things in and out.
- JimLv 71 decade ago
you might try out svn. there is a great newcomer to the game, veracity, but it is not quite grown up yet.
there is also RCS and CVS. it must use a file locking protocol. It has been so long, I don't remember which ones do binary files.
[I just read, and RCS and CVS ansd SVN all do binary, but svn automatically recognizes binary.]
Source(s): http://subversion.apache.org/ http://svnbook.red-bean.com/en/1.5/svn-book.html#s... http://www.sourcegear.com/veracity/