Re[1]: Re[1]: check out problem

2000-06-29 Thread Bruno Douangvichith

Hi,
for the step3, i mean  :
  a. i commit the module with the command :
  "cvs commit test_cvs"
  b. i put a tag to the module with the command :
  "cvs rtag TAG-2328 test_cvs"
for those steps, there's no particular output 
step4 :
  a. i delete , in my working directory, the directory
"test_cvs".
  b. i execute the following command :
 "cvs co -A -r TAG-2328 test_cvs"
for the rest, would you read my precedent mail...

Regards.


 ---Message d'origine---
 De : [EMAIL PROTECTED] (Larry Jones)
 Date : 28/06/100 16:58:17

 Bruno Douangvichith writes:
 
  3. i commit the module "test_ct" with the tag
  "TAG-2328".

 Like I said, there is no such thing as "commit with tag".
 Don't "show
 us step by step", tell us exactly what commands you typed
(and,
 preferably, the output from CVS)!  And don't tell me,
tell
 [EMAIL PROTECTED] -- there are lots of other people who
may be better
 able to help you.

 -Larry Jones

 From now on, I'm devoting myself to the cultivation of
 interpersonal relationships. -- Calvin



__
BoƮte aux lettres - Caramail - http://www.caramail.com




WinCVS case problem

2000-06-29 Thread Michael S. Tsirkin

Hello!
I am using WinCVS 11b4
I have the following problem:
when a file is created with a mixed-case
(upper/lower) name, e.g. BuildFlow.html

After I add it to cvs and commit, in the repository
I see the file buildflow.html

Therefore, this is a conflict (because windows
ignores case), and I can not update.
On the other hand, the file appears as not in CVS.

Did someone else encounter a similiar behaviour?

Anyway, it would be helpful if WinCVS would 
recognise this problem (when new and old file names
are identical except for the problem)
and either try to handle it somehow, or give a 
meaningful message.

Thanks,
MST

-- 
This message content is not part of Intel's views or affairs
Michael S. Tsirkin
   Four things are to be strengthened: Torah,and good deeds,
   prayer and one's good manners (Berachoth)




WinCVS non-cvs directory problem

2000-06-29 Thread Michael S. Tsirkin

Hello!
I am using WinCVS 11b4 on Win98.
I encountered the following problem:
a directory is marked with V sign in the
browser window, even if it is not under CVS,
just like directories that are under CVS.

There does not seem to be any information that
a directory needs to be added to CVS.

Any tips?

Thanks,
MST


-- 
This message content is not part of Intel's views or affairs
Michael S. Tsirkin
   Four things are to be strengthened: Torah,and good deeds,
   prayer and one's good manners (Berachoth)




Import empty directories?

2000-06-29 Thread Jesper
Title: Import empty directories?





When I import no empty directories are included. Is it possible to include empty directories in imports (instead of using cvs add subdir afterwards)? I use cvs 1.10.6 on Red Hat 6.1 via pserver.

Best regards
Jesper


__
Jesper Markenstam [EMAIL PROTECTED]
10 Fenchurch Avenue, London EC3M 5BN
phone: 02076655050 fax: 02076655060
http://www.andelconsulting.com





Re: .trunk patch 06-28-2000

2000-06-29 Thread Stephen Cameron

I wrote:

 I just tried my 6-28-2000 ".trunk" patch 
 against 1.10.8 on SCO unixware 7.

 It failed log-14.

Ah. Now that I'm home, I sse the problem.
The diffs between the 1.10.8 and the development
version are too great for my patch to work with
1.10.8.

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/




WinCVS: # of lines changes incorrect and inconsistent

2000-06-29 Thread Veronica Lee

Hello,

I am using WinCVS as a client tool to access CVS Server in UNIX.
Sometimes when you add 1 line to a 900-line file and the change was
interpreted as adding 901 lines and removing 900 lines.

I have tried it in both UNIX using CVS and WinCVS and sometimes I can
duplicate this problem; other times I can't.  

In order to use diff function, which is important to our developers in
the coding process, we really need CVS to recognize # of lines changed
correctly.  

Could anyone shed some light as to why this is happening from time to
time and how to work around it?  Thanks.

Veronica

=

veronica lee  [EMAIL PROTECTED]

