Re: meaning of "P"?

2001-12-12 Thread Felix Moedritscher

Larry Jones <[EMAIL PROTECTED]> wrote:
> Have you tried adding it to .cvsignore?

Well, I added another .cvsignore in the directory itself and now it works
;-)

Content of this .cvsignore: "*"

Thx for all the hints,
-- 
Felix Moedritscher| Email: [EMAIL PROTECTED]
Student of Telematics | http://c-125.vc-graz.ac.at/~felix
Graz University of Technology |
-
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Files have escape characters in it (0x00-0x20,0x80-0xFF)

2001-12-12 Thread Julien Reynier

Hi,

I use WinCVS on NT and I connect to a pserver on NT to.
When I try to import my tree source from my local box to the pserver I
get some strange message :
Warning : Files have escape characters in it (0x00-0x20,0x80-0xFF)

Should I ignore this warning ?

-- 
Julien Reynier
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Cannot rename ",filename,", to "filename,v": File Exists when tagging a module

2001-12-12 Thread Wong Wahmeng-r32813



Hello 
there,
 
Sometimes I 
encounter this problem. The problem occurs when I tag a module. A file 
is somehow not able to be tagged and following errors appear on my WinCVS 
window. Most of the files under this module were successfully 
tagged.
 
cvs -q 
rtag EAP_PROD_1_0 CIM-EI
cvs 
[rtag aborted]: cannot rename files 
H:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\TCP-9600/,TCP9600drv.dll, 
toH:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\S-EAP6\TCP-9600/TCP9600drv.dll,v: 
File exists
 
I checked the 
repository and I found ",TCP9600drv.dll," file exists under 
H:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\TCP-9600 folder. I tried to 
remove this file and redo but obtain the same error. If I don't remove this file 
and rerun the cvs tag command over the same file, I got following error 
message:-
 
cvs -q 
tag EAP_PROD_1_0 TCP9600drv.dll
cvs 
[tag aborted]: could not open lock file 
'H:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\TCP-9600/,TCP9600drv.dll,': 
File exists
 
 
Please advise and 
appreciate your input to resolve this problem. Thanks in 
advance!!!
 
Regards,
Wah 
Meng


Re: Add a file that has the same name as one that has been removed? - Solved!

2001-12-12 Thread Michael Stammberger

Hi,

I have solved the problem.
After some hours of stupid searching in bug reports, newsgroups and
other sources I found out the reason for this strange behaviour of cvs.
I forgot to tell what configuration I use:
Windows NT with WinCVS 1.6b with cvs.exe 1.11.1.3 Beta 2 (Build43) and
the server and the repository is stored on Linux (Suse 7.X) with cvs
1.11.1p1 - and I've installed these all since yesterday, because I
thought there is a bug in cvs ;-)

The reason is quite simple:
The old file that I have removed has had the name 'FrmStatus.frm'
The file name of the file I wanted to (re-)add was 'frmStatus.frm'

WinCVS is not case sensitive, so there was no problem for WinCVS with
the 'add' command. But the 'commit' has failed because of the case
differencies of the file names.

I think cvs should handle this in any better way - an assert is not
really a good solution ;-)

Regards,
Michael

