Version Control for other purposes than source code
Fabio Machado de Oliveira
absfabio at terra.com.br
Tue Sep 11 18:40:32 BST 2007
Nia Forouzesh escreveu:
> Dear all,
>
> I need a version control software but not for programming source codes.
> The scenario is as follows:
>
> We have some projects defined in our company which have several file
> types such as AUTOCAD drawing, excel, word, pictures, text and etc.
> There are some personnel who works with these files. We need these
> personnel/engineers to lock the latest version for themselves. Then they
> work on files and then they must save their work as a new file with a
> predefined naming convention so that the next personnel can find the
> latest version easily.
>
> Some characteristics of our schema is as follows:
>
> 1- At a time, only one personnel works on a file.
> 2- No editing is permitted. When a personnel submits his file to server,
> it should be archived with that name and if he wants to modify it again,
> he needs to lock it again for himself and then submit it to server.
> 3- Different file types are under work in one project
> 4- Personnels are restricted to the project that they have permission to
> work on.
>
> Is BAZAAR able to help me in this regards? If not, is there anyone else
> who can suggest me another way for such classification of files?
>
> Your help is highly appreciated.
>
> Yours
> Saeed
>
If you really really need to lock files you may be better suited with
subversion (SVN).
For permissions, think you will have to set it in your server.
(file server, ssh server, http server, or whatever you use hold your repository)
More information about the bazaar
mailing list