Re: Standard Styntax for TAG

2002-05-20 Thread Muhammad Shakeel




Thanks for the information, but there should be a version number of the module
in case of release level tag. I designed the following syntax. Any comments/suggestions
?
Release Tag Syntax:    
Rel_ProjectName_x_y_State
e.g.
Rel_Mpeg4_1_0_Final
 Branch TAG Syntax:
B_ BranchName_ProjectName_ TAGName_State
e.g.
B_ Group2_ H263_TestOK
Devoper TAG Syntaz:
ProjectName_TAGName_State
e.g.
Mpeg4_Test1OK_Alpha


Regards,
shakeel


Glew, Andy wrote:

  
Is there is any standard syntax or pattern for Tags , for following type of tags or some other importnat one:Developement level Tags Release levelTags Branch level Tags  

I don't know of any universal standards, but I try to enforcethe following on projects I am involved with.Also, I have several scripts, like cvs-make-branch,that automatically mandate some of these"standards".All branches should have "branch" in them,e.g. the branch tag should be suffixed   	*--branchAll branches should have a tag "branch-base" associated with the contour they branched frome.g. the branch tag, suffixed   	*--branch-baseLess often, but more and more recently,I use the words "contour" to distinguish tags that identify a self consistent set of versionse.g. some meaningful name suffixed	*--contourI nearly always want to have the date and timein my tags. I indicate this as	*---MM-DD-HHhMM--*I only use local time at the moment, althoughhave been forced to use GMT in the past.I only do not put the year and date  a) 
for floating tags	e.g. regression-test-latestalthough for such floating tags I usually havea timestamped version	e.g. regression-test-2002-05-17-16h10or b) for long-lived tags, typically branches,e.g.	windows-branchvs	linux-branchHowever, overall I find long-lived branches a bad idea,and prefer to unify them via the build system.I more often regret not having the timestamp in a branch tagthan I regret having it in a tag.At the front of a tag, of course, I try to put something meaningful.I have learned that it is best to put the most distinguishing partof the tag first rather than last, so that name completion toolswork well  --- e.g.   meaningful-text--2002-05-17-16h20--branchrather than tag-2002-05-17-16h20--branch--meaningful-text.I have tried to enforce naming conventions wrt merge points,where other branches are merged in, but have never found a goodone.








Need help

2002-05-20 Thread Rohan Bairat

Hi
I am trying to configure CVS...i am going through the manual 
In the manual in exercise 3 i guess it talks abt rsh thing..

i am not able to find .rhosts file i dont understand what to 
do.. I created one and wrote the IP add of the other machine and 
usrname in that  basically i am operating on user root.. so i 
created that file ..

and tried to run rsh from remote machine ie
rsh -l username ipof the server 'echo $PATH'

still it is not workin plz help

rohan
_
Click below to visit monsterindia.com and review jobs in India or 
Abroad
http://monsterindia.rediff.com/jobs


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



Re: another CVS problem

2002-05-20 Thread david

