Unable to define/update master copy
Unable to define/update master copy
(OP)
I'm new to vss so bear with me.
My problem is that I don't seem to be able to update the master copy of my vb project files.
I have done the following:
In VSS 6.0
1) Created project.
2) Added vb project files (I expect these files to become the master copy of my project) to vss project.
3) Set working folder for vss project.
4) Got latest version of project files to working folder.
In VB 6.0
5) Opened the working copy of project.
6) Checked out a file (Now I can see in VSS that the file is checked out from the working copy folder).
After I have done changes to out checked file and check the file back in, the changes are saved to working copy of the file but not to the master copy of the file.
What am I doing wrong?
Matti
My problem is that I don't seem to be able to update the master copy of my vb project files.
I have done the following:
In VSS 6.0
1) Created project.
2) Added vb project files (I expect these files to become the master copy of my project) to vss project.
3) Set working folder for vss project.
4) Got latest version of project files to working folder.
In VB 6.0
5) Opened the working copy of project.
6) Checked out a file (Now I can see in VSS that the file is checked out from the working copy folder).
After I have done changes to out checked file and check the file back in, the changes are saved to working copy of the file but not to the master copy of the file.
What am I doing wrong?
Matti
RE: Unable to define/update master copy
RE: Unable to define/update master copy
However you can't really find the actual files (.vbp, .frm, ...) in vss database. The data of the files is stored in dababase in some other format and one needs to use vss explorer to get the latest version of the master copy of the data in its original format (.vbp, .frm, ...).
RE: Unable to define/update master copy
I found a solution, and I'm not sure if this is documented anywhere (I'm sure it is). You have to set up what is called "shadow folders" that point to the directory you want vss to update when files are checked in.
You set up shadow folders via the vss admin program.
Once you do this, you need to copy the csrcsafe.ini file to each client's common/vss directory on their local machines.
Hope this helps.