"Kindness comes from a place in the heart." ~Flavia

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/




Re: Re[1]: Re[1]: check out problem

2000-06-29 Thread Larry Jones

Bruno Douangvichith writes:
 
 for the step3, i mean  :
   a. i commit the module with the command :
   "cvs commit test_cvs"
   b. i put a tag to the module with the command :
   "cvs rtag TAG-2328 test_cvs"
 for those steps, there's no particular output 

What do you mean, "there's no particular output"?  "cvs commit" should
have told you it was removing the file -- did you just delete it and not
"cvs remove" it?  And why are you giving commit a directory name? 
Commit is normally done from within the working directory (a term you
seem to be misusing, by the way: a "working directory" is a directory
that you checked out from CVS, not the parent directory where you did
the checkout) without specifying any files.  And why are you using rtag?
Tags are normally applied using tag in a working directory.  And, if you
want help, why are you so determined not to supply the additional
information I requested?  Is it really that hard to cut-and-paste the
entire sequence of commands you typed and the output you got?  It's
obvious from the above that you don't know what you're doing, so it's
nearly impossible for me to guess exactly what you did wrong.

-Larry Jones

Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us. -- Calvin




Re: WinCVS: # of lines changes incorrect and inconsistent

2000-06-29 Thread Larry Jones

Veronica Lee writes:
 
 I am using WinCVS as a client tool to access CVS Server in UNIX.
 Sometimes when you add 1 line to a 900-line file and the change was
 interpreted as adding 901 lines and removing 900 lines.

That's usually caused by checking out a file on Unix and then committing
it on DOS/Windows or vice versa -- since the systems use different line
ending conventions (LF vs CRLF), CVS sees all the lines as
different although humans don't (since the control characters are
usually invisible).

-Larry Jones

These child psychology books we bought were such a waste of money.
-- Calvin's Mom




automatically locking on checkout ?

2000-06-29 Thread Scott Dudley


is there a way to configure cvs to automatically lock files on
checkout?  i have users of a particular repository that want all files
to be locked (cvs admin lock) upon checkout.

thanks.

--

Microsoft gives you Windows but Unix gives you the whole house!






RE: WinCVS case problem

2000-06-29 Thread Chris Liu

There is at least one exception to case preservation, if you explicitly add
the file:

myFile.txt

with the command

cvs add myfile.txt

When I then delete the mixed case file and then do an update, I get

myfile.txt

Then the file will be added to cvs as myfile.txt. It seems that the command
line case overrides the file's case. Found this in 1.10.8 command line, and
may be related to specific adds in wincvs, haven't tested it.

-Chris