> I have to add a file to my repository that has the same filename as a
> file that has been removed and stays now in the 'Attic'...
> 
> The 'add' command seems to be ok:
> cvs add frmStatus.frm (in directory L:\Develop\Projects\VB\IVV\)
> cvs server: re-adding file frmStatus.frm (in place of dead revision 1.2)
> cvs server: use 'cvs commit' to add these files permanently
> 
> But the 'commit' ends with an Assertion:
> cvs commit -m "wrzlbrnft..." frmStatus.frm (in directory
> L:\Develop\Projects\VB\IVV\)
> RCS file: /develop/projects/VB/IVV/frmStatus.frm,v
> done
> cvs: commit.c:2056: checkaddfile: Assertion `*rcsnode == ((void *)0)'
> failed.
> cvs [server aborted]: received abort signal
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



if i can't commit a file, can i remove it??

2001-12-12 Thread Elisabeth L.

I add a file to the cvs server. When i look for the status of this file,
it's locally added but my client program say that the file is only Local.

Ok, maybe this is an error for the client program, (Forte for java 3.0, cvs
command line module ) , but the really think that i like to know is if i can
remove this file and then add it again.

It is possible.

thanks.


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



cvsweb download problem

2001-12-12 Thread David Everly

I have the latest cgi script from http://www.idaemons.org/~knu/cvsweb/
and am running it with cvs 1.11.1p1 and rcs 5.7 on sun solaris 2.8
with iplanet enterprise server 6.0SP1.

Everything seems to work (including annotate), with the exception of
clicking on a revision or download link.  When accessing these links,
the following message occurs:  "Error: Unexpected output from cvs
co:", followed by the contents of the file in one long string, with no
formatting.  This is displayed in the browser window.  How can I fix
this?

Thanks,
Dave.

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Files have escape characters in it (0x00-0x20,0x80-0xFF)

2001-12-12 Thread Matt Riechers

Julien Reynier wrote:
> 
> Hi,
> 
> I use WinCVS on NT and I connect to a pserver on NT to.
> When I try to import my tree source from my local box to the pserver I
> get some strange message :
> Warning : Files have escape characters in it (0x00-0x20,0x80-0xFF)

Please post the exact error message and the filenames it's choking on. Taking a
wild guess, I'd say it has something to do with binary files.

-Matt

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Files have escape characters in it (0x00-0x20,0x80-0xFF)

2001-12-12 Thread Harald Kucharek

Matt Riechers wrote:
> 
> Julien Reynier wrote:
> >
> > Hi,
> >
> > I use WinCVS on NT and I connect to a pserver on NT to.
> > When I try to import my tree source from my local box to the pserver I
> > get some strange message :
> > Warning : Files have escape characters in it (0x00-0x20,0x80-0xFF)
> 
> Please post the exact error message and the filenames it's choking on. Taking a
> wild guess, I'd say it has something to do with binary files.

Or you simply have text files with umlauts or, assuming you are French,
some accents in it. Their codes are beyond 0x80 and thus provoke the above
messages. Can someone make a clear statement that it is safe to ignore
the above message because cvs doesn't do harm to such files?

Harald
-- 
 iXpoint Informationssysteme GmbH #
  Rheinstraße 79a # Harald Kucharek
  76275 Ettlingen # [EMAIL PROTECTED]
Tel/Fax +49 7243 3775-0/77# www.ixpoint.de

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



sourceforge cvs question

2001-12-12 Thread Koos Jan Niesink

Hello all, 

When I cvs to sourceforge with the following command "cvs -z3
-d:ext:[EMAIL PROTECTED]:/cvsroot/terraform co modulename"

I can log in, then some messages appear... 
cvs server: Updating project/po
cvs server: Updating project/src

after project/src it stops (there is no possibility to type any commands), does anyone
know how it is possible to delete or modify file after typing that command?

thanks in advance,
Koos Jan Niesink
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



rcs free

2001-12-12 Thread natu
I have a question.
Are "diff27nt.zip" and  "rcs57nt.zip" GNU software  on
ftp://ftp.cvshome.org/pub/rcs/ ?
Are they free software ?

please teach !!

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


RE: meaning of "P"?

2001-12-12 Thread Rajesh Patwardhan
Title: RE: meaning of "P"?





Does CVS server decide about whether to send a patch or complete Update depending on the access method used.
Since I observed that when I used pserver method the same file update was designated with P but in local access mode it was a U. 

Regards,
Rajesh


-Original Message-
From: Felix Moedritscher [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 12, 2001 3:10 AM
To: [EMAIL PROTECTED]
Subject: Re: meaning of "P"?



Larry Jones <[EMAIL PROTECTED]> wrote:
> Have you tried adding it to .cvsignore?


Well, I added another .cvsignore in the directory itself and now it works
;-)


Content of this .cvsignore: "*"


Thx for all the hints,
-- 
Felix Moedritscher    | Email: [EMAIL PROTECTED]
Student of Telematics | http://c-125.vc-graz.ac.at/~felix
Graz University of Technology |
-
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs





Re: Strange "CVS update -C" behavior

2001-12-12 Thread Dennis W. Bulgrien

"cvs update -C" gives me different strange behavior:  cvs server: invalid
option -- C

Using Cygwin's:
Concurrent Versions System (CVS) 1.11 (client/server)
with Linux's:
Concurrent Versions System (CVS) 1.10.5 (client/server)

516=$ cvs update --help
update: invalid option -- -
Usage: cvs update [-APdflRp] [-k kopt] [-r rev|-D date] [-j rev]
[-I ign] [-W spec] [files...]

...
-C  Overwrite locally modified files with clean repository
copies.
...

517=$ cvs update -C
(Locally modified app.f moved to .#app.f.1.21)
cvs server: invalid option -- C

"Matthew Versluys" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> If I'm working on a file and then realize I want to discard my changes I
can
> use cvs update -C to get a clean copy.


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Migrating from CVS 1.9 to CVS 1.11

2001-12-12 Thread Larry Jones

Datla, Raghav writes:
> 
> I am planning to move the repository which was using CVS 1.9 to CVS
> 1.11.
> 
> Do I need to do anything to make the repository compatible with the new
> version other than just moving the repository?.

Probably not.  Please read the NEWS file to make sure:


-Larry Jones

You don't get to be Mom if you can't fix everything just right. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: "co -d ." broken for non-local repository

2001-12-12 Thread Larry Jones

Scott McDermott writes:
> 
> However when I use :ext: method instead of local fs I get the nonsense
> error:
> 
>cvs server: existing repository /path/to/repo does not match /path/to/repo/CVSROOT
>cvs server: ignoring module module
> 
> Can someone tell me if this is a bug or not?  If it is I will attempt to
> fix it.

It's a bug.

-Larry Jones

TIME?!  I just finished the first problem! -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: if i can't commit a file, can i remove it??

2001-12-12 Thread Larry Jones

Elisabeth L. writes:
> 
> I add a file to the cvs server. When i look for the status of this file,
> it's locally added but my client program say that the file is only Local.
> 
> Ok, maybe this is an error for the client program, (Forte for java 3.0, cvs
> command line module ) , but the really think that i like to know is if i can
> remove this file and then add it again.

You need to commit the file to actually put it in the repository:



-Larry Jones

The surgeon general should issue a warning about playing with girls. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



problem getting cvs gzipped binary

2001-12-12 Thread Michael D. Rucki

Hello,

I'm trying to get a copy of the CVS binary for AIX from the link at:

http://www.cvshome.org/dev/codeunix.html

I am not able to get the gzipped file correctly (it comes consistently as either
garbage in the browser via left-click, or garbaged file as right-click/save link
as...). I have tried all sorts of permutations of settings in my browser
settings, .mailcap file, and app-defaults/Netscape file. For the record, I can
correctly download gzipped files from elsewhere on the web.

Thanks for any help.

-Michael
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Cannot rename ",filename,", to "filename,v": File Exists when tag

2001-12-12 Thread Larry Jones

Wong Wahmeng-r32813 writes:
>  
> Sometimes I encounter this problem. The problem occurs when I tag a module. A file 
>is somehow not able to be tagged and following errors appear on my WinCVS window. 
>Most of the files under this module were successfully tagged.
>  
> cvs -q rtag EAP_PROD_1_0 CIM-EI
> cvs [rtag aborted]: cannot rename files 
>H:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\TCP-9600/,TCP9600drv.dll, 
>toH:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\S-EAP6\TCP-9600/TCP9600drv.dll,v: 
>File exists

You have a file permissions problem -- the system is not allowing you to
delete the existing RCS file for some reason.

-Larry Jones

Oh, what the heck.  I'll do it. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Strange "CVS update -C" behavior

2001-12-12 Thread Mark D. Baushke

Hi Dennis,

The -C option to cvs update was introduced in cvs version 1.11 and is
NOT present in the 1.10.5 version. You need to have it implemented on
both the client and the server cvs executables to use this feature.

I suggest you consider doing an upgrade of your linux version to cvs
1.11.1p1. Copies of the RPM for various linux releases may be found on
rpmfind.net if you don't want to build it yourself. Or go to the
www.cvshome.org site and download the sources yourself.

Enjoy!
-- Mark

> From: "Dennis W. Bulgrien" <[EMAIL PROTECTED]>
> Date: Wed, 12 Dec 2001 09:27:29 -0600
> 
> "cvs update -C" gives me different strange behavior:  cvs server: invalid
> option -- C
> 
> Using Cygwin's:
> Concurrent Versions System (CVS) 1.11 (client/server)
> with Linux's:
> Concurrent Versions System (CVS) 1.10.5 (client/server)

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: meaning of "P"?

2001-12-12 Thread Larry Jones

Rajesh Patwardhan writes:
> 
> Does CVS server decide about whether to send a patch or complete Update
> depending on the access method used.

Yes; patches are only used with remote repositories.

-Larry Jones

That gives me a FABULOUS idea. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



How can I search the archives...

2001-12-12 Thread Max . Hyre

   ...without downloading the whole 48 MB from

http://mail.gnu.org/pipermail/info-cvs.mbox/info-cvs.mbox?

(I've just joined the list, and would like to do some research
before posting.)
--

 Best wishes,

  Max Hyre
 

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Strange "CVS update -C" behavior

2001-12-12 Thread Larry Jones

Dennis W. Bulgrien writes:
> 
> "cvs update -C" gives me different strange behavior:  cvs server: invalid
> option -- C
> 
> Using Cygwin's:
> Concurrent Versions System (CVS) 1.11 (client/server)
> with Linux's:
> Concurrent Versions System (CVS) 1.10.5 (client/server)

You need to update the server -- update -C was added in CVS 1.10.8.

-Larry Jones

Yep, we'd probably be dead by now if it wasn't for Twinkies. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: meaning of "P"?

2001-12-12 Thread Eric Siegerman

On Wed, Dec 12, 2001 at 10:40:44AM -0500, Rajesh Patwardhan wrote:
> Does CVS server decide about whether to send a patch or complete Update
> depending on the access method used.
> Since I observed that when I used pserver method the same file update was
> designated with P but in local access mode it was a U. 

Yes.  In local mode, it doesn't bother generating patches,
presumably since it would be (marginally) more expensive than
just copying the file.

When (in client/server mode) it sends a patch, it checks
afterward that the file was patched correctly; if not, it falls
back to a straight copy ("U").

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.[EMAIL PROTECTED]
|  |  /
The world has been attacked.  The world must respond ... [but] we must
be guided by a commitment to do what works in the long run, not by what
makes us feel better in the short run.
- Jean Chrétien, Prime Minister of Canada

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: How can I search the archives...

2001-12-12 Thread Matt Riechers

[EMAIL PROTECTED] wrote:
> 
>...without downloading the whole 48 MB from
> 
> http://mail.gnu.org/pipermail/info-cvs.mbox/info-cvs.mbox?
> 
> (I've just joined the list, and would like to do some research
> before posting.)

There are other archives listed at 

-Matt

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: How can I search the archives...

2001-12-12 Thread Larry Jones

[EMAIL PROTECTED] writes:
>
[How can I search the archives...]
>...without downloading the whole 48 MB from
> 
>   http://mail.gnu.org/pipermail/info-cvs.mbox/info-cvs.mbox?
> 
> (I've just joined the list, and would like to do some research
> before posting.)

Never assume people can see your subject line and your message at the
same time.

One place you can search the archives is:

< http://ccvs.cvshome.org/servlets/SearchList?listName=info>

-Larry Jones

There's never enough time to do all the nothing you want. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: problem getting cvs gzipped binary

2001-12-12 Thread Larry Jones

Michael D. Rucki writes:
> 
> I am not able to get the gzipped file correctly (it comes consistently as either
> garbage in the browser via left-click, or garbaged file as right-click/save link
> as...). I have tried all sorts of permutations of settings in my browser
> settings, .mailcap file, and app-defaults/Netscape file. For the record, I can
> correctly download gzipped files from elsewhere on the web.

What makes you think it's "garbaged"?  A frequent problem is that your
browser unzips the file but doesn't remove the .gz suffix.  If that's
not the problem, try downloading with a real FTP client instead of a
browser.

-Larry Jones

What's the matter?  Don't you trust your own kid?! -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: if i can't commit a file, can i remove it??

2001-12-12 Thread James A. N. Stauffer

If you do an add and don't do a commit you can do a remove to undo the add.
--- "Elisabeth L." <[EMAIL PROTECTED]> wrote:
> I add a file to the cvs server. When i look for the status of this file,
> it's locally added but my client program say that the file is only Local.
> 
> Ok, maybe this is an error for the client program, (Forte for java 3.0,
> cvs
> command line module ) , but the really think that i like to know is if i
> can
> remove this file and then add it again.
> 
> It is possible.
> 
> thanks.


=
=o o o o o o o . . .  __ _===_||___
   o  _   |  James A. N. Stauffer  | | Stauffer_James |
 .][__n_n_|DD[    | Spam food: [EMAIL PROTECTED] | |   @yahoo.com   |
>(|__|_[]_||_||
_/oo O oo`  ooo  ooo  'o¬o¬o  o¬o¬o` 'o¬o  o¬o`

__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



SSH and WinCVS

2001-12-12 Thread Jack Baty

Hi,

I hope this isn't too far OT...

I'm successfully using WinCVS (1.3.6.1 Beta 6) on two Win2000 machines.
Connection is via SSH to a repository on FreeBSD.

I'm running into a problem connecting from a third machine (Win2000 also).
I'm fairly certain I've followed the WinCVS documentation properly, but the
key is being refused by the server. Here's the output when using the -v
option in WinCVS (only the host and user names have been modified)...

SSH Version 1.2.14 [winnt-4.0-x86], protocol version 1.4.
Standard version.  Does not use RSAREF.
ssh_connect: getuid 0 geteuid 0 anon 0

Connecting to host.domain.com [208.xxx.xxx.xxx] port 22.

Connection established.

Remote protocol version 1.99, remote software version OpenSSH_2.3.0 FreeBSD
localisations 20010713

Waiting for server public key.

Received server public key (768 bits) and host key (1024 bits).

Host 'host.domain.com' is known and matches the host key.

Initializing random; seed file C:\Documents and Settings\user\My
Documents/.ssh/random_seed

IDEA not supported, using 3des instead.

Encryption type: 3des

Sent encrypted session key.

Received encrypted confirmation.

Trying RSA authentication with key '[EMAIL PROTECTED]'

Server refused our key.

Doing password authentication.


...then it hangs until I force the DOS window closed. Any idea what I may be
missing?


-- 
Jack Baty
Fusionary Media - http://www.fusionary.com/


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: --allow-root and init via SSH

2001-12-12 Thread Gerhard Sittig

On Tue, Dec 11, 2001 at 13:12 -0500, Larry Jones wrote:
> Greg A. Woods writes:
> > 
> > > Is --allow-root evaluated for "cvs server" in the current development
> > > version, or is it at least on the todo list? 
> > 
> > Now you're really asking for trouble.  [ ... slight misreading :) ... ]
> 
> He was speaking of the CVS --allow-root= option that specifies (for
> pserver) what the allowable CVSROOT directories are.

So, *is* the --allow-root option evaluated for the "cvs server"
case?  I did a very quick test lately trying to restrict access
to one of two repos but still was allowed to access both of them.
Since I'm not absolutely positive that I did everything right,
could somebody please verify or deny that it's worth to try this
combo (":ext:" plus "--allow-root")?

BTW:  This would be one reason less pushing people towards the
:pserver: method.  And being ortoghonal(sp?) cannot be wrong. :>


virtually yours   82D1 9B9C 01DC 4FB4 D7B4  61BE 3F49 4F77 72DE DA76
Gerhard Sittig   true | mail -s "get gpg key" [EMAIL PROTECTED]
-- 
 If you don't understand or are scared by any of the above
 ask your parents or an adult to help you.

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: logs of revisions since release (repost)

2001-12-12 Thread Chuck . Irvine

Larry,

Sorry for the repost, but I didn't get a specific response 
from you on this, so I thought I would repost a shorter and
hopefully clearer message. Please see below. Thanks

Chuck


> > 
> > For each release, we tag our repository, so say I have tags  R1 and 
R2. 
> > Passing "-rR1:R2" to the log command won't work because  this will 
give 
> > me the log message for the release corresponding to R1. 
> > 
> > "-rR1::R2" won't work because this doesn't give me a log  message 
for 
> > R2, which I need. 
> 
> -rR1::R2 -rR2
> 
> -Larry Jones
> 

Thanks for the suggestion but either it's not working
or I am misunderstanding.

My problems are illustrated below. The lines prefixed 
with "***" are my comments. Everything else is 
a log of cvs command invocations. 

My desired result is to print out revision logs for all 
new revisions on my build branch:

 CVS Command Interaction Log 

*** First create a file and check it in to the trunk:

> touch foobar
> cvs add foobar
cvs server: scheduling file `foobar' for addition
cvs server: use 'cvs commit' to add this file permanently
> cvs ci -m "first foobar ci" foobar
RCS file: /cm/cvsroot/scratch/foobar,v
done
Checking in foobar;
/cm/cvsroot/scratch/foobar,v  <--  foobar
initial revision: 1.1
done

