Results 1 to 4 of 4

Thread: ResolvedSourceSafe finding Case difference

  1. #1

    Thread Starter
    Fanatic Member Mindcrime's Avatar
    Join Date
    Jun 2001
    Location
    Peterborough, UK
    Posts
    555

    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

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    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.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  3. #3
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    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

  4. #4

    Thread Starter
    Fanatic Member Mindcrime's Avatar
    Join Date
    Jun 2001
    Location
    Peterborough, UK
    Posts
    555

    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
  •  



Click Here to Expand Forum to Full Width