> Hi,
> 
> Larry's solution helped me out of the problems .Thanks a lot folks, that 
> really helped.I was able to go to the directories but I'm facing a new 
> problem when I'm checking out files from the repository:
> "cvs server: Updating /DesignDocuments
> cvs server: failed to create lock directory for 
> `/usr/local/cvsrepos/DesignDocuments' 
> (/usr/local/cvsrepos/DesignDocuments/#cvs.lock): Permission denied

This is because you do not have write permissions for that
directory.  I don't know why you wouldn't, and there are several
possibilities.  Are you supposed to have full or read-only access
there?  What access method are you using?  Do you have a real
account on the server machine?  What OS is the server running?
Is the administrator using Unix groups to control access, or
ACLs?

David H. Thornley| If you want my opinion, ask.
[EMAIL PROTECTED]   | If you don't, flee.
http://www.thornley.net/~thornley/david/ | O-

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



Re: CVS 1.11.2 Released!

2002-05-20 Thread Matthew M. Ogilvie

>
>Message: 3
>Date: Mon, 20 May 2002 14:55:29 -0400
>From: Derek Robert Price <[EMAIL PROTECTED]>
>Subject: Re: CVS 1.11.2 Released!
>To: Noel Yap <[EMAIL PROTECTED]>
>Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
>
>Noel Yap wrote:
>
>>--- Derek Robert Price <[EMAIL PROTECTED]> wrote:
>>
>>>Noel Yap wrote:
>>>
Grrr!  It looks like the advisory locks patch still
didn't make it in.  I think the patch have all the
necessary requisites (doc and test patch).  Is it
still missing something?

Noel

>>>I've fallen a little bit behind on the email lists,
>>>I won't get into 
>>>why, but I just found your patch on SourceForge. 
>>>I'll try and find time 
>>>to take a look at it so that you can at least get
>>>feedback and maybe get 
>>>the patch into the next release.
>>>
>>>Thanks for your patience.
>>>
>>
>>Hey, so long as it's not being ignored outright ...
>>:-)
>>
>>The LAG (latest and greatest) of this patch was
>>submitted by Matt Ogilvie (who added docs and tests). 
>>Just to be sure you get the right one, here is the
>>URL:
>>https://sourceforge.net/tracker/index.php?func=detail&aid=471046&group_id=4680atid=304680
>>
>>Thanks,
>>Noel
>>
>
>The addition of documentation and test cases is great, but this patch is 
>still way too big.  I'll keep trying to deal with it if somebody will 
>chop it into little bite size chunks, one bug fix or feature, its doc, 
>and its tests per chunk.
>
>For instance, the bug fixes Mathew Ogilvie mentions he made as he was 
>working on this should have their own patches.  Making edit report 
>editors should be in its own patch.  Advisory locks should have its own 
>patch, possibly several when it makes sense, but I didn't read enough to 
>give further advice.  The sockPlayer separation is nice too - keep it 
>separate.
>
>Sorry about that, but I really don't have the time for so much unpaid 
>work at the moment.
>
>Derek
>
>-- 
>

Derek,

It is hard to be certain, but your message leaves me with the impression
that you were looking at an older version of the patch.  There
are several versions at the web page, you want the latest version,
which is currently editCheck-25feb2002.diff:

https://sourceforge.net/tracker/index.php?func=detail&aid=471046&group_id=4680&atid=304680

The 25feb2002 version includes much of what you ask for: sockPlayer
is gone completely, (you can always get it out the older version if
you want [might be useful when overhauling the test
suite??]), and the patch itself is split into logically seperate
subpatches within the file.

Take your time - as Noel said "Hey, so long as it's not being
ignored outright ...".  Thanks for looking at it, though...

--
Matthew Ogilvie[[EMAIL PROTECTED]]

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



RE: Is this taginfo problem a permissions thing?

2002-05-20 Thread Teala Spitzbarth


Are you sure your CVSROOT variable was pointing to the test
repository when you checked out CVSROOT & commited the taginfo file?
If taginfo did not change in your test repository, then it sure sounds 
like it got commited to some other repository...

Cheers,
Teala

-Original Message-
From: Duane Morin [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 17, 2002 10:30 AM
To: [EMAIL PROTECTED]
Subject: Is this taginfo problem a permissions thing?


For the life of me I can't get taginfo to work although I think I'm
doing everything right. I put together a quick repository in my home
directory,
/home/dmorin/repository.  I have
/home/dmorin/repository/CVSROOT/taginfo and taginfo,v.

I create a /home/dmorin/localcheckout and do "cvs co CVSROOT".  I add
this
line:
ALL '/home/dmorin/tagger.sh $1 $2 $3 $4'

(tagger.sh is just a quick shell script:
 #!/bin/sh
 echo $1 $2 $3 $4 >> /tmp/taglog)

I checkin taginfo.  But no matter how many tagging operations I do,
this file is not getting executed -- I would think that I would at
least see a /tmp/taglog file of length 0 if the program was being
executed but had nothing to echo.

The weird part is that when I look at /home/dmorin/repository/CVSROOT
I see that taginfo has *not* changed at all, bit taginfo,v seems to
indeed know about my change!  What's the scoop with that?  That's the
part I can't figure out.  I don't get any errors from cvs when I
commit the file.  I thought it might be a permissions thing (I had
r--r--r-- when I first looked at the repository, but then changed it
to rw-rw-rw- and it's still a problem), but no luck.

Anybody point me in the right direction?  The online tutorials I'm
finding aren't helping me with this -- they all just say "Checkout
CVSROOT, edit the file you want, then check it back in." Well, I'm
doing that, and it's not working.

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

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



Re: Logout in winCVS

2002-05-20 Thread Hagen Bauersachs

Cristiana R Sousa wrote:
> Hi, 
> 
>Finally I get to use the service pserver with linux
> and windows. Now
> my problem is that in winCVS, when I logout, the
> program didn't it. 

Try to enable the 'Logout automatically after:' option 
(Admin/Preferences/Global). As far as I remember WinCVS will logout when 
you quit WinCVS then.

Hagen


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



Re: win2k pro and wincvs and ssh

2002-05-20 Thread Rene Berber

"Ming the Merciless" <[EMAIL PROTECTED]> wrote in message 
news:<2T%E8.14447$[EMAIL PROTECTED]>...

> I can connect fine via ssh and can do my work, however, any time I execute a
> command it keeps the dos window open until I close it manually. I read an
> article about ssh and how it doesn't close the connection under certain
> circumstances. Anyone know how to make the dos window exit after the command
> is run?

IMO it's a WinCVS 1.3.8.1 bug (or feature); with beta 6 it used to
work whithout a problem, with older versions it also worked, so that's
the alternative: downgrade.

Regards.
-- 
R. Berber
rberber AT mailandnews.com
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: failing login to remote server

2002-05-20 Thread Rene Berber

"Schwenk, Jeanie" <[EMAIL PROTECTED]> wrote in message 
news:<[EMAIL PROTECTED]>...

> Both machines are running cvs 1.11.1p1 and ssh.  
> The server is running HP-UX 
> The client is running linux mandrake 8.2.  
> 
> From the linux client, I can slogin and sftp successfully as jschwenk to the
> HP machines so ssh is running as expected.  But when I try cvs login,
> authentication fails.

When using ssh you don't do "cvs login", that's only for the pserver
protocol.

Try, from Linux, the command "cvs version", you should get the version
of cvs running as client and the one running as server (this last one
uses ssh, so it should prove that the setup is working.)  The result
is something like this:

  $ cvs version
  Client: Concurrent Versions System (CVS) 1.11 (client/server)
  Server: Concurrent Versions System (CVS) 1.11.2 (client/server)

>  I used ethereal to check out the data in the packets
> and sure enough, I got back "I HATE YOU".  I thought it was looking for the
> password for jschwenk on the HP machine so that is what I got you2.   
> 
> I searched the archives and read 2.9.2 "Connecting with rsh" but didn't see
> anything that helped.  
> 
> Misc info:
> 
> Permissions are not an issue. 
> 
> inetd.conf (HP-UX):  cvs stream tcp nowait root /opt/cvs/bin/cvs cvs -f
> --allow-root=/export/cvsroot pserver
> 
> services: cvs 2401/tcp # CVS port for pserver
>   cvs 2401/udp # CVS port for pserver
> 
> .profile on remote machine running HP-UX
> CVSROOT='/export/cvsroot'
> export CVSROOT
> CVS_RSH=ssh
> export CVS_RSH
> 
> .bashrc on local linux mandrake 8.2
>   CVSROOT=":pserver:jschwenk@test700c:/export/cvsroot"
>   export CVSROOT
>   CVS_RSH=ssh
>   export CVS_RSH
> 
> NOTE:  I also tried ext rather than pserver and it made no difference.

To test ssh, just make sure that CVSROOT starts with :ext: , and don't
do login.

Regards.
-- 
R. Berber
rberber AT mailandnews.com
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Vendor branches and head revisions

2002-05-20 Thread Mark A. Flacy

Why not simply add an empty comment to each file in the trunk at the very
beginning?  That way they are all modified.
 
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Is this taginfo problem a permissions thing?

2002-05-20 Thread Duane Morin

For the life of me I can't get taginfo to work although I think I'm
doing everything right. I put together a quick repository in my home
directory,
/home/dmorin/repository.  I have
/home/dmorin/repository/CVSROOT/taginfo and taginfo,v.

I create a /home/dmorin/localcheckout and do "cvs co CVSROOT".  I add
this
line:
ALL '/home/dmorin/tagger.sh $1 $2 $3 $4'

(tagger.sh is just a quick shell script:
 #!/bin/sh
 echo $1 $2 $3 $4 >> /tmp/taglog)

I checkin taginfo.  But no matter how many tagging operations I do,
this file is not getting executed -- I would think that I would at
least see a /tmp/taglog file of length 0 if the program was being
executed but had nothing to echo.

The weird part is that when I look at /home/dmorin/repository/CVSROOT
I see that taginfo has *not* changed at all, bit taginfo,v seems to
indeed know about my change!  What's the scoop with that?  That's the
part I can't figure out.  I don't get any errors from cvs when I
commit the file.  I thought it might be a permissions thing (I had
r--r--r-- when I first looked at the repository, but then changed it
to rw-rw-rw- and it's still a problem), but no luck.

Anybody point me in the right direction?  The online tutorials I'm
finding aren't helping me with this -- they all just say "Checkout
CVSROOT, edit the file you want, then check it back in." Well, I'm
doing that, and it's not working.

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



CVSROOT/passwd ?

2002-05-20 Thread Jeff Bert

I'd like to use teh CVSROOT/passwd instead of /etc/passwd but how do I set
that up?

Is there a setting in the cvsweb.conf that needs to be set?

the only setting related to passwords I could see in mine was:

@DissallowedRead = ("\^.cvspass\$", "^passwd\$");

thanks,

Jeff


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



Re: win2k pro and wincvs and ssh

2002-05-20 Thread Ming the Merciless

"Rene Berber" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> "Ming the Merciless" <[EMAIL PROTECTED]> wrote in message
news:<2T%E8.14447$[EMAIL PROTECTED]>...
>
> > I can connect fine via ssh and can do my work, however, any time I
execute a
> > command it keeps the dos window open until I close it manually. I read
an
> > article about ssh and how it doesn't close the connection under certain
> > circumstances. Anyone know how to make the dos window exit after the
command
> > is run?
>
> IMO it's a WinCVS 1.3.8.1 bug (or feature); with beta 6 it used to
> work whithout a problem, with older versions it also worked, so that's
> the alternative: downgrade.

Thanks! that fixed it.

>
> Regards.
> --
> R. Berber
> rberber AT mailandnews.com


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



Re: Listing "Needs Checkout" files in WinCVS

2002-05-20 Thread Rene Berber

Chris Elliott <[EMAIL PROTECTED]> wrote in message 
news:<[EMAIL PROTECTED]>...

> I am new to WinCVS and would like to quickly determine if someone else 
> has committed a new version for any file.  I can quickly tell by the red 
> thing next to the file if I have modified it.  However the only way I 
> know to do this is to do a Query Update.  Doing that for the directory 
> structure generates way too much text output to find the info I am 
> looking for.
> 
> Any tips on how to do this?

Try Query -> Status
-- 
R. Berber
rberber AT mailandnews.com
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



"cvs commit: nothing known about 'filename'"

2002-05-20 Thread Sven Sandberg

Hello,
When I run

   cvs -d:ext:svens@blah:blah commit -m 'message' filename

I get the message:

   cvs commit: nothing known about 'filename'
   cvs [commit aborted]: correct above errors first!

It only happens with some files, not all. Does anyone know what
it means? Thanks in advance,

Sven Sandberg

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



RE: [BRANCH] How add a new file on a branch ?

2002-05-20 Thread Teala Spitzbarth

As long as you cvs add & commit the new file from within a work tree
pulled 
from the branch, (i.e. cvs co -r BRANCHNAME or cvs up -r BRANCHAME),
then
CVS will know to add that new file specifically to the branch.  

The new file will get placed into the Attic and only exist on the branch
- 
source pulled from the main trunk will not contain the new file.

Cheers,
Teala  

-Original Message-
From: Matthias VIRY [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 8:21 AM
To: [EMAIL PROTECTED]
Subject: [BRANCH] How add a new file on a branch ?


Hi all,

We are currently working on a branch called ZONE to add some new
features. This development will take a long time and we wouldn't
disturb the other teams working on the trunk.

So on this branch we have to delete some files and to create others.
For the delete operation, no problem the files will be deleted during
the merge but how can we add some new files ONLY on this branch for
the moment without they appear in the trunk for the others until we
decide to merge de branch ?

Thanks in advance

Bye

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

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



RE: "cvs commit: nothing known about 'filename'"

2002-05-20 Thread Teala Spitzbarth


Have you done a "cvs add" of the file first? 
Looks like you are trying to commit a new file without running the add 
first.

Cheers,
Teala

-Original Message-
From: Sven Sandberg [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 18, 2002 4:41 PM
To: [EMAIL PROTECTED]
Subject: "cvs commit: nothing known about 'filename'"


Hello,
When I run

   cvs -d:ext:svens@blah:blah commit -m 'message' filename

I get the message:

   cvs commit: nothing known about 'filename'
   cvs [commit aborted]: correct above errors first!

It only happens with some files, not all. Does anyone know what
it means? Thanks in advance,

Sven Sandberg

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

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



Diffing previous revision

2002-05-20 Thread Vince Rice

I am constantly needing to diff a source file against
the previous revision.  That currently means I have to
do a log/rlog to determine the previous revision, then
do the cvs diff.

Is there a way to do this automagically, i.e. be able
to say "previous revision" in the -r, without having
to do the log/rlog?  And if there's not, would someone
consider it as an enhancement request?

Perhaps
  cvs diff -r PREV source.c
or something.

Thanks,

Vince

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

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



log_accum.pl

2002-05-20 Thread Azmat


How do I obtain the log_accum.pl script so I can receive e-mails on my
commits?  Thanks.


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



Re: "cvs commit: nothing known about 'filename'"

2002-05-20 Thread Paul Hughett

Sven Sandberg <[EMAIL PROTECTED]> wrote:

: When I run

:cvs -d:ext:svens@blah:blah commit -m 'message' filename

: I get the message:

:cvs commit: nothing known about 'filename'
:cvs [commit aborted]: correct above errors first!

: It only happens with some files, not all. Does anyone know what
: it means? Thanks in advance,

It probably means that you forgot to do

   cvs -d:ext:svens@blah:blah add filename
  ^^^ 

to tell cvs that you're adding this file to the repository.  Also
possible is that you've misspelled the filename or that you're in the
wrong directory.

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



cvs and \r\n

2002-05-20 Thread Sven

hi,

is there anyway to tell CVS to convert \r\n to \n on the fly?

i'm using cygwin and i now configured cygwin to make automatic \r\n<->\n
conversions on any text-file, but now cygwin sometimes shows chechsum errors
to me (i could report this as a bug, cause cygwin's \r\n-conversions are
done through the implementation of the POSIX-API which allowes to have text
and binary-files, which CVS handles correct most of the time except these
checksum errors)


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



problem when using shell script to checkout huge binary files (>70MB)

2002-05-20 Thread Veronica Zhu

Hi,

I use Java Runtime.getRuntime().exec() to execute a shell script.
This shell script does cvs checkout of project repositories 
into user directories for web based file browsing.

It works great for all files EXCEPT huge binary files whose size is
about 70 Mega Bytes. The directory, which should contain those 
large files, was checkout as an empty directory. (No errors observed.)
However, at the same time, other directories with smaller files 
were checkout normally with expected files.

It doesn't look like the Java problem, because I can use the
same Java function to execute a shell script that copy the huge
file from one folder to another one. Well, cvs checkout
works OK for the large files when doing so in win-cvs windows.
The server is Red Hat Linux 7.1 and uses 
Concurrent Versions System (CVS) 1.11.1p1 (client/server).

I have searched mailing-list of cvs with no luck.
Any one has any ideas ? 
Any input will be greatly appreciated!!

Veronica


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



Re: CVSROOT/passwd ?

2002-05-20 Thread Rene Berber

"Jeff Bert" <[EMAIL PROTECTED]> wrote in message 
news:...

> I'd like to use teh CVSROOT/passwd instead of /etc/passwd but how do I set
> that up?

Read section 2.9.3.1 of the Cerderqvist CVS manual.  Then you may want
to get a copy of htpasswd (from the Apache httpd server distribuiton)
or an equivalent tool (search for cvspasswd) to generate / manage that
file.

> Is there a setting in the cvsweb.conf that needs to be set?

Cvsweb has nothing to do with this.

> the only setting related to passwords I could see in mine was:
> 
> @DissallowedRead = ("\^.cvspass\$", "^passwd\$");

That means: don't show files names ".cvspass" or "passwd" in your
listing.

Hope this helps.
-- 
R. Berber
rberber AT mailandnews.com
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Listing "Needs Checkout" files in WinCVS

2002-05-20 Thread Chris Elliott

I am new to WinCVS and would like to quickly determine if someone else 
has committed a new version for any file.  I can quickly tell by the red 
thing next to the file if I have modified it.  However the only way I 
know to do this is to do a Query Update.  Doing that for the directory 
structure generates way too much text output to find the info I am 
looking for.

Any tips on how to do this?

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



another CVS problem

2002-05-20 Thread Sudhaker P

Hi,

Larry's solution helped me out of the problems .Thanks a lot folks, that 
really helped.I was able to go to the directories but I'm facing a new 
problem when I'm checking out files from the repository:
"cvs server: Updating /DesignDocuments
cvs server: failed to create lock directory for 
`/usr/local/cvsrepos/DesignDocuments' 
(/usr/local/cvsrepos/DesignDocuments/#cvs.lock): Permission denied
cvs server: failed to obtain dir lock in repository 
`/usr/local/cvsrepos/DesignDocuments'
cvs [server aborted]: read lock failed - giving up"
Can you please give me some insight on how I can solve this problem.
Any suggestions will be greately appreciated.

Sincerely,

peram


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


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



RE: possible bug

2002-05-20 Thread Josh Grebe

Jeremy,
I was having a cvs problem and saw your post to info-cvs mailing list. I
was having exactly the same problem, where I could do any operation but a
checkout. I used truss to determine that cvs was for some unknown reason
trying to access the directory of my cvsroot on the local solaris box!
Which in my case was inside /home, which Solaris does stupid tricks with.
My solution was to umount /home (even though there wasn't anything mounted
there). It looks like you could also change your cvsroot path to something
outside /home.
If you use truss:
truss cvs checkout [module]
the last line I got is:
readlink("/home/cvs", 0xFFBEF7C8, 1028) (sleeping...)

I think that /home gets borked again on reboot though.

Josh



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



Re: CVSROOT/passwd ?

2002-05-20 Thread Rene Berber

[EMAIL PROTECTED] (Rene Berber) wrote in message 
news:<[EMAIL PROTECTED]>...

[snip]
> Read section 2.9.3.1 of the Cerderqvist CVS manual.  Then you may want

Oops!   Sorry for the misspelling, it's Cederqvist.
[snip]

-- 
R. Berber
rberber AT mailandnews.com
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



win2k pro and wincvs and ssh

2002-05-20 Thread Ming the Merciless

I can connect fine via ssh and can do my work, however, any time I execute a
command it keeps the dos window open until I close it manually. I read an
article about ssh and how it doesn't close the connection under certain
circumstances. Anyone know how to make the dos window exit after the command
is run?


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



AW: Modifying a repository

2002-05-20 Thread Ellgoth, Hubert

Thanks for your help.
Your suggestions are understood so far.
One more question:
What administrative files are affected - surely the "history"-file and the
"val-tags"-file. Is there another one?
And, how have i to modify for example the "history"-file? The information
stored there is separated with "|"-bars. Some of these information are
understandable for me, some not.
Larry, you said that i only have to merge the contents - does that mean
that the information stored in the "history"-file, for example, are
"one-way"-couplings, only affecting the working directories so that these
are o.k. if i check out the new repository to a new working directory?
And that it is insensible to the sequencing of lines?

Hubert Ellgoth

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 8. Mai 2002 17:38
> An: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Betreff: Re: Modifying a repository
> 
> 
> Aaron Kynaston writes:
> >  
> > I mean - copy all files over, check out CVSROOT from the new server,
> > manually copy over a checked out version from the old 
> repository (not
> > the CVS dir of course), then commit?  Does that hurt 
> anything besides
> > the fact that you might not get some files? (like .cvspass . . .?)
> 
> You can only do that if the new server doesn't already have entries in
> it's administrative files.  And you'd probably have to edit 
> them anyway
> since the directory names on the new server are different.
> 
> -Larry Jones
> 
> I always have to help Dad establish the proper context. -- Calvin
> 

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



vieuing the contents of cvs module

2002-05-20 Thread jlaguma

Hi people.

I wos wondering if its possible to view all the files in a specific 
cvs project/module?
i wanna view all files in a module then cvs checkout a specific files 
only, not entire module.
Is there easy way of doing it?
Thanx


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



[BRANCH] How add a new file on a branch ?

2002-05-20 Thread Matthias VIRY

Hi all,

We are currently working on a branch called ZONE to add some new
features. This development will take a long time and we wouldn't
disturb the other teams working on the trunk.

So on this branch we have to delete some files and to create others.
For the delete operation, no problem the files will be deleted during
the merge but how can we add some new files ONLY on this branch for
the moment without they appear in the trunk for the others until we
decide to merge de branch ?

Thanks in advance

Bye

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



cvs on MacOSX

2002-05-20 Thread Valerio Ferrucci
Does someone has experience on installing cvs server on MacOSX?
I followed instructions at http://www.geektimes.com/macintosh/os/x/and/cvs_install.html
but when I login the server responds:

cvs [login aborted]: connect to localhost:2401 failed: Connection refused

Any idea or helpful links?

Thanks

==
Valerio FerrucciTabasoft Sas
[EMAIL PROTECTED]http://www.tabasoft.it


FW: Help w/ CVS

2002-05-20 Thread Caroline Neal

I am working on a project that requires customer headers and footers and
cannot find where to edit them in the CVS program.  Is it possible and if so
how?

Much appreciate your help.

~Caroline

Caroline Neal
Motek, Inc.
8383 Wilshire Blvd. Suite 412
Beverly Hills, CA 90211
Phone 323.653.4333
Fax 323.653.5763
www.motek.com  

-Original Message-
From: Derek Robert Price [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 1:13 PM
To: Caroline Neal
Subject: Re: Help w/ CVS

Caroline Neal wrote:

>I am having a lot of trouble trying to edit the headers and footers in CVS.
>Can you please have someone contact me in this regard.  Thanks, I have a
>project due in 2 days.
>
>- Caroline
>

My apologies Caroline, but [EMAIL PROTECTED] does not answer CVS
help requests.  Please use the public [EMAIL PROTECTED] mailing list or,
if you are in a hurry, would like to guarantee a discussion with one of
the registered CVS developers, or if you would simply like to help
support the future of CVS development, you might wish to consider
purchasing a CVS support contract from Worldwide Information
Technologies, Inc. .

Thank you for your time.

Derek R. Price

--
*8^)

Email: [EMAIL PROTECTED]
Public key available from www.keyserver.net - Key ID 5ECF1609
Fingerprint 511D DCD9 04CE 48A9 CC07  A421 BFBF 5CC2 56A6 AB0E

Get CVS support at http://2-wit.com
--
No experiment can be more interesting than that we are now trying, and which
we
trust will end in establishing the fact, that men can be governed by reason
and
truth.  Our first object should therefore be to leave open to him all the
avenues of truth.  The most effective hitherto found, is the freedom of the
press.  It is, therefore, the first shut up by those who fear the
investigation
of their actions.
- Thomas Jefferson


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



Re: Upgrading cvs to newer version

2002-05-20 Thread Rene Berber

Anette van der Schyf <[EMAIL PROTECTED]> wrote in message 
news:<[EMAIL PROTECTED]>...

> We are currently running cvs version 1.10.7 on linux 2.2. We want to upgrade
> to version 1.11.2 of cvs. I would like to know if the following steps of 
> upgrading is correct:
> 
> 1.I have downloaded cvs-1.11.tar.gz

You mean cvs-1.11.2.tar.gz

> 2.Type on commandline: gunzip cvs-1.11.tar.gz
> 3.Type on commandline: tar xvf cvs-1.11.tar.gz

It's tar xvf cvs-1.11.2.tar
or do 2 and 3 in one step: tar xzvf cvs-1.11.2.tar.gz

> 4.Type on commandline: cd cvs-1.11
> 5.Type on commandline: ./configure
> 6.Type on commandline: make 

Test the new program before installing (run at least src/cvs
--version, and src/cvs version);

Also at this point you may want to disable access to cvs (from other
people in perhaps other machines).  If you use pserver then comment
the line in /etc/inetd.conf that starts cvs, and send a SIGHUP to
inetd; if you use ssh/rsh then rename the program (i.e. mv
/usr/bin/cvs /usr/bin/cvs.old).

You can see if any cvs process is running, that means that somebody is
using it.

> 7.Type on commandline: make install

That should work for a standard build, installed under /usr/local.

Some versions of Linux (like RedHat for instance) install it under
/usr.  You can have 2 copies and work with that, or use "./configure
--prefix=/usr" to replace the old version.

> Do I need to set up everything again (the whole cvs)?

No.

> Or will the existing
> repository and users acces etc still be ok? (I don't want to break
> anything!)

Yes, the repository and user access doesn't have to be changed.

Regards.
-- 
R. Berber
rberber AT mailandnews.com
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: CVS generates new files

2002-05-20 Thread Rasmus Resen Amossen

> CVS protects you by keeping an unmodified copy of your file
> in your working directory, with the name `.#file.revision'
> where revision is the revision that your modified file started from.

Ok, that explains it. I just couldn't find any documentation on that, so
I considdered it as a bug.

> In our system the files are named using `.#file.revision` and I
> clean my Master Build Library (MBL) once a month to remove these
> files that are over one month old with the following cron entry:

Do you know how to customize the naming of the backup files? The
preceeding dot is smart in fact that it hides the file during normal
"ls" calls.

Thaks again.

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



CVS Question ?

2002-05-20 Thread salai

Is there a way to lock a tag so that no one can make 
any commits into that tag?

After the release, we need to kind of freez that tag.

Thanx, Sean

Re: CVS problem

2002-05-20 Thread Larry Jones

Sudhaker P writes:
> 
> "cvs server: cannot open /root/.cvsignore: Permission denied
> cvs [server aborted]: can't chdir(/root): Permission denied"

Make sure you have a -f option in your [x]inetd configuration (just
before the --allow-root option is a good place).

-Larry Jones

I wonder if I can grow fangs when my baby teeth fall out. -- Calvin

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



CVS problem

2002-05-20 Thread Sudhaker P

Hi all,
I've posted a question about CVS migration two days ago and with your help 
I'm able to successfully login to the server, but now I've a new problem.
Can any of you gurus please help.
The problem is a below
"cvs server: cannot open /root/.cvsignore: Permission denied
cvs [server aborted]: can't chdir(/root): Permission denied"

I've read the CVS manual but didnt understand the solution.
I'd really appreciate if any of you can please guide me on this issue.

Regards,

Peram



_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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



Re: CVS 1.11.2 Released!

2002-05-20 Thread Derek Robert Price

Noel Yap wrote:

>--- Derek Robert Price <[EMAIL PROTECTED]> wrote:
>
>>Noel Yap wrote:
>>
>>>Grrr!  It looks like the advisory locks patch still
>>>didn't make it in.  I think the patch have all the
>>>necessary requisites (doc and test patch).  Is it
>>>still missing something?
>>>
>>>Noel
>>>
>>I've fallen a little bit behind on the email lists,
>>I won't get into 
>>why, but I just found your patch on SourceForge. 
>>I'll try and find time 
>>to take a look at it so that you can at least get
>>feedback and maybe get 
>>the patch into the next release.
>>
>>Thanks for your patience.
>>
>
>Hey, so long as it's not being ignored outright ...
>:-)
>
>The LAG (latest and greatest) of this patch was
>submitted by Matt Ogilvie (who added docs and tests). 
>Just to be sure you get the right one, here is the
>URL:
>https://sourceforge.net/tracker/index.php?func=detail&aid=471046&group_id=4680&atid=304680
>
>Thanks,
>Noel
>

