Ok, this is for GIS map files, but here is what we do: Right now we just use a Samba server and the map files are opened directly from the file share (software only allows one person to open files at a time). This is sloooooooow.
I'm thinking I could use subversion. Have the user checkout the map they are working on, have it download to their local machine, then when they are done, commit the changes back up to the server. I don't really need to keep versions of the files, just the latest version is all I need to keep.
Does this sound like a job for Subversion, or is there something that would be better suited to this, since a lot of the Subversion documentation talks about managing multiple versions of a directory?
I'm thinking I could use subversion. Have the user checkout the map they are working on, have it download to their local machine, then when they are done, commit the changes back up to the server. I don't really need to keep versions of the files, just the latest version is all I need to keep.
Does this sound like a job for Subversion, or is there something that would be better suited to this, since a lot of the Subversion documentation talks about managing multiple versions of a directory?