msvisual.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

HELP! Sourcesafe hosed my project!
Goto page 1, 2  Next
 
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Enterprise
Author Message
AppleBag



Joined: 04 Oct 2007
Posts: 24

PostPosted: Wed Aug 16, 2006 5:14 pm    Post subject: HELP! Sourcesafe hosed my project! Reply with quote

Hello all,

Let me preface by saying I am completely new to Sourcesafe. =/

I was using VSS 2K5 with VB6. I had my .vbp (project) file checked out,
and my frmMain checked out. I spent about an hour and a half working on
alot of things, saving locally often, but never checking the files into
VSS.

Then I made a change that I didn't like and wanted to revert to a
previous version. I'm new to VSS and wasn't sure how to do this, but I
figured that since I'd saved locally even if something went wrong I
could just reload my local copy. I click "Check out" on the frmMain
(even though it was already checked out" and I get a crash in VB.

When I go to reload my local copy I get errors in some things that I
hadn't even messed with previously, and then a out of memory error. So
I open frmMain.frx and try editing out the properties that it says are
erroring. So on the next load I just end up with the out of memory
error. No amount of shutting down other programs will free up enough
memory.

So now I'm at a point where whenever I try to view the frmMain in the
IDE, it just crashes vb entirely. It' is a large project so deleting
frmMain.frx and trying to re-add everything is a MAAJOR chore.

Also, for some reason, all of the changes I spent that hour and a half
on are completely gone! Agggh!

Does anyone know how to get everything back? Is there a way to
repair/resync my frx file? Placeing a previous frmMain.frx I had saved
either crashes the IDE or gives me another error like "read past end of
line".

HELP!

Archived from group: microsoft>public>vb>enterprise
Back to top
View user's profile Send private message
Bob O`Bob



Joined: 04 Oct 2007
Posts: 1456

PostPosted: Wed Aug 16, 2006 5:34 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

AppleBag wrote:
> So
> I open frmMain.frx and


how's sourcesafe to blame for that?
Back to top
View user's profile Send private message
boaz



Joined: 04 Oct 2007
Posts: 259

PostPosted: Wed Aug 16, 2006 6:47 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

"AppleBag" wrote in message @m79g2000cwm.googlegroups.com...
> Hello all,
>
> Let me preface by saying I am completely new to Sourcesafe. =/
>
> I was using VSS 2K5 with VB6. I had my .vbp (project) file checked out,
> and my frmMain checked out. I spent about an hour and a half working on
> alot of things, saving locally often, but never checking the files into
> VSS.
>
> Then I made a change that I didn't like and wanted to revert to a
> previous version. I'm new to VSS and wasn't sure how to do this, but I
> figured that since I'd saved locally even if something went wrong I
> could just reload my local copy. I click "Check out" on the frmMain
> (even though it was already checked out" and I get a crash in VB.
>
> When I go to reload my local copy I get errors in some things that I
> hadn't even messed with previously, and then a out of memory error. So
> I open frmMain.frx and try editing out the properties that it says are
> erroring. So on the next load I just end up with the out of memory
> error. No amount of shutting down other programs will free up enough
> memory.
>
> So now I'm at a point where whenever I try to view the frmMain in the
> IDE, it just crashes vb entirely. It' is a large project so deleting
> frmMain.frx and trying to re-add everything is a MAAJOR chore.
>
> Also, for some reason, all of the changes I spent that hour and a half
> on are completely gone! Agggh!
>
> Does anyone know how to get everything back? Is there a way to
> repair/resync my frx file? Placeing a previous frmMain.frx I had saved
> either crashes the IDE or gives me another error like "read past end of
> line".
>
> HELP!
>


You have never checked in the file. So, you can just open Source Safe and
click "Undo Checkout". It should copy and paste whatever in the database to
your local folder. You will lose whatever you have changed to the file.
Back to top
View user's profile Send private message
AppleBag



Joined: 04 Oct 2007
Posts: 24

PostPosted: Wed Aug 16, 2006 11:35 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

Bob O`Bob wrote:
> AppleBag wrote:
> > So
> > I open frmMain.frx and
>
>
> how's sourcesafe to blame for that?

God knows. I'm still trying to figure out exactly the details of what
happened since I'm not familiar with how Sourcesafe works. All I know
at this point is that no matter which version combination of my vbp,
frmmain and frmmain.frx files I use, the VB IDE crashes whenever I
double click frmmain.frm in the IDE. All of the other forms open fine.
The only way around it is to delete frmmain.frx, which of course also
deletes just about everything on my form, so I have to assume somehow
either the frx is corrupt, or .... who knows.

I have been developing in VB6 since 1997, never using a source code
control software, and have never once had this issue. I used Sourcesafe
for a week, and now my project is ruined. It happened when I used a
sourcesafe command, check out on a checked out form. So that's how I
blame sourcesafe for this. Wink

I have tried the Undo Checkout option which didn't appear to do
anything.

Is there some tool out there that can repair/resync a corrupt frx by
comparing it with it's frm file? Or anything of that nature?
Back to top
View user's profile Send private message
Michael C



Joined: 04 Oct 2007
Posts: 1831

PostPosted: Thu Aug 17, 2006 8:03 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

"AppleBag" wrote in message @m79g2000cwm.googlegroups.com...
> Hello all,
>
> Let me preface by saying I am completely new to Sourcesafe. =/
>
> I was using VSS 2K5 with VB6. I had my .vbp (project) file checked out,
> and my frmMain checked out. I spent about an hour and a half working on
> alot of things, saving locally often, but never checking the files into
> VSS.
>
> Then I made a change that I didn't like and wanted to revert to a
> previous version. I'm new to VSS and wasn't sure how to do this, but I
> figured that since I'd saved locally even if something went wrong I
> could just reload my local copy. I click "Check out" on the frmMain
> (even though it was already checked out" and I get a crash in VB.
>
> When I go to reload my local copy I get errors in some things that I
> hadn't even messed with previously, and then a out of memory error. So
> I open frmMain.frx and try editing out the properties that it says are
> erroring. So on the next load I just end up with the out of memory
> error. No amount of shutting down other programs will free up enough
> memory.
>
> So now I'm at a point where whenever I try to view the frmMain in the
> IDE, it just crashes vb entirely. It' is a large project so deleting
> frmMain.frx and trying to re-add everything is a MAAJOR chore.
>
> Also, for some reason, all of the changes I spent that hour and a half
> on are completely gone! Agggh!
>
> Does anyone know how to get everything back? Is there a way to
> repair/resync my frx file? Placeing a previous frmMain.frx I had saved
> either crashes the IDE or gives me another error like "read past end of
> line".

Open sourcesafe directly and get the latest version from there. You might
also need to get the latest of your project files also. You could delete
everything on your local machine and get it all again assuming nothing else
was checked out.

IF YOU EVER GET ERRORS LOADING A VB PROJECT DO NOT PUSH SAVE.

Michael
Back to top
View user's profile Send private message
boaz



Joined: 04 Oct 2007
Posts: 259

PostPosted: Thu Aug 17, 2006 2:33 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

> God knows. I'm still trying to figure out exactly the details of what
> happened since I'm not familiar with how Sourcesafe works.


SourceSafe is some sort of backup program. You tell SourceSafe what files
to backup, it then copy and paste the files to wherever folder you tell it
to backup to.

You can backup any type of files. BMP, MDB, TXT, JPEG, EXE, etc., etc.

Check In and Check Out are just another words for Backup and Restore.

When you Check In a file, what SourceSafe all does is make a copy of the
file and mark the file as Read Only. That's about it.

When you Check Out a file, it just copy and paste the file back to wherever
it was and then mark the file as Not Read Only.
Back to top
View user's profile Send private message
AppleBag



Joined: 04 Oct 2007
Posts: 24

PostPosted: Thu Aug 17, 2006 8:26 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

Thanks for the replies.

The really weird thing now is, even if i set the working folder to a
clean folder and get the entire project to that folder, and then load
it in the IDE, when I click in frmMain vb still crashes.

It is also doing the same thing on a fresh laptop, and in Virtual PC
with a Wiin98 OS installed. Crashes VB.

As I mentioned, if I delete frmMain.frx I can open frmMain without VB
crashing, but almost everything is missing from that form. So you would
think the frx must have changed when I had the recent issue a few days
ago, but the date for that file in VSS is from way back in June, and is
still causing VB to crash.

So my only other thought would logically be that since frmMain.frx is
tied directly to frmMain.frm, I should be able to just try using older
versions stored in VSS and one would work with that frx, but they all
crash VB.

Where do I go from here?
=(


Michael C wrote:
> "AppleBag" wrote in message
> @m79g2000cwm.googlegroups.com...
> > Hello all,
> >
> > Let me preface by saying I am completely new to Sourcesafe. =/
> >
> > I was using VSS 2K5 with VB6. I had my .vbp (project) file checked out,
> > and my frmMain checked out. I spent about an hour and a half working on
> > alot of things, saving locally often, but never checking the files into
> > VSS.
> >
> > Then I made a change that I didn't like and wanted to revert to a
> > previous version. I'm new to VSS and wasn't sure how to do this, but I
> > figured that since I'd saved locally even if something went wrong I
> > could just reload my local copy. I click "Check out" on the frmMain
> > (even though it was already checked out" and I get a crash in VB.
> >
> > When I go to reload my local copy I get errors in some things that I
> > hadn't even messed with previously, and then a out of memory error. So
> > I open frmMain.frx and try editing out the properties that it says are
> > erroring. So on the next load I just end up with the out of memory
> > error. No amount of shutting down other programs will free up enough
> > memory.
> >
> > So now I'm at a point where whenever I try to view the frmMain in the
> > IDE, it just crashes vb entirely. It' is a large project so deleting
> > frmMain.frx and trying to re-add everything is a MAAJOR chore.
> >
> > Also, for some reason, all of the changes I spent that hour and a half
> > on are completely gone! Agggh!
> >
> > Does anyone know how to get everything back? Is there a way to
> > repair/resync my frx file? Placeing a previous frmMain.frx I had saved
> > either crashes the IDE or gives me another error like "read past end of
> > line".
>
> Open sourcesafe directly and get the latest version from there. You might
> also need to get the latest of your project files also. You could delete
> everything on your local machine and get it all again assuming nothing else
> was checked out.
>
> IF YOU EVER GET ERRORS LOADING A VB PROJECT DO NOT PUSH SAVE.
>
> Michael
Back to top
View user's profile Send private message
Michael C



Joined: 04 Oct 2007
Posts: 1831

PostPosted: Fri Aug 18, 2006 3:03 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

"AppleBag" wrote in message @m73g2000cwd.googlegroups.com...
>
> Thanks for the replies.
>
> The really weird thing now is, even if i set the working folder to a
> clean folder and get the entire project to that folder, and then load
> it in the IDE, when I click in frmMain vb still crashes.
>
> It is also doing the same thing on a fresh laptop, and in Virtual PC
> with a Wiin98 OS installed. Crashes VB.
>
> As I mentioned, if I delete frmMain.frx I can open frmMain without VB
> crashing, but almost everything is missing from that form. So you would
> think the frx must have changed when I had the recent issue a few days
> ago, but the date for that file in VSS is from way back in June, and is
> still causing VB to crash.
>
> So my only other thought would logically be that since frmMain.frx is
> tied directly to frmMain.frm, I should be able to just try using older
> versions stored in VSS and one would work with that frx, but they all
> crash VB.
>
> Where do I go from here?
> =(

It sounds to me like the frx file is already an older version. Sourcesafe is
constantly causing problems with frx files. All you can probably do is
delete the frx file.

Michael
Back to top
View user's profile Send private message
Ralph



Joined: 04 Oct 2007
Posts: 4148

PostPosted: Mon Aug 21, 2006 2:43 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

"AppleBag" wrote in message@m73g2000cwd.googlegroups.com...

>
> Where do I go from here?
> =(
>
>

Michael C is correct, most likely your .frx file no longer matches the
current .frm.

Your hosed. You will need to rebuild the form (and thus rebuild the .frx
file).

There is a 'bug' or unexpected feature with the VB IDE and VSS and that is
that .frx files are not automatically perceived as something of interest to
a VB project by default. It is include in VSS/VB file types as ".fr?", but
it is a binary file (I think that is where the problem comes in, but no
matter).

When you first create a vb project and offer to include in a VSS project
just manually make sure any .frx file are added to the VSS project. After
that VSS will pick up changes and behave as expected.

As you would be wise if you have a number of binary resources that you want
to include on a form to create a separate "Resource" folder for your project
and include that with your VSS project. You can then more easily rebuild a
form (.frx) if necessary. This is important because sooner or later a .frx
file can become corrupt, or after a few years the specific resouces lost.

-ralph



> > "AppleBag" wrote in message
> > @m79g2000cwm.googlegroups.com...
> > > Hello all,
> > >
> > > Let me preface by saying I am completely new to Sourcesafe. =/
> > >
> > > I was using VSS 2K5 with VB6. I had my .vbp (project) file checked
out,
> > > and my frmMain checked out. I spent about an hour and a half working
on
> > > alot of things, saving locally often, but never checking the files
into
> > > VSS.
> > >
> > > Then I made a change that I didn't like and wanted to revert to a
> > > previous version. I'm new to VSS and wasn't sure how to do this, but I
> > > figured that since I'd saved locally even if something went wrong I
> > > could just reload my local copy. I click "Check out" on the frmMain
> > > (even though it was already checked out" and I get a crash in VB.
> > >
> > > When I go to reload my local copy I get errors in some things that I
> > > hadn't even messed with previously, and then a out of memory error. So
> > > I open frmMain.frx and try editing out the properties that it says are
> > > erroring. So on the next load I just end up with the out of memory
> > > error. No amount of shutting down other programs will free up enough
> > > memory.
> > >
> > > So now I'm at a point where whenever I try to view the frmMain in the
> > > IDE, it just crashes vb entirely. It' is a large project so deleting
> > > frmMain.frx and trying to re-add everything is a MAAJOR chore.
> > >
> > > Also, for some reason, all of the changes I spent that hour and a half
> > > on are completely gone! Agggh!
> > >
> > > Does anyone know how to get everything back? Is there a way to
> > > repair/resync my frx file? Placeing a previous frmMain.frx I had saved
> > > either crashes the IDE or gives me another error like "read past end
of
> > > line".
> >
> > Open sourcesafe directly and get the latest version from there. You
might
> > also need to get the latest of your project files also. You could delete
> > everything on your local machine and get it all again assuming nothing
else
> > was checked out.
> >
> > IF YOU EVER GET ERRORS LOADING A VB PROJECT DO NOT PUSH SAVE.
> >
> > Michael
>
Back to top
View user's profile Send private message
AppleBag



Joined: 04 Oct 2007
Posts: 24

PostPosted: Mon Aug 21, 2006 4:31 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

Thanks for the info. I had read even before deciding to try VSS that it
was known for hosing people's projects, but the jackass that I am,
decided to try it anyway. Of course then my project gets hosed.

I was wondering if there is a better source control program that is
much more solid and reliable, and works from within both the VB6 IDE
and the VS.NET 2K5 IDE since I develop in both?

I'd like it to run on WinXP too. Some of the one's I have looked at run
on a linux server that you can access with XP but isn't actually ran on
xp itself.

Also, call me shallow but I like pretty GUI's as well as solidarity in
my source control proggies. Smile


Ralph wrote:
> "AppleBag" wrote in message
> @m73g2000cwd.googlegroups.com...
>
> >
> > Where do I go from here?
> > =(
> >
> >
>
> Michael C is correct, most likely your .frx file no longer matches the
> current .frm.
>
> Your hosed. You will need to rebuild the form (and thus rebuild the .frx
> file).
>
> There is a 'bug' or unexpected feature with the VB IDE and VSS and that is
> that .frx files are not automatically perceived as something of interest to
> a VB project by default. It is include in VSS/VB file types as ".fr?", but
> it is a binary file (I think that is where the problem comes in, but no
> matter).
>
> When you first create a vb project and offer to include in a VSS project
> just manually make sure any .frx file are added to the VSS project. After
> that VSS will pick up changes and behave as expected.
>
> As you would be wise if you have a number of binary resources that you want
> to include on a form to create a separate "Resource" folder for your project
> and include that with your VSS project. You can then more easily rebuild a
> form (.frx) if necessary. This is important because sooner or later a .frx
> file can become corrupt, or after a few years the specific resouces lost.
>
> -ralph
>
>
>
> > > "AppleBag" wrote in message
> > > @m79g2000cwm.googlegroups.com...
> > > > Hello all,
> > > >
> > > > Let me preface by saying I am completely new to Sourcesafe. =/
> > > >
> > > > I was using VSS 2K5 with VB6. I had my .vbp (project) file checked
> out,
> > > > and my frmMain checked out. I spent about an hour and a half working
> on
> > > > alot of things, saving locally often, but never checking the files
> into
> > > > VSS.
> > > >
> > > > Then I made a change that I didn't like and wanted to revert to a
> > > > previous version. I'm new to VSS and wasn't sure how to do this, but I
> > > > figured that since I'd saved locally even if something went wrong I
> > > > could just reload my local copy. I click "Check out" on the frmMain
> > > > (even though it was already checked out" and I get a crash in VB.
> > > >
> > > > When I go to reload my local copy I get errors in some things that I
> > > > hadn't even messed with previously, and then a out of memory error. So
> > > > I open frmMain.frx and try editing out the properties that it says are
> > > > erroring. So on the next load I just end up with the out of memory
> > > > error. No amount of shutting down other programs will free up enough
> > > > memory.
> > > >
> > > > So now I'm at a point where whenever I try to view the frmMain in the
> > > > IDE, it just crashes vb entirely. It' is a large project so deleting
> > > > frmMain.frx and trying to re-add everything is a MAAJOR chore.
> > > >
> > > > Also, for some reason, all of the changes I spent that hour and a half
> > > > on are completely gone! Agggh!
> > > >
> > > > Does anyone know how to get everything back? Is there a way to
> > > > repair/resync my frx file? Placeing a previous frmMain.frx I had saved
> > > > either crashes the IDE or gives me another error like "read past end
> of
> > > > line".
> > >
> > > Open sourcesafe directly and get the latest version from there. You
> might
> > > also need to get the latest of your project files also. You could delete
> > > everything on your local machine and get it all again assuming nothing
> else
> > > was checked out.
> > >
> > > IF YOU EVER GET ERRORS LOADING A VB PROJECT DO NOT PUSH SAVE.
> > >
> > > Michael
> >
Back to top
View user's profile Send private message
Ken Halter



Joined: 04 Oct 2007
Posts: 4150

PostPosted: Mon Aug 21, 2006 4:34 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

"AppleBag" wrote in message @i42g2000cwa.googlegroups.com...
> Thanks for the info. I had read even before deciding to try VSS that it
> was known for hosing people's projects, but the jackass that I am,
> decided to try it anyway. Of course then my project gets hosed.
>
> I was wondering if there is a better source control program that is
> much more solid and reliable, and works from within both the VB6 IDE
> and the VS.NET 2K5 IDE since I develop in both?
>
> I'd like it to run on WinXP too. Some of the one's I have looked at run
> on a linux server that you can access with XP but isn't actually ran on
> xp itself.
>
> Also, call me shallow but I like pretty GUI's as well as solidarity in
> my source control proggies. Smile

fwiw, I've been using SourceSafe for years and years (and years) and it has
never trashed a project.

--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm
In Loving Memory - http://www.vbsight.com/Remembrance.htm
Back to top
View user's profile Send private message
boaz



Joined: 04 Oct 2007
Posts: 259

PostPosted: Mon Aug 21, 2006 5:13 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

"AppleBag" wrote in message @i42g2000cwa.googlegroups.com...
> Thanks for the info. I had read even before deciding to try VSS that it
> was known for hosing people's projects, but the jackass that I am,
> decided to try it anyway. Of course then my project gets hosed.
>
> I was wondering if there is a better source control program that is
> much more solid and reliable, and works from within both the VB6 IDE
> and the VS.NET 2K5 IDE since I develop in both?
>
> I'd like it to run on WinXP too. Some of the one's I have looked at run
> on a linux server that you can access with XP but isn't actually ran on
> xp itself.
>
> Also, call me shallow but I like pretty GUI's as well as solidarity in
> my source control proggies. Smile
>
>
> Ralph wrote:
>> "AppleBag" wrote in message
>> @m73g2000cwd.googlegroups.com...
>>
>> >
>> > Where do I go from here?
>> > =(
>> >
>> >
>>
>> Michael C is correct, most likely your .frx file no longer matches the
>> current .frm.
>>
>> Your hosed. You will need to rebuild the form (and thus rebuild the .frx
>> file).
>>
>> There is a 'bug' or unexpected feature with the VB IDE and VSS and that
>> is
>> that .frx files are not automatically perceived as something of interest
>> to
>> a VB project by default. It is include in VSS/VB file types as ".fr?",
>> but
>> it is a binary file (I think that is where the problem comes in, but no
>> matter).
>>
>> When you first create a vb project and offer to include in a VSS project
>> just manually make sure any .frx file are added to the VSS project. After
>> that VSS will pick up changes and behave as expected.
>>
>> As you would be wise if you have a number of binary resources that you
>> want
>> to include on a form to create a separate "Resource" folder for your
>> project
>> and include that with your VSS project. You can then more easily rebuild
>> a
>> form (.frx) if necessary. This is important because sooner or later a
>> .frx
>> file can become corrupt, or after a few years the specific resouces lost.
>>
>> -ralph
>>
>>
>>
>> > > "AppleBag" wrote in message
>> > > @m79g2000cwm.googlegroups.com...
>> > > > Hello all,
>> > > >
>> > > > Let me preface by saying I am completely new to Sourcesafe. =/
>> > > >
>> > > > I was using VSS 2K5 with VB6. I had my .vbp (project) file checked
>> out,
>> > > > and my frmMain checked out. I spent about an hour and a half
>> > > > working
>> on
>> > > > alot of things, saving locally often, but never checking the files
>> into
>> > > > VSS.
>> > > >
>> > > > Then I made a change that I didn't like and wanted to revert to a
>> > > > previous version. I'm new to VSS and wasn't sure how to do this,
>> > > > but I
>> > > > figured that since I'd saved locally even if something went wrong I
>> > > > could just reload my local copy. I click "Check out" on the frmMain
>> > > > (even though it was already checked out" and I get a crash in VB.
>> > > >
>> > > > When I go to reload my local copy I get errors in some things that
>> > > > I
>> > > > hadn't even messed with previously, and then a out of memory error.
>> > > > So
>> > > > I open frmMain.frx and try editing out the properties that it says
>> > > > are
>> > > > erroring. So on the next load I just end up with the out of memory
>> > > > error. No amount of shutting down other programs will free up
>> > > > enough
>> > > > memory.
>> > > >
>> > > > So now I'm at a point where whenever I try to view the frmMain in
>> > > > the
>> > > > IDE, it just crashes vb entirely. It' is a large project so
>> > > > deleting
>> > > > frmMain.frx and trying to re-add everything is a MAAJOR chore.
>> > > >
>> > > > Also, for some reason, all of the changes I spent that hour and a
>> > > > half
>> > > > on are completely gone! Agggh!
>> > > >
>> > > > Does anyone know how to get everything back? Is there a way to
>> > > > repair/resync my frx file? Placeing a previous frmMain.frx I had
>> > > > saved
>> > > > either crashes the IDE or gives me another error like "read past
>> > > > end
>> of
>> > > > line".
>> > >
>> > > Open sourcesafe directly and get the latest version from there. You
>> might
>> > > also need to get the latest of your project files also. You could
>> > > delete
>> > > everything on your local machine and get it all again assuming
>> > > nothing
>> else
>> > > was checked out.
>> > >
>> > > IF YOU EVER GET ERRORS LOADING A VB PROJECT DO NOT PUSH SAVE.
>> > >
>> > > Michael
>> >
>

I have been using SourceSafe for over 10 years. No problem.
But you may want to try the OpenSource fishy CVS thingy. It is free.

http://www.nongnu.org/cvs/
Back to top
View user's profile Send private message
Bob O`Bob



Joined: 04 Oct 2007
Posts: 1456

PostPosted: Mon Aug 21, 2006 5:17 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

Ken Halter wrote:
> "AppleBag" wrote in message
> @i42g2000cwa.googlegroups.com...
>> Thanks for the info. I had read even before deciding to try VSS that it
>> was known for hosing people's projects, but the jackass that I am,
>> decided to try it anyway. Of course then my project gets hosed.
>>
>> I was wondering if there is a better source control program that is
>> much more solid and reliable, and works from within both the VB6 IDE
>> and the VS.NET 2K5 IDE since I develop in both?
>>
>> I'd like it to run on WinXP too. Some of the one's I have looked at run
>> on a linux server that you can access with XP but isn't actually ran on
>> xp itself.
>>
>> Also, call me shallow but I like pretty GUI's as well as solidarity in
>> my source control proggies. Smile
>
> fwiw, I've been using SourceSafe for years and years (and years) and it has
> never trashed a project.
>


Ditto.

In addition, I'll say that I have never, ever, EVER altered even one bit in any .frx file
without carefully making multiple *manual* backup copies first.



Bob
--
Back to top
View user's profile Send private message
Michael C



Joined: 04 Oct 2007
Posts: 1831

PostPosted: Tue Aug 22, 2006 1:01 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

"Ken Halter" wrote in message @TK2MSFTNGP03.phx.gbl...
> fwiw, I've been using SourceSafe for years and years (and years) and it
> has never trashed a project.

It's never "hosed" a project of mine but I've lost count of the number of
problems it's caused.

Michael
Back to top
View user's profile Send private message
Michael C



Joined: 04 Oct 2007
Posts: 1831

PostPosted: Tue Aug 22, 2006 1:02 pm    Post subject: Re: HELP! Sourcesafe hosed my project! Reply with quote

"Ralph" wrote in message @arkansas.net...
> When you first create a vb project and offer to include in a VSS project
> just manually make sure any .frx file are added to the VSS project. After
> that VSS will pick up changes and behave as expected.

I find that a frx file can be included in VSS and then magically disappear.
I give all my forms an icon immegiately so all should have an frx file
before being checked into sourcesafe.

Michael

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
Sourcesafe automation Rollback Hi, I am finding BeforeEvent and AfterEvent events are currently serving no purpose in Interface. I am able to trap Checkin, checkout etc.. using .... events but no methods are available to trap the Rollback e

Code compilation and automated update of SourceSafe Hi Rather than relying on Developers following best practices of checking their code into SourceSafe and labelling it, I'd like to implement some sort of automated procedure that wasn't prone to human Ideally, when a Developer (in VB6) clic

Sourcesafe automation Trap Rollback event Hi, I am finding BeforeEvent and AfterEvent events are currently serving no purpose in Interface. I am able to trap Checkin, checkout etc.. using .... events but no methods are available to trap the Rollback e

Referencing between Standard.exe project in Project Group I have developed two projects seperately for different departments. There was a demand recently to merge both applications. I placed them in a project group (including supporting activex projects) I have built a central menu in one Standard project from w

Accessing Form of Project 2 from Project 1 within same Proje I have merged two projects into one project group, now how can I access form1 of project 2 from project1 ? I tried following but could not succeed. any idea please ? Both projects are standard EXE type. Best Regards, Luqman
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Enterprise All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group