Revision Problem

2002-01-24 Thread seyethu Abthagir
Hi All, I have created new directory structure for my project and imported it into the CVS repository using "import" command on Linux. I can see the Revision number as 1.1.1.1, when I checking out the imported .cpp files. But, I don't want the Revision number to be as 1.1.1.1 and I want the Revi

Re: merge issue

2002-01-24 Thread Kaz Kylheku
In article <[EMAIL PROTECTED]>, Schwenk, Jeanie wrote: >I received this from one of our engineers here (I added a few details for >clarity). I think the merge behaved this way because of the order of the >tags. Is that correct? > >=== >I tried severa

Re: "it is in the way" problem

2002-01-24 Thread Kaz Kylheku
In article <[EMAIL PROTECTED]>, Jason Allen wrote: >This is a multi-part message in MIME format. > >--=_NextPart_000_0036_01C1A535.FB82FD40 >Content-Type: text/plain; > charset="iso-8859-1" >Content-Transfer-Encoding: quoted-printable > >I have my CVS repository all setup and working but

[±¤°í] ¹é¸¸ÀåÀÚÀÇ ±æ!!

2002-01-24 Thread e-biz4you
Title: ¹é¸¸ÀåÀÚÀÇ ±æ ¾È³çÇϼ¼¿ä? 21¼¼±â »õ·Î¿î ±âȸ°¡ ´ç½Å¿¡°Ô ¿Ô½À´Ï´Ù... °æÁ¦ÀûÀÚÀ¯¿Í ½Ã°£ÀûÀÚÀ¯¸¦ ¿øÇϽʴϱî?´ç½ÅÀ» ¹é¸¸ÀåÀÚ·Î ¸¸µé¾î µå¸³´Ï´Ù. ÇÑǬ¾øÀÌ µ·¹ö´Â ¹æ¹ý. °¡Àå »¡¸® ºÎÀÚ°¡ µÇ´Â ¹æ¹ý. ´ç½ÅÀº ¹é¸¸ÀåÀÚÀÇ ±æÀ» °ÉÀ¸½Ã°Ú½À´Ï±î?¾Æ·¡ »çÀÌÆ®¿¡ ±×ÇØ´äÀÌ ÀÖ½À´Ï´Ù...  http://millionaire.kr.kg/

"it is in the way" problem

2002-01-24 Thread Jason Allen
I have my CVS repository all setup and working but occasionally I am seeing some really strange errors. Every once in a while when doing an update I get a whole bunch of "move away file X, it is in the way" errors. This seems to happen quite randomly and I haven't been able to pin it down. A

How to enforce user enter log message before run commit command ?

2002-01-24 Thread George xu
Hi :  I use these script to check log msg before commit.but "print" can't return to wincvs.   #!/usr/local/bin/perl   chop($msg = <>);   if ($msg eq "no message") { #no message is wincvs default log message print "you must enter log message!\n";   exit 1;} else {print "your log msg is:$msg .\

merge issue

2002-01-24 Thread Schwenk, Jeanie
I received this from one of our engineers here (I added a few details for clarity). I think the merge behaved this way because of the order of the tags. Is that correct? === I tried several times to do the following: cvs update -j systema_v1_2 EQC_

after Cygwin update, CVS authorization fails

2002-01-24 Thread john lukar
I just did an update to my cygwin installation which includes the cvs client as well. after doing so, I can no longer login and checkout to our cvs server. my cvs client version using "cvs -version" says: Concurrent Versions System (CVS) 1.11 (client/server) the peculiar thing is that, when I

Re: CVS, Connection refused

2002-01-24 Thread William Daffer
"Lamar Thomas" <[EMAIL PROTECTED]> writes: > Hi everyone, > > I am running RH 7.1 and CVS 1.11-3 using the bash shell. When I try and > connect to cvs I get the following error: "Connection refused". Anyone > have any ideas? Thanks for any help. > > Lamar I take it you're connecting to a

Re: ANN: cvssh - secure ext-to-pserver bridge

2002-01-24 Thread Michal Wallace
On Thu, 24 Jan 2002, Greg A. Woods wrote: > > When someone uses shared accounts, they throw away Unix > > security. Maybe that's your point, but on the other hand > > Unix security is not needed in many carefully controlled > > situations. > > No, they throw away any and all possibility of > acc

Overwriting a sandbox

2002-01-24 Thread Ajmal Chaumun
Title: Overwriting a sandbox Hi, Suppose there is a sandbox in which the files were retrieved as follows: >  cvs co -r LAST_GOOD_BUILD module_name Some files have been modified (+ directories deletd and added too) and tagged BEST_TODAY. Does anyone know how we can update the sandbox with