*** The following CVS command should not produce any revision logs 
since, 
*** by definition, there were no revision logs between 1.1 and 1.1. 
*** I'm using revision "1.1" for both starting and ending tags to 
*** account for the case where a file has no new revisions between
*** the start and end tag. However the command invocation gives the 
*** log for r1.1.

> cvs log -r1.1::1.1 -r1.1 foobar

RCS file: /cm/cvsroot/scratch/foobar,v
Working file: foobar
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:

revision 1.1
date: 2001/12/06 22:44:36;  author: ccu1258;  state: Exp;
first foobar ci
===

*** Now create a branch on foobar

> cvs tag -b br foobar
T foobar

*** Update to the new branch

> cvs update -r br foobar
U foobar

*** Invoke the following to see all revision logs
*** on branch "br" between r1.1 and r1.1. Keep in
*** mind that since foobar hasn't changed on the
*** branch, two subsequent branch tags would 
*** point to the revision branched on.

> cvs log -r1.1::1.1 -r1.1 foobar

RCS file: /cm/cvsroot/scratch/foobar,v
Working file: foobar
head: 1.2
branch:
locks: strict
access list:
symbolic names:
br: 1.1.0.2
keyword substitution: kv
total revisions: 2; selected revisions: 1
description:

revision 1.1
date: 2001/12/06 22:44:36;  author: ccu1258;  state: Exp;
first foobar ci


