vote up 7 vote down star
2

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.

flag

70% 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 at 4:40
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 at 20:25

10 Answers

vote up 2 vote down check

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|flag
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 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 at 11:57
vote up 3 vote down

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|flag
vote up 2 vote down

Drop Box.

link|flag
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 at 23:01
davidherrold.com/wordpress/wp-content/… – alphazero Nov 21 at 0:49
vote up 1 vote down

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

link|flag
It can with documents. – steven Nov 3 at 4:34
4  
Yeah but sharepoint is also a steaming pile of crap. – Justin Standard Nov 3 at 6:45
I wish I could upvote that comment several times. – steven Nov 3 at 6:46
@Justin - and your alternative is? – GuinnessFan Nov 3 at 14:31
1  
Something less than $1000 to license preferably. – earlz Nov 3 at 23:04
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
Is SharePoint or Confluence opensource? – jpartogi Nov 3 at 20:51
vote up 0 vote down

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|flag
vote up 0 vote down

I recommend to check NeverOverwrite.

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

link|flag
vote up 0 vote down

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|flag
vote up -1 vote down

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

link|flag

Your Answer

Get an OpenID
or

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