views:

178

answers:

4

I need to find an open source alternative to VSS where people will share things like Excel sheets,PPT etc. It will be used by extremely non technical people on windows, so I have ruled out SVN,CVS,GIT etc. I need simple checkin and checkout system for stuff like Excel sheets. Can people suggest something from open source??

+1  A: 

TortoiseSVN is a graphical SVN client that works from the windows explorer. It adds check in/out to the context menu of files, so I thing people can use it with minor training.
http://sourceforge.net/projects/tortoisesvn/

Kobi
has to get simpler..You can say it has to be done by dumb people..
Arkid
I don't know if it gets simpler than tortoisesvn?
Johan
A: 

Have you considered Microsoft's Groove? That works pretty well ...

phalacee
let me check that out
Arkid
+2  A: 

Do you need the vss locking facility where if one person has a file checked out then other people are prevented from editing the file?

If you do then be aware that nearly all source control systems like cvs, svn, git etc. allow multiple users to edit the files, and merge the changes later, which will be a problem for Excel sheets

If you don't then simple file sharing systems like google docs or dropbox might suit.

Update

The Share Workbook option in the Tools menu suggests a way of multiple users editing the same document

David Sykes
i think this works for me..and people around..
Arkid
Share Workbook option in the Tools menu is fine for simple people
Arkid
+1  A: 

What about a simple Sharepoint Document Library?

The advantage that I see is that all the checking - checkout process is not so complicated.

CMS
Isn't this user profile exactly what sharepoint is for?
annakata