*** Again, no revision logs should have been printed, this
*** time since no revisions have been made on the trunk



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



ANNOUNCE: Updated document available (CVS, Windows, ssh)

2001-12-12 Thread James Knowles

Thanks to some tremendous community input, my notes for setting up a Windows
workstation to use a remote CVS server have been updated. 

Some people have found this useful, so I'm making a general announcement
here. Otherwise, it's just a bunch of personal notes to compensate for an
imperfect memory. YMMV. Void where prohibited. Do not operate heavy
machinary or drive while using this product. 

http://www.ifm-services.com/people/jamesk/papers/cms/cvs-win32-client.html

Happy holidays


-- 
I'm Batman! Oh, wait, no I'm not..
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: SSH and WinCVS

2001-12-12 Thread James Knowles

> I'm successfully using WinCVS (1.3.6.1 Beta 6) on two Win2000 machines.
> Connection is via SSH to a repository on FreeBSD.
> I'm running into a problem connecting from a third machine (Win2000 also).
...
> Server refused our key.

I don't know details, but I'll take a stab at this.

Did you generate a new public/private keypair and put the public key into
~/.ssh/authorized_keys? Is ~/.ssh world or group readable? (Generally a
no-no.) 

IIRC that message comes up when ssh is talking correctly, but can't
automatically authenticate due to some glitch with the keys. 