Re: Repository access question...

2002-01-24 Thread Rob Helmer
On Thu, Jan 24, 2002 at 06:01:31PM -0500, Douglas Finkle wrote: > > :-) I have SSH, CygWin, and Putty on my windoze box. Tortoise > > CVS comes with SSH via a DOS window...and you have to punch in the > password for > > every CVS command. Thats not very user friendly for people > > totally blan

CVS and i18n.

2002-01-24 Thread Vijay Sridhar
Hi, I would like to know if CVS has been internationalized. If so, - Does the cvs trace and output of status and log also i18nalized? - What abut status of Update like "U", "M", "C" etc.? I would appreciate anybody's help on this. Thanks vj [EMAIL PROTECTED] _

RE: Repository access question...

2002-01-24 Thread Douglas Finkle
>> > Disclaimer: I think this is all... Oh yeah, admin user cvs should be in all groups... cvs, public, company[abc] > = > Thanks for the detailed answer! ur welcome. > Now for the trick question: If I am not going to use pserver, what is > the easiest to set up, a

Re: Repository access question...

2002-01-24 Thread Olav Lindkjølen
> Close, but I do not completely agree: > > - Admin group cvs-- nobody else, create an unpriviledged admin role user cvs > - Set (almost, see next line) all files under $CVSROOT/CVSROOT to cvs:cvs > - set $CVSROOT to cvs:public 0750, $CVSROOT/history, val-tags to 0660 > cvs:public > - Each compa

Re: Repository access question...

2002-01-24 Thread Eric Siegerman
On Thu, Jan 24, 2002 at 04:26:45PM -0500, Douglas Finkle wrote: > Close, but I do not completely agree: You're right! I misread the requirements. Sorry. -- | | /\ |-_|/ > Eric Siegerman, Toronto, Ont.[EMAIL PROTECTED] | | / One ring to rule the mall. - Movie review headl

RE: Repository access question...

2002-01-24 Thread Douglas Finkle
> On Thu, Jan 24, 2002 at 05:44:51PM +0100, Olav Lindkjølen wrote: > > In short: > > ---(Admin) must have read/write access to all modules. > > ---Users from Company B must have read/write access only to > modules with > > code owned by them. > > ---Users from Company B must allso have Read Only

Re: cvs [commit aborted]: out of memory; can not reallocate 95683558 bytes

2002-01-24 Thread Larry Jones
Sachin writes: > > Thanks for the info. I have checked that I have enough of swap and tmp > space free. Inspite of that it gives me an error. I have tried > checking in a file size of max 60 MB. After that it cribs and starts > giving the memory error. > there is some limitation from cvs side its

Re: Repository access question...

2002-01-24 Thread Eric Siegerman
On Thu, Jan 24, 2002 at 05:44:51PM +0100, Olav Lindkjølen wrote: > In short: > ---(Admin) must have read/write access to all modules. > ---Users from Company B must have read/write access only to modules with > code owned by them. > ---Users from Company B must allso have Read Only Access to publ

Re: cvs [commit aborted]: out of memory; can not reallocate 95683558 bytes

2002-01-24 Thread Matt Riechers
Sachin wrote: > > hi, > Thanks for the info. I have checked that I have enough of swap and tmp > space free. Inspite of that it gives me an error. I have tried > checking in a file size of max 60 MB. After that it cribs and starts > giving the memory error. > there is some limitation from cvs sid

Re: cvs [commit aborted]: out of memory; can not reallocate 95683558 bytes

2002-01-24 Thread Sachin
hi, Thanks for the info. I have checked that I have enough of swap and tmp space free. Inspite of that it gives me an error. I have tried checking in a file size of max 60 MB. After that it cribs and starts giving the memory error. there is some limitation from cvs side itself. any more help woul

Re: ANN: cvssh - secure ext-to-pserver bridge

2002-01-24 Thread Greg A. Woods
[ On Wednesday, January 23, 2002 at 22:56:35 (-0800), Paul Sander wrote: ] > Subject: Re: ANN: cvssh - secure ext-to-pserver bridge > > When someone uses shared accounts, they throw away Unix security. Maybe > that's your point, but on the other hand Unix security is not needed in > many carefull

Re:Ma nouvelle adresse

2002-01-24 Thread sonia253n
       Le lien de mon site a change ce jour,viens maintenant sur   http://208.254.72.63/ariane.html  ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: new web site,the URL is changed

2002-01-24 Thread sonia254n
       Link on my web site is changed,come now on   http://208.254.72.63/index.html  ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: Correcting keyword substitution