-Original Message-
From: Alexandre Parenteau [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 29, 2000 10:24 AM
To: Michael S. Tsirkin
Cc: [EMAIL PROTECTED]
Subject: Re: WinCVS case problem


Michael,

"Michael S. Tsirkin" wrote:
 Hello!
 I am using WinCVS 11b4
 I have the following problem:
 when a file is created with a mixed-case
 (upper/lower) name, e.g. BuildFlow.html

cvs (and WinCvs) are case-preserving and case-insensitive on Windows. It
means that if you had a file "BuildFlow.html", it garantees that the
server get a file named "BuildFlow.html", and not "buildflow.html".

On the other hand, when the client receives the file, it uses
"BuildFlow.html" as the name. Now how it's displayed in the explorer is
up to the explorer/filesystem.

We get that all the time with cvs on Windows, it should work fine. *But*
you cannot have in the same directory two files which differ only by the
case upper/lower, that's the only restriction I know of.

Regards,
alex.


 After I add it to cvs and commit, in the repository
 I see the file buildflow.html

 Therefore, this is a conflict (because windows
 ignores case), and I can not update.
 On the other hand, the file appears as not in CVS.

 Did someone else encounter a similiar behaviour?

 Anyway, it would be helpful if WinCVS would
 recognise this problem (when new and old file names
 are identical except for the problem)
 and either try to handle it somehow, or give a
 meaningful message.

 Thanks,
 MST

 --
 This message content is not part of Intel's views or affairs
 Michael S. Tsirkin
Four things are to be strengthened: Torah,and good deeds,
prayer and one's good manners (Berachoth)





Base Directory

2000-06-29 Thread Emmanuel Ohannessian

Hi everyone,

I have this litle problem with WinCVS, Base directory gets created with a
copy of the file that I checkout...

Is there a way to prevent the base file from being created?

Thanks...

Manny




merging branches (sw)

2000-06-29 Thread Sandra Wittenbrock



I created a branch a bit earlier than I should 
have.(The developers were still all working on the build related to 
branch, and checking the changes into the trunk.) 

If I had merged the branch right away, would I then 
have been able to create a branch with the name further up the trunk? 


Sandra


merging branches (sw)

2000-06-29 Thread Sandra Wittenbrock

   I created a branch a bit earlier than I should have. (The developers
were still all working on the build related to the branch, and checking  the
changes into the trunk.)

If I had merged the branch right away, would I then have been able to create
a branch with the same name further up the trunk?

   Sandra





How to add a disk cache for CVS ?

2000-06-29 Thread Gilles-Eric Descamps

Hi Developers of CVS,
 
I'm trying to think on how to implement a disk cache for CVS ?
 
We are using CVS on several sites
- one big site with 30 persons sharing the same unix machines  file system
- one medium site with 15 persons sharing another set of Unix machine  file
system
- one small with just a few PC/NT
There is no disk sharing between those three sites.
All file exchange goes in CVS pserver mode.
We're storing big ( 100MB ) binary files under CVS.
Wasting disk space is a first issue:
(29 persons by 10 files by 100 MB = 28 GB too much)
Biggest problem is the time it takes to create a workspace.
 
So I'm thinking of adding the concept of a disk cache to CVS.
Something like an enhancement to the CVSREAD feature.
File would be checked-out to some kind of shared /tmp directory.
The user directory would only be populated with the
CVS directories  admin files. "checked-out" versions of the file
would in fact be a symbolic link to the shared cache directory.
 
I have to add this to the client, and I see three ways of doing it:
 
1) C-way:
modifying the C source code of cvs-1.10.8
to add this feature to the client-side.
 
2) Perl-way
Is there a way to have a wrapper script around the CVS client
which will make it only create CVS admin files
 
3) Yet Another CVS client
Writing from scratch a complete client to the CVS pserver protocol
which supports this feature.
 
What do you think ?
 
Thanks,
 

--
Gilles-Eric DESCAMPS,   Voice: (408) 545-1130
SILICON ACCESSFax: (419) 844-7467
 Enabling the Future Internet
2801A Orchard Parkway - San Jose, CA, 95134-2013
mailto:[EMAIL PROTECTED]
"Sed quis custodiet ipsos custodes ?"

 




sanity.sh.howto

2000-06-29 Thread Stephen Cameron