-- 
You know, Hobbes, some days even my lucky rocketship underpants don't help.
- Calvin
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



[광 고] 전화번호 무료가입 등록, 무제한 통화

2001-12-12 Thread 헬로우텔
Title: ÀÎÅÍ³Ý ¹«·á ÀüÈ­¹øÈ£ µî·Ï°ú ÃÖÀú°¡ ÀüÈ­±â ÆǸŠÀ̺¥Æ® !





   
 
  
 
  
  
  

 
  
  
  

 
  ÀúÈñ Çï·Î¿ìÅÚÀ» ÀÌ¿ëÇÏ¿© ¿¹¾à°¡ÀÔÀ» ÇϽŠ°í°´´Ôµé¿¡°Ô 
°¨»çÀÇ ¸¶À½À» ÀüÇÏ°íÀÚ
ÀÎÅͳݿë USB PHONEÀ» ¼±Âø¼ø ¸¸¸í¿¡ ÇÑÇÏ¿© ÃÖÀú°¡¿¡ µå¸³´Ï´Ù.


  

  
  
  
 
   

  

 
  

   

  
   

   

  
   
   - ±âÁ¸ÀÇ ÀÏ¹Ý ÀüÈ­¹ø·Î¸¦ ±×´ë·Î »ç¿ëÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.
    - USB ÀÎÅÍÆäÀ̽º·Î PLUG & PLAY¸¦ Áö¿øÇϹǷΠ¼³Ä¡ ¹× »ç¿ëÀÌ °£Æí
  
   

  
   
   - »ç¿îµå Ä«µå¸¦ ³»ÀåÇÏ¿© ÃÖ»óÀÇ ÅëÈ­ À½Áú·Î ÀÎÅͳÝÀüÈ­ °¡´É
    - ÅëÈ­Áö¿¬À̳ª ²÷±è, ¿¡ÄÚÇö»ó,ÀâÀ½ÀÌ °ÅÀÇ ÀÏ¹Ý À¯¼±ÀüÈ­ ¼öÁØ
  
   

  
   
   - ±âº»·á ¿ù 4,000¿øÀ¸·Î ¿¬ÀÎ,Ä£±¸,°¡Á·,µ¿È£È¸¿ø°£ ¹«Á¦ÇÑ 
  ÅëÈ­
    - Àü±¹/½Ã³»¿ä±Ý 39¿ø,ÈÞ´ëÆù ÃÖ´ë 21%,±¹Á¦ÀüÈ­ ÃÖ´ë 95%·Î Àú·Å
    - Àü¼¼°è 230°³±¹ ÅëÈ­ ¹× ÇØ¿Ü¿¡¼­ ÀÚµ¿ ·Î¹ÖÀÌ °¡´É
  

  

 
   

  

  
  ¾Æ·¡ ÁÖ¼Ò·Î ¿À¼Å¼­ ǪÁüÇÑ °æÇ° Çà»ç¿Í ÇÔ²² °øµ¿±¸¸Å¿¡ Âü¿© ÇϽñ⠹ٶø´Ï´Ù.

¢º http://www.hellotel.co.kr
  
   


¸ÞÀϼö½Å°ÅºÎ¸¦ ¿øÇϽøé '¼ö½Å°ÅºÎ'¶ó°í 
Ç¥±âÇÏ¿© º¸³»Áֽñ⠹ٶø´Ï´Ù.
  

  
  
¨Ï 
  Copyright 2001 Çï·Î¿ìÅÚ All rights reserved.
  





Re: cvs co error: "No space left on device"

2001-12-12 Thread James Knowles

> What we did was to increase the size of /tmp and put in a cron job to
> remove anything in /tmp that was over a couple of days old.  Since
> your /tmp is only 6% full, it looks like you don't have the slow
> filling-up problem we had, but you may need to enlarge /tmp.

You can also use the -T option to use a different directory instead of /tmp.

-- 
The idea that the more helpless one is the safer they are is so irrational
it defies words.
- Patricia Lawson, http://www.armedpassengers.com/
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: --allow-root and init via SSH

2001-12-12 Thread Larry Jones

Gerhard Sittig writes:
> 
> So, *is* the --allow-root option evaluated for the "cvs server"
> case?

No, it is only used for :pserver:.  Historically, the user was in
complete control of the server command line, so it didn't make any sense
to try to use its contents to control what the user was allowed to do. 
Even with SSH, it has to be set up very carefully or it's totally
ineffective.  I haven't yet heard an overwhelming demand to change it.

-Larry Jones

That's one of the remarkable things about life.  It's never so
bad that it can't get worse. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Removing a directory from CVS impossible?

2001-12-12 Thread James Knowles

> dirX/ : exists but is empty
> (I simply haven't found a way to delete a CVS-directory
> entry!!??).

Log onto the CVS server and do a "rmdir". 
cvs update -P should work then.

-- 
When others do a foolish thing, you should tell them it is a foolish thing.
They can still continue to do it, but at least the truth is where it needs
to be.
- Dukat "Babylon 5"
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: logs of revisions since release (repost)

2001-12-12 Thread Larry Jones

[EMAIL PROTECTED] writes:
> 
> Sorry for the repost, but I didn't get a specific response 
> from you on this, so I thought I would repost a shorter and
> hopefully clearer message. Please see below. Thanks