2002-01-24 Thread Ronald Landheer
Thanx, I re-looked in the Cederqvist (on-line version this time) and found the same answer. The developer was using Win2000, so he had a problem - we put the binaries in place after changing the flag, and it worked like a charm :) Thanx! Ronald > -Original Message- > From: Larry Jon

Re: maintaining local repository with development done at another place.

2002-01-24 Thread Chinnakrishnan
Thanks Larry. This is exactly what i was looking for. Thanks, Chinnakrishnan. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Correcting keyword substitution

2002-01-24 Thread Larry Jones
Ronald Landheer writes: > > I have a developer here (in front of me) who has added a directory of > binary files to the CVS repository, but as text. What I'm wondering is > whether I can use CVS to change the keyword substitution flag to -kb for > the files in question? I have looked in the Ce

Repository access question...

2002-01-24 Thread Olav Lindkjølen
I have a slight dilemma i just can't figure out. ---I have a repository /usr/local/cvsroot ---cvs server is running as user cvs, group cvs. ---I have an entry in the cvsroot/CVSROOT/passwd file with a private user for me. ---I am a member of the cvs group. Heres the problem: ---I (Admin) am de

Re: CVS login time

2002-01-24 Thread Larry Jones
jazzvale writes: > > The application works good, but we have serious speed problem because > every time we login into the cvs-server the it waits about 2.2 seconds > to authorize the user. > > Does anyone know how to decrease this dead time? You'd have to profile the server to find out what's t

Re: listing available modules from a server

2002-01-24 Thread Matt Riechers
Louis-David Mitterrand wrote: > > How can I get a list of modules available for checkout from a cvs > server? Is there a cvs command for that? 'cvs co -c' will dump the module database. -Matt ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gn

Re: Question about tag

2002-01-24 Thread Colm Murphy
Hi Steve, Unfortunately this will only work for simple modules. If you have alias modules containing files from different directories, and/or certain (but not all) files in a directory then this won't work. I assumed that since the modules were alias type cvs tag Module would be the same as typ

Re: file passwd

2002-01-24 Thread Larry Jones
Strecker, Roland writes: > > Q: Should be the file passwd under CVS-control? (I use a CVS-NT-Server) >=> make an entry in the checkoutlist-file for do that? Generally not -- there are serious security concerns with doing so; if you don't understand what they are, you shouldn't do it. If you

Re: how to import modules in cvs

2002-01-24 Thread Larry Jones
Strecker, Roland writes: > > Q:Can I make the directory-structure direct on the server before import the > sources > or have to do during the import? You can, but why would you want to spend time doing it by hand when CVS will do it for you during the import? -Larry Jones I keep forgetting th

Re: listing available modules from a server

2002-01-24 Thread Larry Jones
Louis-David Mitterrand writes: > > How can I get a list of modules available for checkout from a cvs > server? Is there a cvs command for that? checkout -c Note that that only lists the "official" modules defined in the CVSROOT/modules file. -Larry Jones Please tell me I'm adopted. --

Re: how to import modules in cvs

2002-01-24 Thread Steve Greenland
On Thu, Jan 24, 2002 at 04:14:54PM +0100, Strecker, Roland wrote: > hi all, > > I want to import some old (non cvs)projects in cvs. > > Q:Can I make the directory-structure direct on the server before > import the sources or have to do during the import? When you import, the directory structure

Re: Question about tag

2002-01-24 Thread Steve Greenland
On Thu, Jan 24, 2002 at 02:39:52PM +, Colm Murphy wrote: > > So I try "cvs tag TAG Module" from the top of the sandbox. > No joy. > I get the following: > > cvs tag: cannot open CVS/Entries for reading: No such file or directory > cvs [tag aborted]: no repository Don't do it from above your

Re: waiting for lock

2002-01-24 Thread Larry Jones
Kannan Thiyagarajan writes: > > When i do a cvs commit getting a message 'waiting for lock > '. How can i fix this? Any help would be highly appreciated. -Larry Jones I can do that! It's a free country! I've got my rights!

Re: how to import modules in cvs

2002-01-24 Thread Karl E. Jorgensen
On Thu, Jan 24, 2002 at 04:14:54PM +0100, Strecker, Roland wrote: > hi all, > > I want to import some old (non cvs)projects in cvs. > > Q:Can I make the directory-structure direct on the server before import the > sources or have to do during the import? Nope. Import will create the directory s

Re: Any thoughts on web development branching methods?

2002-01-24 Thread James A. N. Stauffer
That is basically what we do. --- Jack Baty <[EMAIL PROTECTED]> wrote: > I'm using CVS almost exclusively for web development and am trying to > determine how I should handle branching. > > My current method uses the typical dev/stage/production areas. Each > developer > has his own sandbox. The

