Re: Problem accessing alternate repository.

"Arthur Barrett" <arthur.barrett-qn/[email protected]> Thu, 6 Dec 2012 16:29:55 +1100
Newsgroups gmane.comp.version-control.cvs.tortoisecvs.user
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--===============4744226288213631298==
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01CDD372.B987B5C6"
Content-Class: urn:content-classes:message

This is a multi-part message in MIME format.

------_=_NextPart_001_01CDD372.B987B5C6
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

Gordo,
=20
Maybe you need a good book on how CVS/CVSNT works?  I wrote one called
'All About CVS' but there are many many of them...
=20
The 'checkout' dialog lets you build a valid 'connection string'
(sometimes called CVSROOT), eg:
 :sspi:server:/myrepo
=20
so in a script:
=20
cvs -d :sspi:server:/myrepo co mymodule/myproject
=20
The 'CVSROOT' connection string -c:/CvsOtherStuff is of course not
*really* a valid connection string (it's only for CVSNT internal use) -
so the TortosieCVS checkout dialog is well behaved and DOES NOT give
that option to mere mortal users...
=20
Regards,
=20
=20
Arthur
=20


	-----Original Message-----
	From: [email protected] [mailto:[email protected]]=20
	Sent: 06 December 2012 08:29
	To: Arthur Barrett; 'Torsten Martinsen';
tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
	Subject: RE: [TortoiseCVS] Problem accessing alternate
repository.
=09
=09

	With regard to:

	the repository directory c:\cvsotherstuff exists but is not
registered with the 'server' software.   Use the CVSNT server control
panel to register the directory.

	=20

	Yes, thank you... of course! How quickly we (I) forget L

	=20

	The Tortoise interface now works as expected.

	=20

	I do have one question: the checkout dialog box does not show a
way to checkout files from the C:\cvsotherstuff repository... I am not
sure what to do. (once registered with the server, I expected it to show
up somehow in the checkout dialog.)

	=20

	=20

	With regard to:

	The script uses the :local: protocol (which it *shouldn't* -
it's for the developers of CVSNT's use only) and the 'error' you see is
when you use the :sspi: protocol. =20

	=20

	If I am understanding this... I believe that the correct action
would be simply remove the string "-d c:/CvsOtherStuff" from the script
command. Is that correct?

	=20

	Thanks again for all your help,

	=20

	Gordo

	=20

	From: Arthur Barrett [mailto:arthur.barrett-qn/[email protected]]=20
	Sent: Tuesday, December 04, 2012 00:20
	To: [email protected]; Torsten Martinsen;
tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
	Subject: Re: [TortoiseCVS] Problem accessing alternate
repository.

	=20

	Gordo,

	=20

	The script uses the :local: protocol (which it *shouldn't* -
it's for the developers of CVSNT's use only) and the 'error' you see is
when you use the :sspi: protocol. =20

	=20

	ie: the repository directory c:\cvsotherstuff exists but is not
registered with the 'server' software.   Use the CVSNT server control
panel to register the directory.

	=20

	Note: TortoiseCVS is a 'front end' to CVSNT - all the
checkin/checkout etc are done by CVSNT not TortoiseCVS.  The drawing of
pictures and dialogs is done by TortoiseCVS.

	=20

	ie: if there is a problem with the picture - it's a TortoiseCVS
problem.

	=20

	If there is a problem with the function - it's a CVSNT problem.

	=20

	Regards,

	=20

	=20

	Arthur Barrett

	Product Manager - CVSNT

	=20

		-----Original Message-----
		From: [email protected]
[mailto:[email protected]]=20
		Sent: 01 December 2012 13:49
		To: 'Torsten Martinsen';
tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
		Subject: Re: [TortoiseCVS] Problem accessing alternate
repository.

		Also, I should have mentioned that the following command
is executed against the repository CVSOtherStuff  in a batch script that
runs every few hours:  "C:\Program Files\cvsnt\cvs.exe" -d
c:/CvsOtherStuff  commit -m "regular-update at %msg%" (%msg% is a
date-time stamp).

		=20

		Here is the log of the most recent run:

		=20

		C:\CrystalTechData>"C:\Program Files\cvsnt\cvs.exe" -d
c:/CvsOtherStuff  commit -m "regular-update at 11/30/2012-20:20:00.56"=20

		Checking in TrdStnAcc.log;

		c:/CvsOtherStuff/CrystalTechData/TrdStnAcc.log,v  <--
TrdStnAcc.log

		new revision: 1.3769; previous revision: 1.3768

		done

		Checking in exp10list.txt;

		c:/CvsOtherStuff/CrystalTechData/exp10list.txt,v  <--
exp10list.txt

		new revision: 1.1441; previous revision: 1.1440

		done

		Checking in sublist.txt;

		c:/CvsOtherStuff/CrystalTechData/sublist.txt,v  <--
sublist.txt

		new revision: 1.1254; previous revision: 1.1253

		done

		=20

		Hope this helps,

		=20

		Gordo

		=20

		=20

		=20

		From: [email protected]
[mailto:[email protected]]=20
		Sent: Friday, November 30, 2012 18:13
		To: 'Torsten Martinsen';
tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
		Subject: Re: [TortoiseCVS] Problem accessing alternate
repository.

		=20

		Yes. Folder contains a CVSROOT which looks identical to
the CVSROOT in the repository that works, plus two modules.

		=20

		Gordo

		=20

		From: Torsten Martinsen [mailto:[email protected]]=20
		Sent: Friday, November 30, 2012 17:04
		To: tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
		Subject: Re: [TortoiseCVS] Problem accessing alternate
repository.

		=20

		On 30/11/12 22:30, [email protected] wrote:

			I have two repositories. The one I use every day
- CVSRepositories and a secondary one that I have not accessed for some
time - CvsOtherStuff.

			=20

			Both are located at C:\.

			=20

			When I try to access a module in CvsOtherStuff,
I get the error: /CvsOtherStuff: no such repository...

		And if you look at the server (gordodesk-1), is there
indeed a repository located in /CvsOtherStuff?
	=09
		-Torsten

	=09
  _____ =20


		No virus found in this message.
		Checked by AVG - www.avg.com
		Version: 2013.0.2793 / Virus Database: 2634/5927 -
Release Date: 11/29/12

	=09
  _____ =20


		No virus found in this message.
		Checked by AVG - www.avg.com
		Version: 2013.0.2793 / Virus Database: 2634/5927 -
Release Date: 11/29/12

  _____ =20

	No virus found in this message.
	Checked by AVG - www.avg.com
	Version: 2013.0.2793 / Virus Database: 2634/5936 - Release Date:
12/04/12


------_=_NextPart_001_01CDD372.B987B5C6
Content-Type: text/html;
	charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns=3D"http://www.w3.org/TR/REC-html40" xmlns:v =3D=20
"urn:schemas-microsoft-com:vml" xmlns:o =3D=20
"urn:schemas-microsoft-com:office:office" xmlns:w =3D=20
"urn:schemas-microsoft-com:office:word" xmlns:m =3D=20
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD><TITLE>Message</=
TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii"><LINK=20
href=3D"cid:[email protected]" rel=3DFile-List><LINK=20
href=3D"cid:editdata.mso" rel=3DEdit-Time-Data><!--[if !mso]>
<STYLE>v\:* {
	BEHAVIOR: url(#default#VML)
}
o\:* {
	BEHAVIOR: url(#default#VML)
}
w\:* {
	BEHAVIOR: url(#default#VML)
}
.shape {
	BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]--><!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:TargetScreenSize>1024x768</o:TargetScreenSize>
</o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:SpellingState>Clean</w:SpellingState>
<w:TrackMoves/>
<w:TrackFormatting/>
<w:EnvelopeVis/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>EN-US</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:DoNotExpandShiftReturn/>
<w:BreakWrappedTables/>
<w:SplitPgBreakAndParaMark/>
<w:DontVertAlignCellWithSp/>
<w:DontBreakConstrainedForcedTables/>
<w:DontVertAlignInTxbx/>
<w:Word11KerningPairs/>
<w:CachedColBalance/>
</w:Compatibility>
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
<m:mathPr>
<m:mathFont m:val=3D"Cambria Math"/>
<m:brkBin m:val=3D"before"/>
<m:brkBinSub m:val=3D"&#45;-"/>
<m:smallFrac m:val=3D"off"/>
<m:dispDef/>
<m:lMargin m:val=3D"0"/>
<m:rMargin m:val=3D"0"/>
<m:defJc m:val=3D"centerGroup"/>
<m:wrapIndent m:val=3D"1440"/>
<m:intLim m:val=3D"subSup"/>
<m:naryLim m:val=3D"undOvr"/>
</m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState=3D"false" DefUnhideWhenUsed=3D"true" =
DefSemiHidden=3D"true" DefQFormat=3D"false" DefPriority=3D"99" =
LatentStyleCount=3D"267">
<w:LsdException Locked=3D"false" Priority=3D"0" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Normal"/>
<w:LsdException Locked=3D"false" Priority=3D"9" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"heading 1"/>
<w:LsdException Locked=3D"false" Priority=3D"9" QFormat=3D"true" =
Name=3D"heading 2"/>
<w:LsdException Locked=3D"false" Priority=3D"9" QFormat=3D"true" =
Name=3D"heading 3"/>
<w:LsdException Locked=3D"false" Priority=3D"9" QFormat=3D"true" =
Name=3D"heading 4"/>
<w:LsdException Locked=3D"false" Priority=3D"9" QFormat=3D"true" =
Name=3D"heading 5"/>
<w:LsdException Locked=3D"false" Priority=3D"9" QFormat=3D"true" =
Name=3D"heading 6"/>
<w:LsdException Locked=3D"false" Priority=3D"9" QFormat=3D"true" =
Name=3D"heading 7"/>
<w:LsdException Locked=3D"false" Priority=3D"9" QFormat=3D"true" =
Name=3D"heading 8"/>
<w:LsdException Locked=3D"false" Priority=3D"9" QFormat=3D"true" =
Name=3D"heading 9"/>
<w:LsdException Locked=3D"false" Priority=3D"39" Name=3D"toc 1"/>
<w:LsdException Locked=3D"false" Priority=3D"39" Name=3D"toc 2"/>
<w:LsdException Locked=3D"false" Priority=3D"39" Name=3D"toc 3"/>
<w:LsdException Locked=3D"false" Priority=3D"39" Name=3D"toc 4"/>
<w:LsdException Locked=3D"false" Priority=3D"39" Name=3D"toc 5"/>
<w:LsdException Locked=3D"false" Priority=3D"39" Name=3D"toc 6"/>
<w:LsdException Locked=3D"false" Priority=3D"39" Name=3D"toc 7"/>
<w:LsdException Locked=3D"false" Priority=3D"39" Name=3D"toc 8"/>
<w:LsdException Locked=3D"false" Priority=3D"39" Name=3D"toc 9"/>
<w:LsdException Locked=3D"false" Priority=3D"35" QFormat=3D"true" =
Name=3D"caption"/>
<w:LsdException Locked=3D"false" Priority=3D"10" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Title"/>
<w:LsdException Locked=3D"false" Priority=3D"1" Name=3D"Default =
Paragraph Font"/>
<w:LsdException Locked=3D"false" Priority=3D"11" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Subtitle"/>
<w:LsdException Locked=3D"false" Priority=3D"22" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Strong"/>
<w:LsdException Locked=3D"false" Priority=3D"20" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Emphasis"/>
<w:LsdException Locked=3D"false" Priority=3D"59" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Table Grid"/>
<w:LsdException Locked=3D"false" UnhideWhenUsed=3D"false" =
Name=3D"Placeholder Text"/>
<w:LsdException Locked=3D"false" Priority=3D"1" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"No Spacing"/>
<w:LsdException Locked=3D"false" Priority=3D"60" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Shading"/>
<w:LsdException Locked=3D"false" Priority=3D"61" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light List"/>
<w:LsdException Locked=3D"false" Priority=3D"62" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Grid"/>
<w:LsdException Locked=3D"false" Priority=3D"63" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 1"/>
<w:LsdException Locked=3D"false" Priority=3D"64" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 2"/>
<w:LsdException Locked=3D"false" Priority=3D"65" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 1"/>
<w:LsdException Locked=3D"false" Priority=3D"66" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 2"/>
<w:LsdException Locked=3D"false" Priority=3D"67" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 1"/>
<w:LsdException Locked=3D"false" Priority=3D"68" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 2"/>
<w:LsdException Locked=3D"false" Priority=3D"69" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 3"/>
<w:LsdException Locked=3D"false" Priority=3D"70" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Dark List"/>
<w:LsdException Locked=3D"false" Priority=3D"71" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Shading"/>
<w:LsdException Locked=3D"false" Priority=3D"72" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful List"/>
<w:LsdException Locked=3D"false" Priority=3D"73" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Grid"/>
<w:LsdException Locked=3D"false" Priority=3D"60" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Shading Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"61" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light List Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"62" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Grid Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"63" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 1 Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"64" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 2 Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"65" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 1 Accent 1"/>
<w:LsdException Locked=3D"false" UnhideWhenUsed=3D"false" =
Name=3D"Revision"/>
<w:LsdException Locked=3D"false" Priority=3D"34" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"List Paragraph"/>
<w:LsdException Locked=3D"false" Priority=3D"29" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Quote"/>
<w:LsdException Locked=3D"false" Priority=3D"30" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Intense Quote"/>
<w:LsdException Locked=3D"false" Priority=3D"66" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 2 Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"67" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 1 Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"68" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 2 Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"69" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 3 Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"70" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Dark List Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"71" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Shading Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"72" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful List Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"73" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Grid Accent 1"/>
<w:LsdException Locked=3D"false" Priority=3D"60" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Shading Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"61" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light List Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"62" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Grid Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"63" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 1 Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"64" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 2 Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"65" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 1 Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"66" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 2 Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"67" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 1 Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"68" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 2 Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"69" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 3 Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"70" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Dark List Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"71" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Shading Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"72" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful List Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"73" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Grid Accent 2"/>
<w:LsdException Locked=3D"false" Priority=3D"60" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Shading Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"61" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light List Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"62" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Grid Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"63" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 1 Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"64" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 2 Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"65" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 1 Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"66" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 2 Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"67" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 1 Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"68" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 2 Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"69" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 3 Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"70" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Dark List Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"71" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Shading Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"72" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful List Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"73" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Grid Accent 3"/>
<w:LsdException Locked=3D"false" Priority=3D"60" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Shading Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"61" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light List Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"62" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Grid Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"63" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 1 Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"64" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 2 Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"65" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 1 Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"66" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 2 Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"67" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 1 Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"68" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 2 Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"69" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 3 Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"70" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Dark List Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"71" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Shading Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"72" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful List Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"73" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Grid Accent 4"/>
<w:LsdException Locked=3D"false" Priority=3D"60" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Shading Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"61" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light List Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"62" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Grid Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"63" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 1 Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"64" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 2 Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"65" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 1 Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"66" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 2 Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"67" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 1 Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"68" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 2 Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"69" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 3 Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"70" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Dark List Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"71" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Shading Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"72" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful List Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"73" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Grid Accent 5"/>
<w:LsdException Locked=3D"false" Priority=3D"60" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Shading Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"61" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light List Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"62" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Light Grid Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"63" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 1 Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"64" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Shading 2 Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"65" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 1 Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"66" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium List 2 Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"67" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 1 Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"68" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 2 Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"69" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Medium Grid 3 Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"70" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Dark List Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"71" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Shading Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"72" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful List Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"73" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" Name=3D"Colorful Grid Accent 6"/>
<w:LsdException Locked=3D"false" Priority=3D"19" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Subtle Emphasis"/>
<w:LsdException Locked=3D"false" Priority=3D"21" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Intense Emphasis"/>
<w:LsdException Locked=3D"false" Priority=3D"31" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Subtle Reference"/>
<w:LsdException Locked=3D"false" Priority=3D"32" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Intense Reference"/>
<w:LsdException Locked=3D"false" Priority=3D"33" SemiHidden=3D"false" =
UnhideWhenUsed=3D"false" QFormat=3D"true" Name=3D"Book Title"/>
<w:LsdException Locked=3D"false" Priority=3D"37" Name=3D"Bibliography"/>
<w:LsdException Locked=3D"false" Priority=3D"39" QFormat=3D"true" =
Name=3D"TOC Heading"/>
</w:LatentStyles>
</xml><![endif]-->
<STYLE>@font-face {
	font-family: Wingdings;
}
@font-face {
	font-family: Wingdings;
}
@font-face {
	font-family: Calibri;
}
@font-face {
	font-family: Tahoma;
}
@page WordSection1 {size: 8.5in 11.0in; margin: 1.0in 1.0in 1.0in 1.0in; =
mso-header-margin: .5in; mso-footer-margin: .5in; mso-paper-source: 0; }
P.MsoNormal {
	FONT-SIZE: 11pt; MARGIN: 0in 0in 0pt; COLOR: black; FONT-FAMILY: =
"Calibri","sans-serif"; mso-fareast-font-family: Calibri; =
mso-style-unhide: no; mso-style-qformat: yes; mso-style-parent: ""; =
mso-pagination: widow-orphan; mso-bidi-font-family: "Times New Roman"
}
LI.MsoNormal {
	FONT-SIZE: 11pt; MARGIN: 0in 0in 0pt; COLOR: black; FONT-FAMILY: =
"Calibri","sans-serif"; mso-fareast-font-family: Calibri; =
mso-style-unhide: no; mso-style-qformat: yes; mso-style-parent: ""; =
mso-pagination: widow-orphan; mso-bidi-font-family: "Times New Roman"
}
DIV.MsoNormal {
	FONT-SIZE: 11pt; MARGIN: 0in 0in 0pt; COLOR: black; FONT-FAMILY: =
"Calibri","sans-serif"; mso-fareast-font-family: Calibri; =
mso-style-unhide: no; mso-style-qformat: yes; mso-style-parent: ""; =
mso-pagination: widow-orphan; mso-bidi-font-family: "Times New Roman"
}
A:link {
	COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99; =
text-underline: single
}
SPAN.MsoHyperlink {
	COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99; =
text-underline: single
}
A:visited {
	COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99; =
text-underline: single; mso-style-noshow: yes
}
SPAN.MsoHyperlinkFollowed {
	COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99; =
text-underline: single; mso-style-noshow: yes
}
P.MsoAcetate {
	FONT-SIZE: 8pt; MARGIN: 0in 0in 0pt; COLOR: black; FONT-FAMILY: =
"Tahoma","sans-serif"; mso-fareast-font-family: Calibri; mso-pagination: =
widow-orphan; mso-style-priority: 99; mso-style-noshow: yes; =
mso-style-link: "Balloon Text Char"
}
LI.MsoAcetate {
	FONT-SIZE: 8pt; MARGIN: 0in 0in 0pt; COLOR: black; FONT-FAMILY: =
"Tahoma","sans-serif"; mso-fareast-font-family: Calibri; mso-pagination: =
widow-orphan; mso-style-priority: 99; mso-style-noshow: yes; =
mso-style-link: "Balloon Text Char"
}
DIV.MsoAcetate {
	FONT-SIZE: 8pt; MARGIN: 0in 0in 0pt; COLOR: black; FONT-FAMILY: =
"Tahoma","sans-serif"; mso-fareast-font-family: Calibri; mso-pagination: =
widow-orphan; mso-style-priority: 99; mso-style-noshow: yes; =
mso-style-link: "Balloon Text Char"
}
SPAN.BalloonTextChar {
	FONT-FAMILY: "Tahoma","sans-serif"; mso-style-unhide: no; =
mso-bidi-font-family: Tahoma; mso-style-priority: 99; mso-style-noshow: =
yes; mso-style-link: "Balloon Text"; mso-style-name: "Balloon Text =
Char"; mso-style-locked: yes; mso-ansi-font-size: 8.0pt; =
mso-bidi-font-size: 8.0pt; mso-ascii-font-family: Tahoma; =
mso-hansi-font-family: Tahoma
}
SPAN.EmailStyle19 {
	COLOR: windowtext; FONT-FAMILY: "Calibri","sans-serif"; =
mso-fareast-font-family: Calibri; mso-style-unhide: no; =
mso-bidi-font-family: "Times New Roman"; mso-style-noshow: yes; =
mso-ansi-font-size: 11.0pt; mso-bidi-font-size: 11.0pt; =
mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; =
mso-style-type: personal
}
SPAN.EmailStyle20 {
	COLOR: #1f497d; FONT-FAMILY: "Calibri","sans-serif"; =
mso-fareast-font-family: Calibri; mso-style-unhide: no; =
mso-bidi-font-family: "Times New Roman"; mso-style-noshow: yes; =
mso-ansi-font-size: 11.0pt; mso-bidi-font-size: 11.0pt; =
mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; =
mso-style-type: personal
}
SPAN.EmailStyle21 {
	COLOR: #1f497d; FONT-FAMILY: "Calibri","sans-serif"; =
mso-fareast-font-family: Calibri; mso-style-unhide: no; =
mso-bidi-font-family: "Times New Roman"; mso-style-noshow: yes; =
mso-ansi-font-size: 11.0pt; mso-bidi-font-size: 11.0pt; =
mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; =
mso-style-type: personal
}
SPAN.EmailStyle22 {
	COLOR: #1f497d; FONT-FAMILY: "Calibri","sans-serif"; =
mso-fareast-font-family: Calibri; mso-style-unhide: no; =
mso-bidi-font-family: "Times New Roman"; mso-style-noshow: yes; =
mso-ansi-font-size: 11.0pt; mso-bidi-font-size: 11.0pt; =
mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; =
mso-style-type: personal-reply
}
SPAN.SpellE {
	mso-style-name: ""; mso-spl-e: yes
}
.MsoChpDefault {
	FONT-SIZE: 10pt; mso-ansi-font-size: 10.0pt; mso-bidi-font-size: =
10.0pt; mso-style-type: export-only; mso-default-props: yes
}
DIV.WordSection1 {
	page: WordSection1
}
</STYLE>
<!--[if gte mso 10]><style>/* Style Definitions */
table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman","serif";}
</style><![endif]--><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
<META content=3D"MSHTML 6.00.3790.4426" name=3DGENERATOR></HEAD>
<BODY lang=3DEN-US style=3D"tab-interval: .5in" vLink=3Dpurple =
link=3Dblue=20
bgColor=3Dwhite>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2>Gordo,</FONT></SPAN></DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =
size=3D2>Maybe=20
you need a good book on how CVS/CVSNT works?&nbsp; I wrote one called =
'All About=20
CVS' but there are many many of them...</FONT></SPAN></DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =
size=3D2>The=20
'checkout' dialog lets you build a valid 'connection string' (sometimes =
called=20
CVSROOT), eg:</FONT></SPAN></DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3D"Courier New"=20
size=3D2>&nbsp;:sspi:server:/myrepo</FONT></SPAN></DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =
size=3D2>so in=20
a script:</FONT></SPAN></DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3D"Courier New" =
size=3D2>cvs -d =20
:sspi:server:/myrepo co mymodule/myproject</FONT></SPAN></DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =
size=3D2>The=20
'CVSROOT' connection string -<FONT face=3D"Courier New"=20
color=3D#000000>c:/CvsOtherStuff</FONT> is of course not *really* a =
valid=20
connection string (it's only for CVSNT internal use) - so the =
TortosieCVS=20
checkout dialog is well behaved and DOES NOT give that option to mere =
mortal=20
users...</FONT></SPAN></DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2>Regards,</FONT></SPAN></DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2>Arthur</FONT></SPAN></DIV>
<DIV><SPAN class=3D370522605-06122012><FONT face=3DArial color=3D#0000ff =

size=3D2>&nbsp;</DIV>
<DIV><BR></DIV></FONT></SPAN>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px =
solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
align=3Dleft><FONT=20
  face=3DTahoma size=3D2>-----Original Message-----<BR><B>From:</B>=20
  [email protected] [mailto:[email protected]] <BR><B>Sent:</B> =
06=20
  December 2012 08:29<BR><B>To:</B> Arthur Barrett; 'Torsten Martinsen'; =

  tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org<BR><B>Subject:</B> RE: =
[TortoiseCVS]=20
  Problem accessing alternate repository.<BR><BR></FONT></DIV>
  <DIV class=3DWordSection1>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">With=20
  regard to:<o:p></o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">the=20
  repository directory c:\cvsotherstuff exists but is not registered =
with the=20
  'server' software.&nbsp;&nbsp; Use the CVSNT server control panel to =
register=20
  the directory.<o:p></o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p>&nbsp;</o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">Yes,=20
  thank you&#8230; of course! How quickly we (I) forget </SPAN><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: Wingdings; =
mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial; =
mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; =
mso-char-type: symbol; mso-symbol-font-family: Wingdings"><SPAN=20
  style=3D"mso-char-type: symbol; mso-symbol-font-family: =
Wingdings">L</SPAN></SPAN><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p>&nbsp;</o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">The=20
  Tortoise interface now works as expected.<o:p></o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p>&nbsp;</o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">I=20
  do have one question: the checkout dialog box does not show a way to =
checkout=20
  files from the C:\cvsotherstuff repository&#8230; I am not sure what =
to do. (once=20
  registered with the server, I expected it to show up somehow in the =
checkout=20
  dialog.)<o:p></o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p>&nbsp;</o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p>&nbsp;</o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">With=20
  regard to:<o:p></o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">The=20
  script uses the :local: protocol (which it *shouldn't* - it's for the=20
  developers of CVSNT's use only) and the 'error' you see is when you =
use the=20
  :sspi: protocol.&nbsp; </SPAN><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: red; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"COLOR: windowtext; mso-fareast-font-family: Calibri; =
mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; =
mso-hansi-font-family: Calibri"><o:p>&nbsp;</o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"COLOR: windowtext; mso-fareast-font-family: Calibri; =
mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; =
mso-hansi-font-family: Calibri">If=20
  I am understanding this&#8230; I believe that the correct action would =
be simply=20
  remove the string &#8220;-d c:/CvsOtherStuff&#8221; from the script =
command. Is that=20
  correct?<o:p></o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"COLOR: windowtext; mso-fareast-font-family: Calibri; =
mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; =
mso-hansi-font-family: Calibri"><o:p>&nbsp;</o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"COLOR: windowtext; mso-fareast-font-family: Calibri; =
mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; =
mso-hansi-font-family: Calibri">Thanks=20
  again for all your help,<o:p></o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"COLOR: windowtext; mso-fareast-font-family: Calibri; =
mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; =
mso-hansi-font-family: Calibri"><o:p>&nbsp;</o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"COLOR: windowtext; mso-fareast-font-family: Calibri; =
mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; =
mso-hansi-font-family: Calibri">Gordo<o:p></o:p></SPAN></P>
  <P class=3DMsoNormal><SPAN=20
  style=3D"COLOR: #1f497d; mso-fareast-font-family: Calibri; =
mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: Calibri; =
mso-hansi-font-family: Calibri"><o:p>&nbsp;</o:p></SPAN></P>
  <DIV>
  <DIV=20
  style=3D"BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: =
#b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: =
medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><B><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Tahoma','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'">From:</SPAN></B><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Tahoma','sans-serif'; mso-fareast-font-family: 'Times New Roman'">=20
  Arthur Barrett [mailto:arthur.barrett-qn/[email protected]] <BR><B>Sent:</B> =

  Tuesday, December 04, 2012 00:20<BR><B>To:</B> [email protected]; =
Torsten=20
  Martinsen; tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org<BR><B>Subject:</B> =
Re:=20
  [TortoiseCVS] Problem accessing alternate=20
  repository.<o:p></o:p></SPAN></P></DIV></DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: =
0.5in"><o:p>&nbsp;</o:p></P>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'">Gordo,</SPAN><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">The=20
  script uses the :local: protocol (which it *shouldn't* - it's for the=20
  developers of CVSNT's use only) and the 'error' you see is when you =
use the=20
  :sspi: protocol.&nbsp; </SPAN><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">ie:=20
  the repository directory c:\cvsotherstuff exists but is not registered =
with=20
  the 'server' software.&nbsp;&nbsp; Use the CVSNT server control panel =
to=20
  register the directory.</SPAN><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">Note:=20
  TortoiseCVS is a 'front end' to CVSNT - all the checkin/checkout etc =
are done=20
  by CVSNT not TortoiseCVS.&nbsp; The drawing of pictures and dialogs is =
done by=20
  TortoiseCVS.</SPAN><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">ie:=20
  if there is a problem with the picture - it's a TortoiseCVS=20
  problem.</SPAN><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">If=20
  there is a problem with the function - it's a CVSNT =
problem.</SPAN><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'">Regards,</SPAN><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New Roman'">Arthur =

  Barrett</SPAN><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: =
'Arial','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'">Product=20
  Manager - CVSNT</SPAN><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
  style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <BLOCKQUOTE=20
  style=3D"BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: =
medium none; PADDING-LEFT: 4pt; PADDING-BOTTOM: 0in; MARGIN: 5pt 0in 5pt =
3.75pt; BORDER-LEFT: blue 1.5pt solid; PADDING-TOP: 0in; BORDER-BOTTOM: =
medium none">
    <P class=3DMsoNormal=20
    style=3D"MARGIN-BOTTOM: 12pt; MARGIN-LEFT: 0.5in; MARGIN-RIGHT: 0in; =
mso-margin-top-alt: 0in; mso-outline-level: 1"><SPAN=20
    style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Tahoma','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'">-----Original=20
    Message-----<BR><B>From:</B> <A=20
    href=3D"mailto:[email protected]">[email protected]</A> [<A=20
    =
href=3D"mailto:[email protected]">mailto:[email protected]</A>]=20
    <BR><B>Sent:</B> 01 December 2012 13:49<BR><B>To:</B> 'Torsten =
Martinsen';=20
    <A=20
    =
href=3D"mailto:tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org">tortoisecvs-users=
@lists.sourceforge.net</A><BR><B>Subject:</B>=20
    Re: [TortoiseCVS] Problem accessing alternate =
repository.</SPAN><SPAN=20
    style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New =
Roman'"><o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">Also, I should have mentioned that the =
following=20
    command is executed against the repository CVSOtherStuff<SPAN=20
    style=3D"mso-spacerun: yes">&nbsp; </SPAN>in a batch script that =
runs every=20
    few hours:<SPAN style=3D"mso-spacerun: yes">&nbsp; =
</SPAN>"C:\Program=20
    Files\cvsnt\cvs.exe" -d c:/CvsOtherStuff<SPAN=20
    style=3D"mso-spacerun: yes">&nbsp; </SPAN>commit -m "regular-update =
at %msg%"=20
    (%msg% is a date-time stamp).<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d"><o:p>&nbsp;</o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">Here is the log of the most recent=20
    run:<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d"><o:p>&nbsp;</o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">C:\CrystalTechData&gt;"C:\Program=20
    Files\cvsnt\cvs.exe" -d c:/CvsOtherStuff<SPAN=20
    style=3D"mso-spacerun: yes">&nbsp; </SPAN>commit -m "regular-update =
at=20
    11/30/2012-20:20:00.56" <o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">Checking in =
TrdStnAcc.log;<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: =
#1f497d">c:/CvsOtherStuff/CrystalTechData/TrdStnAcc.log,v<SPAN=20
    style=3D"mso-spacerun: yes">&nbsp; </SPAN>&lt;--<SPAN=20
    style=3D"mso-spacerun: yes">&nbsp; =
</SPAN>TrdStnAcc.log<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">new revision: 1.3769; previous revision:=20
    1.3768<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">done<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">Checking in =
exp10list.txt;<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: =
#1f497d">c:/CvsOtherStuff/CrystalTechData/exp10list.txt,v<SPAN=20
    style=3D"mso-spacerun: yes">&nbsp; </SPAN>&lt;--<SPAN=20
    style=3D"mso-spacerun: yes">&nbsp; =
</SPAN>exp10list.txt<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">new revision: 1.1441; previous revision:=20
    1.1440<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">done<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">Checking in =
sublist.txt;<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: =
#1f497d">c:/CvsOtherStuff/CrystalTechData/sublist.txt,v<SPAN=20
    style=3D"mso-spacerun: yes">&nbsp; </SPAN>&lt;--<SPAN=20
    style=3D"mso-spacerun: yes">&nbsp; =
</SPAN>sublist.txt<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">new revision: 1.1254; previous revision:=20
    1.1253<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">done<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d"><o:p>&nbsp;</o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">Hope this helps,<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d"><o:p>&nbsp;</o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d">Gordo<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d"><o:p>&nbsp;</o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d"><o:p>&nbsp;</o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in"><SPAN=20
    style=3D"COLOR: #1f497d"><o:p>&nbsp;</o:p></SPAN></P>
    <DIV>
    <DIV=20
    style=3D"BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: =
#b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: =
medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 1in; mso-outline-level: =
1"><B><SPAN=20
    style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Tahoma','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'">From:</SPAN></B><SPAN=20
    style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Tahoma','sans-serif'; mso-fareast-font-family: 'Times New Roman'">=20
    <A href=3D"mailto:[email protected]">[email protected]</A> =
[<A=20
    =
href=3D"mailto:[email protected]">mailto:[email protected]</A>]=20
    <BR><B>Sent:</B> Friday, November 30, 2012 18:13<BR><B>To:</B> =
'Torsten=20
    Martinsen'; <A=20
    =
href=3D"mailto:tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org">tortoisecvs-users=
@lists.sourceforge.net</A><BR><B>Subject:</B>=20
    Re: [TortoiseCVS] Problem accessing alternate=20
    repository.<o:p></o:p></SPAN></P></DIV></DIV>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: =
1in"><o:p>&nbsp;</o:p></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 1in"><SPAN=20
    style=3D"COLOR: #1f497d">Yes. Folder contains a CVSROOT which looks =
identical=20
    to the CVSROOT in the repository that works, plus two=20
    modules.<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 1in"><SPAN=20
    style=3D"COLOR: #1f497d"><o:p>&nbsp;</o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 1in"><SPAN=20
    style=3D"COLOR: #1f497d">Gordo<o:p></o:p></SPAN></P>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 1in"><SPAN=20
    style=3D"COLOR: #1f497d"><o:p>&nbsp;</o:p></SPAN></P>
    <DIV>
    <DIV=20
    style=3D"BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: =
#b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: =
medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 1.5in; mso-outline-level: =
1"><B><SPAN=20
    style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Tahoma','sans-serif'; mso-fareast-font-family: 'Times New =
Roman'">From:</SPAN></B><SPAN=20
    style=3D"FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: =
'Tahoma','sans-serif'; mso-fareast-font-family: 'Times New Roman'">=20
    Torsten Martinsen [<A=20
    =
href=3D"mailto:[email protected]">mailto:[email protected]</A>]=
=20
    <BR><B>Sent:</B> Friday, November 30, 2012 17:04<BR><B>To:</B> <A=20
    =
href=3D"mailto:tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org">tortoisecvs-users=
@lists.sourceforge.net</A><BR><B>Subject:</B>=20
    Re: [TortoiseCVS] Problem accessing alternate=20
    repository.<o:p></o:p></SPAN></P></DIV></DIV>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: =
1.5in"><o:p>&nbsp;</o:p></P>
    <DIV>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 1.5in"><SPAN=20
    style=3D"mso-fareast-font-family: 'Times New Roman'">On 30/11/12 =
22:30, <A=20
    href=3D"mailto:[email protected]">[email protected]</A>=20
    wrote:<o:p></o:p></SPAN></P></DIV>
    <BLOCKQUOTE style=3D"MARGIN-TOP: 5pt; MARGIN-BOTTOM: 5pt">
      <P class=3DMsoNormal style=3D"MARGIN-LEFT: 1.5in">I have two =
repositories. The=20
      one I use every day &#8211; CVSRepositories and a secondary one =
that I have not=20
      accessed for some time &#8211; CvsOtherStuff.<o:p></o:p></P>
      <P class=3DMsoNormal style=3D"MARGIN-LEFT: =
1.5in">&nbsp;<o:p></o:p></P>
      <P class=3DMsoNormal style=3D"MARGIN-LEFT: 1.5in">Both are located =
at=20
      C:\.<o:p></o:p></P>
      <P class=3DMsoNormal style=3D"MARGIN-LEFT: =
1.5in">&nbsp;<o:p></o:p></P>
      <P class=3DMsoNormal style=3D"MARGIN-LEFT: 1.5in">When I try to =
access a=20
      module in CvsOtherStuff, I get the error: /CvsOtherStuff: no such=20
      repository&#8230;<o:p></o:p></P></BLOCKQUOTE>
    <P class=3DMsoNormal style=3D"MARGIN-LEFT: 1.5in"><SPAN=20
    style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; =
mso-fareast-font-family: 'Times New Roman'">And=20
    if you look at the server (gordodesk-1), is there indeed a =
repository=20
    located in /CvsOtherStuff?<BR><BR>-Torsten<o:p></o:p></SPAN></P>
    <DIV style=3D"MARGIN-LEFT: 0.5in">
    <DIV class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in; TEXT-ALIGN: =
center"=20
    align=3Dcenter><SPAN=20
    style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New Roman'">
    <HR style=3D"COLOR: gray" align=3Dcenter width=3D"100%" noShade =
SIZE=3D1>
    </SPAN></DIV></DIV>
    <P class=3DMsoNormal=20
    style=3D"MARGIN-LEFT: 1in; mso-margin-top-alt: auto; =
mso-margin-bottom-alt: auto"><SPAN=20
    style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'">No=20
    virus found in this message.<BR>Checked by AVG - <A=20
    href=3D"http://www.avg.com">www.avg.com</A><BR>Version: 2013.0.2793 =
/ Virus=20
    Database: 2634/5927 - Release Date: 11/29/12<o:p></o:p></SPAN></P>
    <DIV class=3DMsoNormal style=3D"MARGIN-LEFT: 0.5in; TEXT-ALIGN: =
center"=20
    align=3Dcenter><SPAN=20
    style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: 'Times New Roman'">
    <HR style=3D"COLOR: gray" align=3Dcenter width=3D"100%" noShade =
SIZE=3D1>
    </SPAN></DIV>
    <P class=3DMsoNormal=20
    style=3D"MARGIN-LEFT: 0.5in; mso-margin-top-alt: auto; =
mso-margin-bottom-alt: auto"><SPAN=20
    style=3D"FONT-SIZE: 12pt; COLOR: windowtext; FONT-FAMILY: 'Times New =
Roman','serif'; mso-fareast-font-family: Calibri">No=20
    virus found in this message.<BR>Checked by AVG - <A=20
    href=3D"http://www.avg.com">www.avg.com</A><BR>Version: 2013.0.2793 =
/ Virus=20
    Database: 2634/5927 - Release Date:=20
  11/29/12<o:p></o:p></SPAN></P></BLOCKQUOTE></DIV>
  <HR noShade SIZE=3D1>
  <A></A>
  <P class=3D"" align=3Dleft color=3D"#000000" avgcert??>No virus found =
in this=20
  message.<BR>Checked by AVG - <A=20
  href=3D"http://www.avg.com">www.avg.com</A><BR>Version: 2013.0.2793 / =
Virus=20
  Database: 2634/5936 - Release Date: =
12/04/12</P></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01CDD372.B987B5C6--


--===============4744226288213631298==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
--===============4744226288213631298==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
tortoisecvs-users mailing list
tortoisecvs-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/tortoisecvs-users

--===============4744226288213631298==--