I didn't have anything to say -- you're right, my suggested method 
doesn't work when there are no changes between the two tags.

-Larry Jones

How am I supposed to learn surgery if I can't dissect anything? -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Cannot rename ",filename,", to "filename,v": File Exists when tag ging a module

2001-12-12 Thread Karl E. Jorgensen

[Pls wrap your long lines]
On Wed, Dec 12, 2001 at 06:27:23PM +0800, Wong Wahmeng-r32813 wrote:
> Hello there,
>  
> Sometimes I encounter this problem. The problem occurs when I tag a 
> module. A file is somehow not able to be tagged and following errors 
> appear on my WinCVS window. Most of the files under this module were 
> successfully tagged.
>  
> cvs -q rtag EAP_PROD_1_0 CIM-EI
> cvs [rtag aborted]: cannot rename files 
>H:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\TCP-9600/,TCP9600drv.dll, 
>toH:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\S-EAP6\TCP-9600/TCP9600drv.dll,v: 
>File exists
>  

I've sometimes seen this on WinNT (are you running NT?) and concluded
that wincvs doesn't *always* close files it has used. After having
elimitated the possibility of other people using the file in question, I
found that shutting down wincvs and re-starting it helps. Don't know
why. But it might do the trick for you.

Remember that NT does not allow you to remove files that are open by
somebody, whereas Unix/Linux does. And CVS originates from Unix/Linux.

Since your H: driver is probably a network drive, you might do well to
see who/what uses that file. 

> I checked the repository and I found ",TCP9600drv.dll," file exists under 
>H:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\TCP-9600 folder. I tried to remove 
>this file and redo but obtain the same error. If I don't remove this file and rerun 
>the cvs tag command over the same file, I got following error message:-
>  
> cvs -q tag EAP_PROD_1_0 TCP9600drv.dll
> cvs [tag aborted]: could not open lock file 
>'H:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\TCP-9600/,TCP9600drv.dll,': File 
>exists
>  
>  
> Please advise and appreciate your input to resolve this problem. 
> Thanks in advance!!!
>  
> Regards,
> Wah Meng

-- 
Karl E. Jørgensen
[EMAIL PROTECTED]
www.karl.jorgensen.com
 Today's fortune:
Less is more or less more
-- Y_Plentyn on #LinuxGER



msg15469/pgp0.pgp
Description: PGP signature


How to merge with my cvs

2001-12-12 Thread David D

Hello,

I've got a problem taht I don t know how to resolve !

I work with a designer fot my site, I give him a version of my site not
tagged I think.
He remove all the cvs dire he s got on it an d gave me his job.

I dont know how to merge difference know, because the repository dont know
for wich file
he has to compare ?

How can i do know.

thanks.





___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: How to merge with my cvs

2001-12-12 Thread Sasha Case

At 12:11 AM 13/12/2001 +0100, David D wrote:
>I work with a designer fot my site, I give him a version of my site not
>tagged I think.
>He remove all the cvs dire he s got on it an d gave me his job.

1. Checkout a copy of the module based on date/time using -D.  Use the date 
that you gave him the files.
2. Copy his changed files over to the checked out copy.
3. Do a cvs update to bring in any changes that you have commited since you 
gave the files to the designer, resolve any conflicts and ensure everything 
merged smoothly.
4. cvs commit the changes.
5. If the designer is doing more work, give the designer the up to date 
files, including cvs directories, and tag the appropriate files in the 
repository in case he loses the cvs/ directories again.

Let me know how it goes.

---
Sasha Case
Development Engineer, Clarity EQ Pty Ltd
Tel: +61-2-9905-6277, Fax: +61-2-9905-8066
Public key available at ldap://keyserver.pgp.com (ID: 0xCFADA4B7)


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



RE: Cannot rename ",filename,", to "filename,v": File Exists when tag

2001-12-12 Thread Wong Wahmeng-r32813

Hello Larry,

Thanks for your input. I don't think the problem is due to a file access permission as 
other files that went through the tagging, possess the same files permissions as well. 
Any other insights?

Regards,
Wah Meng

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 13, 2001 12:17 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Cannot rename ",filename,", to "filename,v": File Exists
when tag


Wong Wahmeng-r32813 writes:
>  
> Sometimes I encounter this problem. The problem occurs when I tag a module. A file 
>is somehow not able to be tagged and following errors appear on my WinCVS window. 
>Most of the files under this module were successfully tagged.
>  
> cvs -q rtag EAP_PROD_1_0 CIM-EI
> cvs [rtag aborted]: cannot rename files 
>H:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\TCP-9600/,TCP9600drv.dll, 
>toH:\TSC_IS\EI_CVS\RELEASE_REPOSITORY\CIM-EI\S-EAP6\S-EAP6\TCP-9600/TCP9600drv.dll,v: 
>File exists

You have a file permissions problem -- the system is not allowing you to
delete the existing RCS file for some reason.

-Larry Jones

Oh, what the heck.  I'll do it. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Subject: Stocking service for furniture 家具采购服务

2001-12-12 Thread =?gb2312?q?=B9=FA=BC=CA=C9=CC=C3=B3=B4=F3=C8=AB_

Dear Sirs,
Pls forgive us to mail this letter to you without your permission.
If you wish never to receive our e-mail again, please send a blank e-mail to 
[EMAIL PROTECTED] and your e-mail address will be removed from our mailing list.
Thanks for your cooperation!


Subject: Stocking service for furniture

The China International Furniture Network , established at Sunde ,Guangdong which is 
the Furniture Capital of the world , is an information platform that serves the global 
furniture branches. Our Center is supervised by government and it provides complete 
service for the purchasing group s, from China or the world, and the import and export 
dealers ,the organ units ,the schools, the armies, the cabarets, the families. We 
cooperate with the distinguished mediums and the furniture
manufactures ,dealers and the related organs and provide you the price of exporting, 
the furniture inspecting , the long-distance transportation and the furniture bough 
withdrawn£¬exchanged and repaired services. You won¡¯t bother such things.
You only provide the types ,amounts, price, and the delivery address of the furniture 
you will
Buy or sell and we will do well all the other things and wait for you arriving.

