Can someone recommend a version control engine + GUI that will be good for non-technical users? I'm perfectly fine with using Subversion with my team of developers, but I want to find something that will help the rest of our company. We are a design firm that deal with these type of files: Photoshop, Vectorworks, Microsoft Office, PDFs, etc. I find GUIs such as SVNx and even Versions(which is pretty nice) too difficult and techy for our designers to use. It's hard for them to understand the idea of working directories and its relationship to a repository.

We are a small company and don't have a huge budget so we would like to stay opensource if possible.

link|improve this question

64% accept rate
2  
I think the question entails a contradiction, as in: is there a book that an illiterate can read? – hasen j Nov 3 '09 at 4:40
4  
And an excellent example of something almost anyone can read would be the in flight safety manual all airplanes carry that directs you what to do in case of an emergency. This if course assumes you can see, but never assumes you can read. – ICodeForCoffee Nov 13 '09 at 20:25
feedback

10 Answers

up vote 2 down vote accepted

If your non-techies are on a Mac, I would recommend SVN with Cornerstone from Zennaware. It's not open-source, but not expensive either. Our designers love it and it's got a great GUI.

link|improve this answer
rich, this looks pretty good. I especially like the side by side comparison view for image files and PSD's. One quick question, since it's impossible to merge changes or diff non-text files, how does your designers work with the software? Do they always checkout files with locks so that no one else can checkout? – milesmeow Nov 3 '09 at 5:15
in my experience i haven't run into a situation where the designers need to diff non-text files or perform merges, so they always turn to us to perform some of those more advanced tasks anyway. as far as locks our team is pretty small and we just solve conflicts as they pop up, which has been somewhat rare. – richleland Nov 3 '09 at 11:57
feedback

Drop Box.

link|improve this answer
I like drop box as an app but I don't think that drop box will help out the situation. It doesn't version files. – milesmeow Nov 20 '09 at 23:01
2  
1  
I stand corrected. :) – milesmeow Sep 27 '10 at 21:27
This gets +5 by my mediawiki solution gets -1? :-) – Dave Apr 13 at 21:17
feedback

If you use TortiousCVS|SVN, its not too bad. Its a GUI/file based approach so its fairly straight forward. I've had non-technical people use it and like it.

link|improve this answer
feedback

Doesn't SharePoint come with Windows Server? It can handle file versions.

link|improve this answer
It can with documents. – monksy Nov 3 '09 at 4:34
8  
Yeah but sharepoint is also a steaming pile of crap. – Justin Standard Nov 3 '09 at 6:45
I wish I could upvote that comment several times. – monksy Nov 3 '09 at 6:46
@Justin - and your alternative is? – Jeff O Nov 3 '09 at 14:31
1  
Something less than $1000 to license preferably. – Earlz Nov 3 '09 at 23:04
feedback

I can say that Subversion and Perforce are both problematic to non-technical users. We have been using Perforce as a document repository with some success. Though we have had more mistakes and problems than I care to talk about. We had slightly more success with Subversion and TortoiseSVN but even it was too difficult to most non-programmers to wrap their heads around. Though if you are lucky enough to have Mac OSX in the office, I would give rich's suggestion a try.

I would recommend looking for a CMS that supports history instead of a source repository. You should be able to find something out there that will do the job without too much work on your part.

link|improve this answer
feedback

I'd suggest SharePoint or Confluence. They both have a WebDAV interface which allows you to directly open and close files in the repository from Office and other current applications. SharePoint works better with Microsoft Office, as there are Microsoft specific WebDAV extensions in Office. Additionally, Confluence only offers WebDAV through a plugin.

Both of them are commercial products, though Confluence does have a shared source license, allowing you to make local modifications.

link|improve this answer
Is SharePoint or Confluence opensource? – jpartogi Nov 3 '09 at 20:51
feedback

Bazaar has a pretty straightforward interface for the basic version-control tasks.

At some level, you're going to have to explain the basic concepts even to non-technical folk for them to make any use of it (there's no real way to "hide" the concept of committing your changes, for instance), but at the very least Bazaar's UI makes it pretty simple to do so, and keeps the option complexity down.

link|improve this answer
feedback

I recommend to check NeverOverwrite.

It keeps all versions of your files automatically. Sounds like an an ideal solution for non-developer.

link|improve this answer
feedback

Why do you use source repository control for binary files like Photoshop, Vectorworks, Microsoft Office, PDFs, etc? I think Content Management System works better for you. Try using Alfresco, it's opensource and powerful.

link|improve this answer
feedback

How about a Wiki with some minimal version control built in ... like mediawiki

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.