The addition of documentation and test cases is great, but this patch is 
still way too big.  I'll keep trying to deal with it if somebody will 
chop it into little bite size chunks, one bug fix or feature, its doc, 
and its tests per chunk.

For instance, the bug fixes Mathew Ogilvie mentions he made as he was 
working on this should have their own patches.  Making edit report 
editors should be in its own patch.  Advisory locks should have its own 
patch, possibly several when it makes sense, but I didn't read enough to 
give further advice.  The sockPlayer separation is nice too - keep it 
separate.

Sorry about that, but I really don't have the time for so much unpaid 
work at the moment.

Derek

-- 
*8^)

Email: [EMAIL PROTECTED]
Public key available from www.keyserver.net - Key ID 5ECF1609
Fingerprint 511D DCD9 04CE 48A9 CC07  A421 BFBF 5CC2 56A6 AB0E

Get CVS support at http://2-wit.com
-- 
Welcome to the Church of the Holy Cabbage.  Lettuce pray 




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



Hi friends...

2002-05-20 Thread Rohan Bairat

Hi Am rohan

I am new this group. I am a windows user but now shifting to 
linux

I am going through the documentation and i feel that it has a 
steep learning curve...

Yeah the main point... i am facing few problems

1. I installed cvs from an rpm and when i query the rpm it says 
rpm not installed but i can run cvs...

2.I need to know how to configure CVS and use Kerberos for 
authentication do u all have any docs abt it...
I am reading the CVS manual but the picture dosent seem clear to 
me

please help
thanks
regards
rohan
_
Click below to visit monsterindia.com and review jobs in India or 
Abroad
http://monsterindia.rediff.com/jobs


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