The link : Ms Wu, Ms Wang, Ms Luo
TEL:+86-0765-8838091
Fax:+86-0765-8838092
E-MAIL: [EMAIL PROTECTED]
[EMAIL PROTECTED]
www.777f.com (International Furniture network,china)
www.777yp.com (China International Yellow Pages)
The Furniture Purchasing Center
China International Furniture network





¼Ò ¾ß ²É ¹º ·þ Îñ

ÄúÊÇ·ñ¶ÔÐÄÒÇÒѾõļҾ߿îʽ¡°êéê족¶àʱ£¡
ÄúÊÇ·ñ¶ÔÉ̼ҳÐŵµÄ¼Ò¾ßÆ·ÖÊÒÉ»ó²»ÒÑ£¡
ÄúÊÇ·ñ¶Ô°º¹óµÄ¼Ò¾ß¼Û¸ñÓÌÔ¥²»¾ö£¡
ÄúÊÇ·ñ¶ÔÉ̼ҳÐŵµÄÊÛºó·þÎñÓÇÐÄâçâ磡
»¹Óгö¿Ú¡¢±¨¹Ø¡¢ÔËÊä¡¢¼Û¸ñ¡­¡­

ÔÚ˳µÂÀÖ´Ó£¬Ê®Àï¼Ò¾ß³¤ÀÈ£¬ÍòÉÌÔƼ¯£¬Ò»Íò¶à¸ö¼Ò¾ßÆ·ÖÖ£¬ÁÕÀÅÂúÄ¿£»ÕâÊǹæÄ£µÄÓÅÊÆ£¬ÎªÄúÌṩÁ˸ü¶à¸üÓŵÄÑ¡Ôñ¿Õ¼ä£¬µ«¹æÄ£µÄ±³ºó£¬Í¬Ê±Ò²Òâζ×ÅÄúÓиü¶àµÄ³¤Í¾°ÏÉ棬¸ü¶àµÄÀÍÀÛ±¼²¨£¬Í¶ÈëÒ»±Ê²»Ð¡µÄ¿ªÏú£¬ÔټӼҾ߲ÄÁϵÄÑ¡Ôñ²»Í¬£¬Éú²ú¹¤ÒÕµÄÁ¼Ý¬²»Æ룬ÏúÊÛ¼Û¸ñµÄÐüÊâ¡£ÕâЩ¶¼ÊÇÀ§ÈÅÄú¼Ò¾ß²É¹ºµÄÔ­Òò¡£

Öйú¹ú¼Ê¼Ò¾ßÍøÒ»Ò»½«ÎªÄú½â¾ö·²´ËµÄÀ§»óºÍÓdzÌùÐÄΪÄú·þÎñ¡£ÎÒÃÇÊÇÕþ¸®²¿Ãżල£¬×¨ÃÅÃâ·ÑΪ¹úÄÚÍâ²É¹º¼¯ÍÅ¡¢½ø³ö¿ÚÉÌ¡¢»ú¹Øµ¥Î»¡¢Ñ§Ð£¡¢²¿¶Ó¡¢¾Æµê¡¢·¿µØ²ú¼°¸öÈËÏû·ÑÕßÌṩÕûÌ×·þÎñµÄ¼Ò¾ß²É¹ºÖÐÐÄ£¬ÎÒÃǺͺ£ÄÚÍâ¸÷´ó¼Ò¾ß·½ÃæµÄÖªÃûýÌåÇ¿Ç¿ÁªÊÖ£¬ºÍ¸÷´ó¼Ò¾ßÉú²ú¡¢¹©Ó¦É̾«³ÏºÏ×÷£¬ÎªÄúÌṩ³ö¿Ú±¨¹Ø¡¢¼Ò¾ßÉ̼졢³¤Í¾ÔËÊäµÈһϵÁÐÓÅ»¯·þÎñ¡£

ÄúÖ»ÒªÌṩ¹ºÂò»ò²É¹º¼Ò¾ßµÄÀà±ð¡¢ÊýÁ¿¡¢¼Û¸ñ¡¢ÔË»õµØÖ·£¬ÎÒÃǾͻἰʱ×éºÏÏà¹ØÉú²úÆóÒµºÍÔËÊ䲿ÃÅ£¬×÷ºÃ³ä·Ö×¼±¸£¬µÈ´ýÄúµÄ²Î¹Û¡¢Ñ¡¹º¡£²¢³ÐŵÓÅÖʵÄÊÛºó·þÎñ£¬ÈçÄú·¢ÏÖÓÐÈκÎÖÊÁ¿ÎÊÌ⣬Ç뼰ʱ½«ÐÅÏ¢·´À¡¸øÎÒ·½£¬ÎÒÃÇ»áΪÄúÏòÆóÒµÒªÇó±£Ö¤ÍË¡¢»»¡¢ÐÞÈý°ü·þÎñ¡£

Öйú¹ú¼Ê¼Ò¾ßÍø²É¹º·þÎñÖÐÐÄÕæÕýʹÄúÔڼҾ߲ɹºÊ±ÂòµÄ¿ªÐÄ¡¢ÓõķÅÐÄ£¡ÈÃÄú³ÃÐ˶øÖÁ¡¢ÂúÒâ¶ø¹é£¡





 Öйú¹ú¼Ê¼Ò¾ßÍø www.777f.com
 ¼Ò¾ß²É¹º·þÎñÖÐÐÄ
 ÁªÏµÈË£ºÎéСÁá¡¢ÂÞÈðÇí¡¢ÍõÑÞ¡¢
 ²É¹ºÈÈÏߣº0765-8838091¡¢8838092
 ´«Õ棺0765-8838091
 E-MAIL£º[EMAIL PROTECTED]   [EMAIL PROTECTED]
 µØ Ö·£º¹ã¶«Ë³µÂÀÖ´Ó¹ú¼Ê¼Ò¾ß²©ÀÀÖÐÐĶþÂ¥ÉÌÎñÖÐÐÄ
 ÓÊ ±à£º528315