Somebody on this list asked awhile ago about
how to write sanity.sh test cases, (now I 
can't seem to find the message though.)

It occurred to me that I know a thing or two
about that, and it also occurred to me that it
was hard-won knowledge.

So I took a few minutes to write some of it 
down.  If this (or something like it) would be
a useful addition to the CVS distribution, feel
free to include it under the GPL.

For what it's worth
-- steve





__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
 sanity.sh.howto


Import with removed files

2000-06-29 Thread W. Reilly Cooley Esq.

I'm trying to import GNU binutils 2.10 in place of 2.9.1, and a number
of files have either been removed or moved, and so there are a lot of
files which are not in the current import which still get checked out.
Of course I can checkout with -j BINUTILS-2_10, but I'd prefer to only
have to be able to do a checkout.

Is there a relatively easy way to find these files and remove them?
I figure at least I could run something like:

cvs log -h -rBINUTILS-2_10 |grep 'Working file:'|awk '{print  $3}'

To get a list of current files, sort this, diff it with the output of
'find', and use that list of files as args to 'cvs remove'.  But before
I do this, I want to know if there is a better way?

I notice that the 'cvs log' command above spits out a list of files on
stderr *without* the requested tag/revision:

cvs server: warning: no revision `BINUTILS-2_10' in `/cvsroot/lnxs/lnxs/usr.bin/ 
binutils/.cvsignore,v'
cvs server: warning: no revision `BINUTILS-2_10' in `/cvsroot/lnxs/lnxs/usr.bin/ 
binutils/ChangeLog,v'

I suppose I could use this to get the list of files to remove...

Well, is going through and removing them even the right thing to do?

Wil
-- 
W. Reilly Cooley [EMAIL PROTECTED]
Naked Ape Consulting  http://nakedape.cc
LNXS: Linux/GNU servers, networks, and   http://lnxs.org
people who take care of them.  *Now with integrated crypto!*
irc.openprojects.net   #lnxs

The first Rotarian was the first man to call John the Baptist "Jack."
-- H.L. Mencken




FW: Trying to get WinCVS working....

2000-06-29 Thread Ken Corey
Title: FW: Trying to get WinCVS working







-Original Message-
From: Ken Corey 
Sent: Wednesday, June 28, 2000 6:47 PM
To: '[EMAIL PROTECTED]'
Subject: Trying to get WinCVS working


Hi All,


I'm trying to get WinCVS (both 1.0 and 1.1) working, but I'm not having any luck logging in.


On the local (unix) machine, I can rsh just fine to itself.
On a remote (unix) machine, I can rsh just fine.
On my remote (WinNT4.0 SP5) machine, I can rsh in.


Using WinCVS, I'm told either:
 If I have 'passwd' set in the preferences as authentication:
 connection refused to port 2401.
 If I have '.rhosts' set in the preferences:
 You must set password authentication first.


I'd rather not use Samba if I can help it.


What's the deal?


-Ken





RE: WinCVS: # of lines changes incorrect and inconsistent

2000-06-29 Thread Chris Liu

I can't say that I have a solution, but I can say that I have noticed this
behavior as well. Possible work around for the diff function: use a
different "diff" program. We tend to use windiff (part of the NT Resource
kit, and included with most Microsoft development projects).

The last time I checked (I don't know if this is still true, check the
license), if one person had a license for the Resource kit, everyone else in
the organization could use the files associated with it.

-Chris Liu
The information given is mine alone, and does not represent my company in
any way.


-Original Message-
From: Veronica Lee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 29, 2000 8:31 AM
To: [EMAIL PROTECTED]
Subject: WinCVS: # of lines changes incorrect and inconsistent


Hello,

I am using WinCVS as a client tool to access CVS Server in UNIX.
Sometimes when you add 1 line to a 900-line file and the change was
interpreted as adding 901 lines and removing 900 lines.

I have tried it in both UNIX using CVS and WinCVS and sometimes I can
duplicate this problem; other times I can't.

In order to use diff function, which is important to our developers in
the coding process, we really need CVS to recognize # of lines changed
correctly.

Could anyone shed some light as to why this is happening from time to
time and how to work around it?  Thanks.

Veronica

=

veronica lee  [EMAIL PROTECTED]

"Kindness comes from a place in the heart." ~Flavia

__
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/




Re: WinCVS case problem

2000-06-29 Thread Alexandre Parenteau

Michael,

"Michael S. Tsirkin" wrote:
 Hello!
 I am using WinCVS 11b4
 I have the following problem:
 when a file is created with a mixed-case
 (upper/lower) name, e.g. BuildFlow.html

cvs (and WinCvs) are case-preserving and case-insensitive on Windows. It
means that if you had a file "BuildFlow.html", it garantees that the
server get a file named "BuildFlow.html", and not "buildflow.html".

On the other hand, when the client receives the file, it uses
"BuildFlow.html" as the name. Now how it's displayed in the explorer is
up to the explorer/filesystem.

We get that all the time with cvs on Windows, it should work fine. *But*
you cannot have in the same directory two files which differ only by the
case upper/lower, that's the only restriction I know of.

Regards,
alex.

 
 After I add it to cvs and commit, in the repository
 I see the file buildflow.html
 
 Therefore, this is a conflict (because windows
 ignores case), and I can not update.
 On the other hand, the file appears as not in CVS.
 
 Did someone else encounter a similiar behaviour?
 
 Anyway, it would be helpful if WinCVS would
 recognise this problem (when new and old file names
 are identical except for the problem)
 and either try to handle it somehow, or give a
 meaningful message.
 
 Thanks,
 MST
 
 --
 This message content is not part of Intel's views or affairs
 Michael S. Tsirkin
Four things are to be strengthened: Torah,and good deeds,
prayer and one's good manners (Berachoth)