I have a VFP 8.0 project that was, at one time, hooked into SourceSafe. I
have since created a new project file and recompiled everything. Everything
works great, except now, I cannot check in or check out files from within
the Project Manager. I have to go directly to SourceSafe to do that. I've
tried Join Source Control Project... but I am not able to join it back to
the SourceSafe project. Any ideas?

TIA.
-Paul

Re: Join VFP Project to SourceSafe by Dan

Dan
Fri Sep 17 10:21:54 CDT 2004

If you created that project outside VSS, and have never had it "in" VSS,
then VFP won't know anything about the project that IS in VSS.

You need to add that project to source control from the project menu. VFP
will generate a PJM file, which is what actually gets added to VSS.

Dan

Paul Marrero wrote:
> I have a VFP 8.0 project that was, at one time, hooked into
> SourceSafe. I have since created a new project file and recompiled
> everything. Everything works great, except now, I cannot check in or
> check out files from within the Project Manager. I have to go
> directly to SourceSafe to do that. I've tried Join Source Control
> Project... but I am not able to join it back to the SourceSafe
> project. Any ideas?
>
> TIA.
> -Paul



Re: Join VFP Project to SourceSafe by Sietse

Sietse
Fri Sep 17 17:18:16 CDT 2004

But if the original project already was in VSS, you'll have to delete the
PJX, PJT and PJM files (and make backups of it prior to that, offcourse), do
a undo checkout of the PJM in VSS, and do a Join SourceControl project in
VFP
This will recreate the PJX according to the truth in the PJM file.

HTH,
Sietse Wijnker

"Dan Freeman" <spam@microsoft.com> wrote in message
news:%239P2RoMnEHA.3396@tk2msftngp13.phx.gbl...
> If you created that project outside VSS, and have never had it "in" VSS,
> then VFP won't know anything about the project that IS in VSS.
>
> You need to add that project to source control from the project menu. VFP
> will generate a PJM file, which is what actually gets added to VSS.
>
> Dan
>
> Paul Marrero wrote:
>> I have a VFP 8.0 project that was, at one time, hooked into
>> SourceSafe. I have since created a new project file and recompiled
>> everything. Everything works great, except now, I cannot check in or
>> check out files from within the Project Manager. I have to go
>> directly to SourceSafe to do that. I've tried Join Source Control
>> Project... but I am not able to join it back to the SourceSafe
>> project. Any ideas?
>>
>> TIA.
>> -Paul
>
>



Re: Join VFP Project to SourceSafe by Paul

Paul
Sun Sep 19 10:04:42 CDT 2004

The project originally began in VSS. I don't remember exactly what happened
that I had to create a new project file. I think I started working on it on
my laptop and had to create a new project. Nevertheless, It's not "attached"
any longer. I can add the project to source control, but I am afraid it
might wipe out my prior changes. Join does not work for me.

Thanks.
-Paul


"Sietse Wijnker" <sietse.wijnker@ATsw-software.nl> wrote in message
news:uIc6dRQnEHA.3428@TK2MSFTNGP11.phx.gbl...
> But if the original project already was in VSS, you'll have to delete the
> PJX, PJT and PJM files (and make backups of it prior to that, offcourse),
> do a undo checkout of the PJM in VSS, and do a Join SourceControl project
> in VFP
> This will recreate the PJX according to the truth in the PJM file.
>
> HTH,
> Sietse Wijnker
>
> "Dan Freeman" <spam@microsoft.com> wrote in message
> news:%239P2RoMnEHA.3396@tk2msftngp13.phx.gbl...
>> If you created that project outside VSS, and have never had it "in" VSS,
>> then VFP won't know anything about the project that IS in VSS.
>>
>> You need to add that project to source control from the project menu. VFP
>> will generate a PJM file, which is what actually gets added to VSS.
>>
>> Dan
>>
>> Paul Marrero wrote:
>>> I have a VFP 8.0 project that was, at one time, hooked into
>>> SourceSafe. I have since created a new project file and recompiled
>>> everything. Everything works great, except now, I cannot check in or
>>> check out files from within the Project Manager. I have to go
>>> directly to SourceSafe to do that. I've tried Join Source Control
>>> Project... but I am not able to join it back to the SourceSafe
>>> project. Any ideas?
>>>
>>> TIA.
>>> -Paul
>>
>>
>
>



Re: Join VFP Project to SourceSafe by Sietse

Sietse
Sun Sep 19 17:47:37 CDT 2004

What do you mean with : 'Join does not work for me'?

Sietse Wijnker

<rest snipped>