|
-
Oct 28th, 2009, 08:56 AM
#1
Thread Starter
Fanatic Member
ResolvedSourceSafe finding Case difference
Hi
I work with another developer on the same project. When he has checked source code into sourcesafe object names are saved as follows:
Code:
Dim rst as ADODB.RecordSet
My IDE saves the following (note the S in the word RecordSet)
Code:
Dim rst as ADODB.Recordset
When I check the source code in for the same form and compare this using sourcesafe, differences are reported where the s in recordset has changed.
This also happens on other controls most commonly the TextBox on property text.
Can anyone help as trying to find changes is a nightmare!
Last edited by Mindcrime; Nov 3rd, 2009 at 10:37 AM.
Reason: Resolved
Mindcrime : )
ICQ 24003332
VB 5.0, VB 6.0 SP5, COM, DCOM, VB.NET Beta 2, Oracle 8
-
Oct 28th, 2009, 09:14 AM
#2
Re: SourceSafe finding Case difference
It appears that SourceSafe has a "Differences Options" window where you can choose to ignore case. This window may only appear for non-binary files.
-
Oct 28th, 2009, 01:28 PM
#3
Re: SourceSafe finding Case difference
You could alternatively use a third party tool like Winmerge
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
-
Nov 3rd, 2009, 10:36 AM
#4
Thread Starter
Fanatic Member
Re: SourceSafe finding Case difference
Thanks Guys, that will do for now.
Mindcrime : )
ICQ 24003332
VB 5.0, VB 6.0 SP5, COM, DCOM, VB.NET Beta 2, Oracle 8
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|