RE: TortoiseCVS 1.1.2 UNSTABLE released
"Shatzer, Larry" <[email protected]> Thu, 5 Sep 2002 07:44:30 -0700
| Newsgroups | gmane.comp.cvs.tortoisecvs.user,gmane.comp.version-control.cvs.tortoisecvs.announce |
|---|---|
| Message-ID | <[email protected]> |
Nothing. Just that. That is why it is weird. -- Larry > -----Original Message----- > From: Torsten Martinsen [mailto:torsten-IWqWACnzNjx/[email protected]] > Sent: Thursday, September 05, 2002 12:12 AM > To: Shatzer, Larry; tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org; > tortoisecvs-announce-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > Subject: Re: [TortoiseCVS] TortoiseCVS 1.1.2 UNSTABLE released > > > Which error code does it show (i.e. what comes after "(error ")? > > -Torsten > > ----- Original Message ----- > From: "Shatzer, Larry" <[email protected]> > To: "'Torsten Martinsen'" <torsten-IWqWACnzNjx/[email protected]>; > <tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>; > <tortoisecvs-announce-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> > Sent: Thursday, September 05, 2002 1:35 AM > Subject: RE: [TortoiseCVS] TortoiseCVS 1.1.2 UNSTABLE released > > > > When I try to install this, the installer tells me it could > not determine if > > I have administrator privileges (error). I do have admin > privileges, and > > previous installs do work. > > > > -- Larry > > > > > -----Original Message----- > > > From: Torsten Martinsen [mailto:torsten-IWqWACnzNjx/[email protected]] > > > Sent: Wednesday, September 04, 2002 12:39 PM > > > To: tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org; > > > tortoisecvs-announce-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > > > Subject: [TortoiseCVS] TortoiseCVS 1.1.2 UNSTABLE released > > > > > > > > > TortoiseCVS 1.1.2 UNSTABLE is now available from SourceForge > > > (and www.tortoisecvs.org). > > > > > > Changes for 1.1.2 (4 September 2002): > > > ------------------------------------- > > > > > > Fixed bug [598634] "hide the "Commit" menu if it's > useless". (Torsten) > > > > > > Fixed bug [530319] "0.xx Administrative rights for > > > installation". (Torsten) > > > > > > Fixed problem with bogus removable drive detection on > Win95/98, had > > > the symptom that menus sometimes wouldn't work. (Francis) > > > > > > Added flex/bison to CVS. (Francis/Torsten) > > > > > > The option of adding a file as Unicode is now only offered > > > when the server > > > runs CVSNT. Closes bug 583800. (Torsten) > > > > > > Various fixes for History and Revision Graph dialogs. (Torsten) > > > > > > Allow entering user name for SSPI. (Torsten) > > > > > > Implemented feature request [533643] "Check for CVSROOT > environment > > > variable". (Torsten) > > > > > > Do not assume that C:\ always exists. (Torsten) > > > > > > Show value of CVSROOT in progress dialog. (Francis) > > > > > > Fixed bug [589924] "diff of binary file fails". (Torsten) > > > > > > Added support for adding files and file extensions to > > > .cvsignore. (Torsten) > > > > > > Maybe fixed installation problem in Win98 by changing > > > PostInst. Now changes > > > the cvs executable registry setting if it is currently an > > > empty string. Also > > > leaves PostInst.exe about after install, so you can run it > > > again for testing > > > and debugging. (Francis) > > > > > > > > > Changes for 1.1.1 (19 August 2002): > > > ----------------------------------- > > > > > > Added About dialog. (Torsten) > > > > > > Fixed bug [596353] "update special" calendar". (Torsten) > > > > > > Fixed bug [591134] "Add All Recursively does not add > files". (Torsten) > > > > > > Fixed bug [571645] "Merge should do Edit first". (Torsten) > > > > > > Fixed bug [561877] "0.50 Commands Fail when CVS in top level > > > dir". (Torsten) > > > > > > Applied patch [571611] "Switch -x Data Encryption > > > (sspi/gserver)" from Joakim > > > Beijar. (Torsten) > > > > > > Fixed bug [558859] "Case Sensitive" by making CVSStatus use > > > case-insensitive > > > compare. (Torsten) > > > > > > Update dialog now fills in revision only when box checked > again (for > > > a while it could add the ghosted revision text in, I > think). (Francis) > > > > > > Attempted fix for doing "cvs login" with SSPI at the right > > > time. (Francis) > > > > > > Various usability improvements to the checkout dialog, > including right > > > click on history list to remove old CVSROOT entries. > Still more stuff > > > to do... (Francis) > > > > > > Fixed bug [589493] Can now perform actions directly on "My > > > Documents", or > > > indeed any shell namespace folder which has a pathname. I've > > > reduced and > > > rewritten a big chunk of the ShellExt code, and hopefully > > > haven't broken > > > anything else. Please check things like columns and > property page > > > work (Francis) > > > > > > Fixed bug [528170] Right click in commit dialog now selects, > > > also added > > > in double clicking now does stuff [534738]. (Francis) > > > > > > Add All Recursively replaced by Add Contents. This now works > > > on directories > > > which already have some CVS files in them. It brings up a > > > dialog with a list > > > of the files that it is going to add. This least already > > > ignores cvsignore specified files. > > > As elsewhere in TortoiseCVS, that is .cvsignore and > > > $HOME/.cvsignore files, not yet > > > the remote CVSROOT/cvsignore file. (Francis) > > > > > > Tag, branch and merge dialogs now have a button to get a list > > > of tag/branches, > > > making it easier for you to reselect one, or pick a similar > > > name for a > > > new one. (Francis) > > > > > > Added manifest so it appears with themes in XP. Please shout > > > up if there > > > are any problems caused by this. Made 48x48 versions of > overlay icons > > > for Windows XP. (Francis) > > > > > > -Torsten > ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390