listing available modules from a server

2002-01-24 Thread Louis-David Mitterrand
Sorry if this is a FAQ (which I couldn't find in the FAQ): How can I get a list of modules available for checkout from a cvs server? Is there a cvs command for that? TIA -- PANOPE: Déjà, de sa présence avec honte chassée, Dans la profonde mer OEnone s'est lancée.

how to import modules in cvs

2002-01-24 Thread Strecker, Roland
Title: how to import modules in cvs hi all, I want to import some old (non cvs)projects in cvs. Q:Can I make the directory-structure direct on the server before import the sources or have to do during the import? Thanks to all. Roland

Correcting keyword substitution

2002-01-24 Thread Ronald Landheer
Hello all, I have a developer here (in front of me) who has added a directory of binary files to the CVS repository, but as text. What I'm wondering is whether I can use CVS to change the keyword substitution flag to -kb for the files in question? I have looked in the Cederqvist under the Admi

Re: Listing available tags

2002-01-24 Thread Colm Murphy
Hi Duncan, Here is a script that will return all tags used in a module or directory Colm A #!/usr/local/bin/perl -w #-- # Parameters #-- $modul

CVS login time

2002-01-24 Thread jazzvale
We're developing a java application to store and get files into a cvs server. We do this using the cvs comunication protocol. The application works good, but we have serious speed problem because every time we login into the cvs-server the it waits about 2.2 seconds to authorize the user. Does an

Question about tag

2002-01-24 Thread Colm Murphy
Hi folks, Say I am working with a couple of different modules in my sandbox. I want to be able to tag each of the modules separately. If I use "cvs rtag TAG Module" then the correct files are tagged but there is the danger that someone else will have commited a change before I place the tag an

Any thoughts on web development branching methods?

2002-01-24 Thread Jack Baty
I'm using CVS almost exclusively for web development and am trying to determine how I should handle branching. My current method uses the typical dev/stage/production areas. Each developer has his own sandbox. There is a single "stage" sandbox and the live site is simply a checked out copy of the

RE: file passwd

2002-01-24 Thread Anders Truelsen
Title: file passwd That depends.   Yes, you should add it both to the module and checkoutlist.   You migth want to control who has permissions to commit in CVSROOT though.   regards anders -Original Message-From: Strecker, Roland [mailto:[EMAIL PROTECTED]]Sent: 24. januar 2002

file passwd

2002-01-24 Thread Strecker, Roland
Title: file passwd hi all, Q: Should be the file passwd under CVS-control? (I use a CVS-NT-Server)    => make an entry in the checkoutlist-file for do that? Thanks Roland  

cannot checkout CVSROOT

2002-01-24 Thread Strecker, Roland
Title: cannot checkout CVSROOT hi all, I'am a cvs-nt-server 1.11.1.2 and want to checkout the CVSROOT-modul with WINCVS1.2 (cvs 1.11) and get the following errormessage :     *CVS exited normally with code 1*     cvs [checkout aborted]: recv() from server cvstest: EOF A

cannot checkout CVSROOT

2002-01-24 Thread Strecker, Roland
Title: cannot checkout CVSROOT hi all, I'am a cvs-nt-server 1.11.1.2 and want to checkout the CVSROOT-modul with WINCVS1.2 (cvs 1.11) and get the following errormessage : *CVS exited normally with code 1* cvs [checkout aborted]: recv() from server cvstest: EOF Whats wrong here?

RE: What happened to the sync_update scrip from William A. Hoffman? - Never mind - I found it!

2002-01-24 Thread Art
http://www.esat.kuleuven.ac.be/~targetjr/GE_mirror/tools/sync_update.html Unfortunately, it doesn't solve my initial dilemma. I.e., Bill says: The script has several major flaws. * Version numbers at the remote sites are different than at the local site. * Checkin comments at the remote

What happened to the sync_update scrip from William A. Hoffman?

2002-01-24 Thread Art
Hi! I was just looking into syncing file revisions in my local repository w.r.t. the GNU gcc site CVS repository when I ran accross a reference to this script, but I can't find it. I.e., http://www.cvshome.org/docs/infomultisite.html references: http://www.cvshome.org/dev/text/sync-update whic

Re: cvs [commit aborted]: out of memory; can not reallocate 95683558 bytes

2002-01-24 Thread Harald Kucharek
Sachin wrote: > > Hi, > I am trying bytes to checkin a big file of 95MB into a repository. I > am woking on a HP-UX 10.20 system and CVS version is 1.11.1p. I am > getting the following error messages, cvs [commit aborted]: out of > memory; can not reallocate 95683558 > TIA. First: Are you rea