2006/7/4, Ginja_Ninja <[EMAIL PROTECTED]>:
The major problem that i am trying to overcome by having a file server is; being able to keep track of files. As i work on different computers, i end up having duplicates of files everywere, which then leads to not being able to keep track of which documents are the newest. A real nightmare as you can imagine
So what you want is a central file repository, with versioning if possible. One solution: Setup a subversion or cvs server and handle your files with that. Best Martin