Èç¹ûÎÒÃǵÄÓʼþ´òÈÅÁËÄú£¬ÎÒÃDZíʾÍò·ÖµÄǸÒ⣬ϣÍûÄúÏòÎÒÃǵķ¢ÐÅÓÊÏä([EMAIL PROTECTED])·¢Ò»·âÎÞÄÚÈÝÎÞ±êÌâµÄE-mail£¬ÎÒÃǽ«°ÑÄúµÄE-mailµØÖ·´Ó
ÎÒÃǵÄÓʼþ¿âÖÐÇå³ý£¬ÒÔ±£Ö¤²»»áÔٴδòÈÅÄú£¬Ð»Ð»ºÏ×÷¡£



 Öйú¹ú¼Ê¼Ò¾ßÍø

 °¢»ª



  


Cisco,3Com,D-linkµÈÍøÂç²úÆ·´ÙÏú£¨ÇëÓÃÖÐÎıàÂëÔĶÁ£© #5B15

2001-12-12 Thread husj
Title: ×ð¾´µÄÏÈÉú






×ð¾´µÄÏÈÉú/Ůʿ£¬ÄúºÃ£º
    ÎÒ¹«Ë¾Ö÷Òª´ÓÊÂCISCO¡¢3COM¡¢D-LINKµÈȫϵÁÐÍøÂç²úÆ·µÄÏúÊÛ£¬»õÔ´³ä×㣬Äêµ×´ÙÏú£¡£¡£¡ÈçÓÐÐèÒª»ò²úÆ·×Éѯ£¬ÇëËÙÓëÎÒÁªÏµ¡£¸ü¶àÎÊÌâÇëä¯ÀÀ±¾¹«Ë¾ÍøÕ¾£º
http://www.htpy.com.cn  ÍøÕ¾»áÔ±×¢²á£¬ÊÕ»ñ¶à¶à£¡£¡
   
    ×£Äú¹¤×÷Óä¿ì£¬ÍòÊÂ˳ÐÄ£¡£¡
¡¡
±±¾©»ÝÌìÆÕÒµ¼ÆËã»ú¼¼ÊõÓÐÏÞ¹«Ë¾
ÏúÊÛÖÐÐÄ£ººúÊ×¾©
µç»°£º010-82685777-102£¬13701098996
´«Õ棺010-82685615
E-mail: [EMAIL PROTECTED]
Óʱࣺ100080
µØÖ·£º±±¾©º£µíÇøÈË´ó±±Â·33ºÅÇßÔ°´óÏÃ909¡¢1203ÊÒ¡£
¡¡







Re: SSH and WinCVS

2001-12-12 Thread Jack Baty

James Knowles, wrote:
> > I'm successfully using WinCVS (1.3.6.1 Beta 6) on two Win2000 machines.
> > Connection is via SSH to a repository on FreeBSD.
> > I'm running into a problem connecting from a third machine (Win2000 also).
> ...
> > Server refused our key.
> 
> I don't know details, but I'll take a stab at this.
> 
> Did you generate a new public/private keypair and put the public key into
> ~/.ssh/authorized_keys? Is ~/.ssh world or group readable? (Generally a
> no-no.) 
> 

Yes, I generated a new keypair. It's odd, because I can connect via command
line ssh from the Win2k box with no password prompt, which I assume means
that the key is working.

Thanks.

-- 
Jack Baty
Fusionary Media - http://www.fusionary.com/


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



More on root commits

2001-12-12 Thread Harry Putnam

Running a very recent (3days) ccvs.  

I want to commit as root.  Its the easiest way on my setup.
However following Larrys' advice about editing src/options.h is not
working for me here.

Run ./configure  Then edit out the section in src/options.h about
BADROOT.  Completely remove those three lines.  When I run make
options.h gets overwritten with the original content.

OK, so try editing src/options.h.in by removing that section. 

Run make distclean edit src/option.h.in
./configure

Now checking src/options.h to see that it contains nothing about
BADROOT.  It does not.

make && make install
But still cvs doesn't allow me to commit as root.

I thought maybe since it was a remote connection that cvs server on
the other end was doing it. So compiled that (current released)
version in the same way.  Commenting out the lines about BADROOT after
running ./configure.

Now both client and server have been compiled with BADROOT edited
out.  Still root is not allowed to commit.

Anyone know what might be going on here?
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Ignoring (binary) files in update/commit

2001-12-12 Thread Fabian Cenedese

Hi

I've read through the archive and there are quite a lot of postings concerning
one or the other aspect but I still have a problem. My first intention was 
to store
the binary project files in the repository as well as the source code. But 
this only
to have a compileable project after a checkout. I don't want the project to get
updated as it is changed on every open. This would blow up the repository for
nothing.

1. How can I exclude a (local) file from being updated or committed if it 
is in the
repository? Neither -I nor CVSIGNORE helped on this. They only work if a local
file is NOT in the repository. (I haven't tried .cvsignore as it is not 
that easy
to create such a file under Windows...)

Then I thought I could store them in a second module in the same repository.
So I'd have version control without checking it every time as it is in a 
different
module than the source code. I could set it up but had problems in checkout.

2. Can I checkout from different modules/roots into the same directory? When
I tried cvs complained as there already were cvs files so it couldn't 
handle files
in the same directory from different modules.

After reading the archive about this I decided it wasn't a good idea to 
store the
project files in a repository anyway. I can hold it some place else and copy it
to my checked out source files. Works but not very neat.

3. How do the "professional" cvs projects handle this problem? I mean even cvs
itself is organized as cvs project. When I check out the sources are there also
project files? Don't they get updated or committed if they change?

FYI I'm using the downloaded 1.11.1p1 under WinNT4 on a local repository.

Thank you

F. Cenedese



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs