Re: port not running!!!

2003-07-24 Thread Amit Sharma
Hi,
   You have to put the entries in services file to start the service
Try telnet  2401 to check wheher this port is being used or
not and also check ps -ef|grep cvspserver For more information 
refer http://www.cvshome.org 
If you can explain in bit more details may be I can help you.
I have just subscribed the list and I don't have the whole thread :-)


Amit.


>>> "Kent Emia" <[EMAIL PROTECTED]> 7/24/2003 1:22:25 PM >>>
I've checkec
http://www.freeos.com/articles/4608/?PHPSESSID=a898a2e13956084daeb236798

a405bad

and in the # 13th it says to check if the CVS is running on the port
2401 but what if I can't see it? it doesn't tell
what to do next..

btw how do I do that?

Kent


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


Unable to lock files

2003-03-10 Thread Amit Sharma (SCM)
Hi All,
   I am not able to lock file from cvs. I have tried on both cvs1.2 and
cvs1.3 individually. Now I have both version installed on my system. Every
time I try to lock a file it gives following message-
cvs [admin aborted]: 'admin -l' is a depreciated option.  Use 'edit -c'
instead.

CVSServer Version is 1.11.5

Regards,
Amit.



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


RE: Help Required

2003-03-05 Thread Amit Sharma (SCM)
CVS Release is up to date

cvs Server version 1.11.5
Client Version 1.12

regards,
Amit


-Original Message-
From: Rob Helmer [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2003 10:21 AM
To: Amit Sharma (SCM)
Cc: [EMAIL PROTECTED]
Subject: Re: Help Required


On Wed, Mar 05, 2003 at 06:40:27PM +0530, Amit Sharma (SCM) wrote:
> I have tried the same but got the following message from the Server
> 
> cvs: commit.c:2055: checkaddfile: Assertion `*rcsnode == ((void *)0)'
> failed.
> cvs [server aborted]: received abort signal

Hmm.. on searching google, all I can find are references to a pretty
old CVS bug ( > 2 years.. ).

Get the admin to make sure their CVS release is up to date.

Also, what version of the client are you using?

> 
> 
> Regads,
> Amit
> 
> 
> -Original Message-
> From: Rob Helmer [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 05, 2003 12:45 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Help Required
> 
> 
> On Wed, Mar 05, 2003 at 12:16:51PM +0530, Amit Sharma (SCM) wrote:
> > Hi All,
> > I have wrongly checked in one file with name ABC.TXT and want to
> > rename the file to abc.txt  (All in small letters) Please suggest how
> should
> > i go about it I do not have the access to the Server so that I can
rename
> > the file on the Server using telnet session
> > 
> > Server: SUSE LINUX Enterprise Edition 7.0
> > Client :Wincvs1.2
> 
> Hello,
> 
> 
> You should never manipulate the repository directly.
> 
> Here is how to rename a file so that history is preserved ( in your CVS
> checkout ) :
> 
> 
> mv ABC.txt abc.txt
> cvs rm ABC.txt
> cvs add abc.txt
> cvs commit -m "renamed ABC.txt to abc.txt" ABC.txt abc.txt
> 
> 
> This way, anyone looking at the history for this file will clearly
> see that it was renamed, and can look at the ABC.txt in the Attic
> if they need to.
> 
> If you do the rename directly in the repository, the information
> on when, why and by who it was renamed is lost.
> 
> 
> 
> HTH,
> Rob Helmer
> 
> 
> ___
> 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
> 


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


Help required

2003-03-05 Thread Amit Sharma (SCM)
Hi All,
I have one strange problem and need your help to solve. Wrongly I
have modifie the date on the Server and users have checked in files to the
Server So all files gone to the Server have wrong time stamp Later on I
found the problem and corrected the files which have wrong time stamps but
in history file under $CVSROOT/CVSROOT/history still have the wrong time
stamps in it and it creates problem for some of my other programs where I
need to browse the history Please suggest

regards,
Amit



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


RE: cvs admin

2003-03-05 Thread Amit Sharma (SCM)



Go to 
directory /var/lib/cvs/myproj 
and delete the #cvs.. manually It will 
solve the problem
 
Regards,
Amit
 

  -Original Message-From: Derkaoui 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, March 06, 2003 3:12 
  AMTo: [EMAIL PROTECTED]Subject: cvs 
  admin
  I did a cvs admin -U by error and now when i commit, I got all the 
  time:
  cvs commit:[21:28:54] waiting for root's lock in /var/lib/cvs/myproj
  cvs commit:[21:28:54] waiting for root's lock in /var/lib/cvs/myproj
  cvs commit:[21:28:54] waiting for root's lock in /var/lib/cvs/myproj
  ..
  
  any helpM. Derkaouiwho can 
  do, do.  Who can't do, teach.  Who can't teach, critics.
  
  
  Lèche-vitrine ou lèche-écran ? Yahoo! 
Magasinage.
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


RE: Help needed to checkout cvs repository

2003-03-05 Thread Amit Sharma (SCM)
There can be wrong entry in inetd.conf file for CVS Please verify that cvs
is rnning on port 2401
using this command

telnet  2401 
If it closes itself It means port 2401 is not configured for cvs i.e. there
are some wrong entries in inetd.conf or services files in /etc does not have
entry for cvs

regards,
Amit.


-Original Message-
From: Mark D. Baushke [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2003 3:08 AM
To: GnanaShekar Subramani
Cc: [EMAIL PROTECTED]
Subject: Re: Help needed to checkout cvs repository 


"Subramani, GnanaShekar (MED, TCS)" writes:

> We have a cvs repository named "cpq_repository" created on a solaris box
> named "gemsmet.med.ge.com".  we are getting an error when we checkout
> this repository onto a folder in another solaris box named
> "gemsdev26.med.ge.com'.  
> 
> From gemsdev26.med.ge.com
> ==
> pwd
> /home/selectic/gshekar
> gemsdev26:selectic (cvs) 443>cvs -d
> :pserver:[EMAIL PROTECTED]:/var/opt/data/cvs/Sales checkout
> cpq_repository
> cvs [checkout aborted]: connect to gemsmet.med.ge.com:2401 failed:
> Connection refused
> 
> Request you to give your suggestion.

Please consult http://www.cvshome.org/docs/manual/cvs_21.html#IDX352

-- Mark


___
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: Help Required

2003-03-05 Thread Amit Sharma (SCM)
I have tried the same but got the following message from the Server

cvs: commit.c:2055: checkaddfile: Assertion `*rcsnode == ((void *)0)'
failed.
cvs [server aborted]: received abort signal


Regads,
Amit


-Original Message-
From: Rob Helmer [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 05, 2003 12:45 PM
To: [EMAIL PROTECTED]
Subject: Re: Help Required


On Wed, Mar 05, 2003 at 12:16:51PM +0530, Amit Sharma (SCM) wrote:
> Hi All,
>   I have wrongly checked in one file with name ABC.TXT and want to
> rename the file to abc.txt  (All in small letters) Please suggest how
should
> i go about it I do not have the access to the Server so that I can rename
> the file on the Server using telnet session
> 
> Server:   SUSE LINUX Enterprise Edition 7.0
> Client :Wincvs1.2

Hello,


You should never manipulate the repository directly.

Here is how to rename a file so that history is preserved ( in your CVS
checkout ) :


mv ABC.txt abc.txt
cvs rm ABC.txt
cvs add abc.txt
cvs commit -m "renamed ABC.txt to abc.txt" ABC.txt abc.txt


This way, anyone looking at the history for this file will clearly
see that it was renamed, and can look at the ABC.txt in the Attic
if they need to.

If you do the rename directly in the repository, the information
on when, why and by who it was renamed is lost.



HTH,
Rob Helmer


___
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


Special Character files

2003-03-05 Thread Amit Sharma (SCM)
I have a strange problem in Server I have some folders with Trademark TM
appended to them As it is a special character SUSE Linux is not able to
recognize this character SO I am anot able to go into the directory using my
telnet sessions and not able to rename this from telnet session Please
suggest how should I solve the problem So that I could read special
character files from my Server(Linux box)


regards,
Amit



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


Locking mechanism in CVS

2003-03-04 Thread Amit Sharma (SCM)
Hi All,
I have upgraded my cvs to version 1.11.5 and getting lot of lock
files in the repository which are not getting released and I have to
manually delete the lock file, Is there any bug for lock file mechanism in
cvs1.11.5 or am doing something wrong.


Regards,
Amit.



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


Help Required

2003-03-04 Thread Amit Sharma (SCM)
Hi All,
I have wrongly checked in one file with name ABC.TXT and want to
rename the file to abc.txt  (All in small letters) Please suggest how should
i go about it I do not have the access to the Server so that I can rename
the file on the Server using telnet session

Server: SUSE LINUX Enterprise Edition 7.0
Client :Wincvs1.2


regards,
Amit.



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


RE: Preserve permissions in CVSUp Synchroniztion

2003-03-03 Thread Amit Sharma (SCM)
Preserve permissions is not working properly in my supfile

Here is the sample supfile

*default host=10.91.208.245
*default base=.
*default release=cvs
*default preserve
*default delete use-rel-suffix compress
kdeall


And mentioned below is the version number of CVSUP
CVSup client, non-GUI version
Copyright 1996-2001 John D. Polstra
Software version: SNAP_16_1d
Protocol version: 16.1
Operating system: LINUXLIBC6
http://www.polstra.com/projects/freeware/CVSup/
Report problems to [EMAIL PROTECTED]



regards,
Amit



-Original Message-
From: Mark D. Baushke [mailto:[EMAIL PROTECTED]
Sent: Monday, March 03, 2003 3:49 PM
To: Amit Sharma (SCM)
Cc: [EMAIL PROTECTED]
Subject: Re: Preserve permissions in CVSUp Synchroniztion 


Amit Sharma (SCM) <[EMAIL PROTECTED]> writes:

>   I have a strange problem. I want to synchronize 2 CVS databases but
> want to preserve the permissions at Slave Server So that whatever
> permissions I set on Slave it would not be replicated. I am running cvsup
> from root account. Would you please help me how to acheive the same.

The slave should not have any of its permissions propagated to the master.
You should be able to turn off the 'preserve' mode so that the master will
not walk all over your slave.

See the man page for cvsup and look for the preserve keyword.

You should probably look into http://www.cvsup.org/ for more inforamtion
as cvshome.org does not really do anything to support CVSup. In
particular, questions and answers not covered by the
http://www.cvsup.org/faq.html file should be directed to
[EMAIL PROTECTED] (the information they need before they will
answer your questions is located in the FAQ under question 5).

Good luck,
-- Mark


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


Preserve permissions in CVSUp Synchroniztion

2003-03-03 Thread Amit Sharma (SCM)
Hi,

I have a strange problem. I want to synchronize 2 CVS databases but
want to preserve the permissions at Slave Server So that whatever
permissions I set on Slave it would not be replicated. I am running cvsup
from root account. Would you please help me how to acheive the same.

Regards,
Amit.



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


CVS on Solaris 2.8

2003-02-27 Thread Amit Sharma (SCM)
Hi,
I have installed CVS 1.11.5 on Solaris2.8 but getting a strange
problem while logging onto Server
cvs [login aborted]: recv() from server 10.91.208.12: EOF

Please help if anybody has faced the same problem and fixed

Regards,
Amit




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


Help Required

2003-02-26 Thread Amit Sharma (SCM)
Hi All,
While getting code from CVS Server (Suse Linux Enterprise Edition
7.0) using wincvs I am getting the following error

cvs server: module `QPS/ALLPRODS_CDFJM' in modules file contains infinite
loop
cvs server: cannot open current directory: Too many open files
cvs [checkout aborted]: end of file from server (consult above messages if
any)

Any help in this regard would be appreciable.

Regrads,
Amit



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


RE: Help Required

2003-02-20 Thread Amit Sharma
Thanks,
I have tried the same and is working fine. But can't I restict the
users from tagging if i need only one particular user to apply the tag and
rest all are restricted to apply the tag because as mentioned by the taginfo
file I can keep track of only 4 parameters.
# $1 -- tagname
# $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d
# $3 -- repository
# $4->  file revision [file revision ...
and no user information.




Regards,
Amit.



-Original Message-
From: Mark D. Baushke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 20, 2003 1:25 PM
To: Amit Sharma
Cc: [EMAIL PROTECTED]
Subject: Re: Help Required 


Amit Sharma <[EMAIL PROTECTED]> writes:

>   Yes, that was the problem I have seen the graph selection of all the
> files and one of the file has tag applied by some user while all other I
> have branched. How can I restrict the users to apply tag on the files as
> this is an administrative task and only admin should do that, So that we
> restrict users to tag the files and folders.

You want to write a taginfo script to disallow tags for certain users.
See http://www.cvshome.org/docs/manual/cvs_8.html#SEC78 for details.

Enjoy!
-- Mark


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



RE: Help Required

2003-02-19 Thread Amit Sharma
Yes, that was the problem I have seen the graph selection of all the
files and one of the file has tag applied by some user while all other I
have branched. How can I restrict the users to apply tag on the files as
this is an administrative task and only admin should do that, So that we
restrict users to tag the files and folders.


Regards,
Amit.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 19, 2003 9:47 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Help Required


Amit Sharma writes:
> 
>   I am getting a strange problem while adding the file to the branch. 
> cvs server: cannot add file on non-branch tag EPS1_6
> 
> Although this branch exists.

That indicates that the tag EPS1_6 is a revision tag rather than a
branch tag in at least one file in your working directory.

-Larry Jones

The living dead don't NEED to solve word problems. -- Calvin


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



Help Required

2003-02-19 Thread Amit Sharma
Hi,
I am getting a strange problem while adding the file to the branch. 
cvs server: cannot add file on non-branch tag EPS1_6

Although this branch exists.
Please suggest.

regards,
Amit.



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



RE: Module defination

2003-02-17 Thread Amit Sharma
I can't rename the directories and can't tell admin to do this as it will
affect lot of project settings, Does it mean Module defination can't take
spaces.


regards,
Amit



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 18, 2003 1:20 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Module defination


Amit Sharma writes:
> 
> doc -a "ABC/Test/Test 1.1"
> &
> doc -a "ABC/Test/Test\ 1.1"as well but fails. Please suggest.

Rename the directory so it doesn't contain spaces.

-Larry Jones

Kicking dust is the only part of this game we really like. -- Calvin


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



Module defination

2003-02-16 Thread Amit Sharma
I have to define one module defination 
e.g

doc -a ABC/Test/Test 1.1

but it is always considering it as

ABC/Test/Test while checking out. I  have tried

doc -a "ABC/Test/Test 1.1"
&
doc -a "ABC/Test/Test\ 1.1"as well but fails. Please suggest.


Regards,
Amit.





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



Help Required

2003-02-14 Thread Amit Sharma
Hi All,
I have one query related to CVS & Linux access permissions and
wanted to discuss with you all. whenever user log on CVS It parses the
password file and treat the user as system user as mentioned after his
encrypted password 


and the folder access are 
drwxrwx---6 cvsadmin per1 4096 Oct  1 09:27 per1
drwxrwx---6 cvsadmin per2  4096 Oct  1 09:27  per2
drwxrwx---6 cvsadmin per3   4096 Oct  1 09:27  per3


Now my query is how would it be possible for one user of per1 to have
read-only access to access on per2 and other per1 users don't have the
access to per2. Because as if i modify the permissions for per1 to 774 all
users of per1 & per3 would also have the access to per1 code(Read only)

Is there any other ways for access restriction in CVS so that I can set the
folder permissions as we are doing it for Visual Source Safe.


Thanks,
Amit.





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



Help Required

2003-02-13 Thread Amit Sharma
Hello All,
I have to commit some file from Mac OS under CVS Server. Files are
without extensions & whenever I commit the file , then get the same file
from CVS Server. File hold the default creator type as "CWIE" & on double
click file gets open in Code Worriour. I want to change the creator type to
MSIE so that I can open the file in explorer.
Whenever I tried to change the creator type to "MSIE" & commit the
same, it won't reflect the changes under CVS. However it's working fine
under local system.

Pls suggest.

Regrads,
Amit



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



Help Required

2003-02-12 Thread Amit Sharma
Hi All,
We have migrated our source code from VSS ( Visual Source Safe) to
CVS but after migration It is not appending the log to the files, Is there
any way on the Server to append log automatically to the file once committed
or Do I need to modify each file to appand the log to the files.

Regards,
Amit.



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



RE: unknown compression

2003-02-10 Thread Amit Sharma
Try upgrading to latest CVS Versions, It has latter version of zlib
compression utility and hope it solves the problem

regards,
Amit


-Original Message-
From: Fabian Cenedese [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 23, 2003 1:49 PM
To: '[EMAIL PROTECTED]'
Subject: Re: unknown compression



> I am getting this error while checking out data from Linux CVS
>Server thru my Windows CVSClient. Can anybody help me to understand the
>cause for this problem.
>COMMAND supplied:
>cvs -z9 -q update test.h (in directory C:\work)
>ERROR:
>cvs update: inflate: unknown compression method
>cvs [update aborted]: reading from server: Input/output error
>Waiting for ur contribution.

For some reason it doesn't know compression. Try if it works without
the -z9 option. What cvs program and version are you using?

bye  Fabi





___
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



CVS upgrade

2003-02-10 Thread Amit Sharma
Hi All,
We are using CVS 1.11 Server on Suse Linux Enterprise Edition 7.0 &
want to upgrade it to CVS 1.11.3 Please let us know if anybody using the
same configuration have found any stability issue with this version.

Regards,
Amit.



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



RE: Help Required

2003-02-03 Thread Amit Sharma
Permissions in the repository are correct but when checked out Permissions
get modified to 644 i.e execute permissions get removed


regards,
Amit


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 8:50 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Help Required


Amit Sharma writes:
> 
>   On MAC OS X if we check in a binary file(Apple script executable) in
> CVS.and then remove the file from our local HDD.If we get the same
> executable  from CVS again and try to run it IT DOESN NOT WORK.since it
does
> not have execute permission flag on. Does it Mean CVS does not preseve the
> permissions. 

No.  When CVS creates a new file in the repository (the very first time
you commit), it sets the repository file's execute permissions to match
the working file's execute permissions.  When you check a file out, CVS
copies the execute permissions from the repository file to the working
file.  So, if it's not working, then either the file wasn't executable
the very first time you committed it or there's something wrong with
CVS's OS X support.  Check the permissions on the repository file -- if
it isn't executable, try making it executable and then checking it out. 

-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


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



RE: Help Required

2003-01-30 Thread Amit Sharma
We are able to checkout the files with its permissions preserved
with MACCVSX version (octopus iconed version of MacCVS) apart it fails to
get file names with special character(Error: invalid argument,Internal
error: cvs_hqx.cpp, 635: Unknown error: 4294967248). With older versions of
CVS we are able to checkout the files with special character without any
error but permissions does not remain preserved.

Please help


Regards,
AMit Sharma



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 8:50 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Help Required


Amit Sharma writes:
> 
>   On MAC OS X if we check in a binary file(Apple script executable) in
> CVS.and then remove the file from our local HDD.If we get the same
> executable  from CVS again and try to run it IT DOESN NOT WORK.since it
does
> not have execute permission flag on. Does it Mean CVS does not preseve the
> permissions. 

No.  When CVS creates a new file in the repository (the very first time
you commit), it sets the repository file's execute permissions to match
the working file's execute permissions.  When you check a file out, CVS
copies the execute permissions from the repository file to the working
file.  So, if it's not working, then either the file wasn't executable
the very first time you committed it or there's something wrong with
CVS's OS X support.  Check the permissions on the repository file -- if
it isn't executable, try making it executable and then checking it out. 

-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


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



Help Required

2003-01-30 Thread Amit Sharma
Hi All,
On MAC OS X if we check in a binary file(Apple script executable) in
CVS.and then remove the file from our local HDD.If we get the same
executable  from CVS again and try to run it IT DOESN NOT WORK.since it does
not have execute permission flag on. Does it Mean CVS does not preseve the
permissions. 
 

Regards,
Amit.



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



Help Required:

2003-01-30 Thread Amit Sharma
HI All,
I am getting a strange warning message while getting the source from
CVS.

cvs server: cannot read /CVS/research/CVSROOT/users: Too many open files in
system.
cvs server: cannot open /CVS/research/CVSROOT/notify: Too many open files in
system.

I have tried to search on the net for this warning message but was not able
to find any Please suggest what does it mean If anybody has idea on this.


Regards,
Amit.



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



Help Required:

2003-01-29 Thread Amit Sharma
Hi All,
I need to get the information for the checkins between 2 dates in my
repository. Please help me if any body has idea how to do this.


Regards,
Amit.



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



Help Required:

2003-01-27 Thread Amit Sharma
Hi,
Is there any way to findout with one command for all the watches
that have been applied in the whole repository. 

P.S.: I have an idea that there is a file called fileattr which stores all
the information for the watch but I don't want to look for each fileattr to
look for the user's lock entry.



Regards,
Amit.



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



Problem with special Characters in CVS

2003-01-20 Thread Amit Sharma
Hi All,
I have some special character files in my system on mac and I need
to checkin those files to CVS. My CVSServer is in Linux and Software
installed is Suse Enterprise Edition 7.0 When I checkin those files to
Server the special character got lost and I am not able to get those files
back to my Mac Please help if any patch is required to solve the problem.

My CVS Server version is 1.11.2
It is working file with CVS Client Version 3.2b10 but I have this problem
with CVS Client Version 3.2b12 


Regards,
Amit.



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



RE: Modified file list

2003-01-16 Thread Amit Sharma
Configure Bonsai which maintains a database of all checkins in Mysql and you
can query that database


Regrads,
Amit


-Original Message-
From: Chow, James [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 16, 2003 9:35 PM
To: [EMAIL PROTECTED]
Subject: Modified file list


Hi

Can I got a list of files change for the last 24 hours or last week fom
cvs?. 

cvs diff is giving me way too much information for just a file list.


thanks




___
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



Tagging Problem

2003-01-15 Thread Amit Sharma
I have a strange tagging problem I have started tagging at the same
time to same Repository from 2 different machines with different tag names
and after tag completed found that few of the files one of the tag has been
applied and few of the files the second tag got appiled and on rest of the
files both the tag got applied Can anybody tell me what is the root cause of
the problem and how we can overcome this problem.


Regards,
Amit.



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



RE: Change history?

2003-01-09 Thread Amit Sharma
Configure bonsai on your system by using this you can query CVS for any
checkin any user's checkin and any checkins betwenn 2 dates

regards,
Amit


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 3:01 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Change history?


Chow, James writes:
> 
> Is there anyway for cvs to return a list of changes for the day or week?

Yes, look at the diff and log commands and their date options for
specifying revisions.

-Larry Jones

I told her to expect you to deny everything. -- Calvin


___
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



Tagging files

2003-01-08 Thread Amit Sharma
Hi all,
AFAIK In CVS all users's log entries goes to history files in
CVSROOT but I want that although users can add to history but they should
not be able to tag the files as in my case All the users are able to tag the
files but I need Admin can tag the code and other Admin stuff like Branching
etc as well and not all users

P.S.: If i make the history file read only then users can't log history to
history file.

Please help

Thanks & Regrads,
Amit Sharma


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



Permision problems in Mac

2003-01-07 Thread Amit Sharma
Hi All,
I am using latest version of Mac CVS on OSX, I have modified the
permissions for few of the files on the Server (CVS Linux Server ) for
execute permissions and when I get the files on Unix Machine with umask 022
I got the correct permissions whatever is on the Server but in case of Mac
with Umask 022 when viewed through the terminal I got the permissions as
rw_r__r__
please suggest if you have any idea.



Regards,
Amit.



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



RE: Permision problems in Mac

2003-01-07 Thread Amit Sharma
Modification

>  -Original Message-
> From:     Amit Sharma  
> Sent: Tuesday, January 07, 2003 11:42 AM
> To:   [EMAIL PROTECTED]
> Subject:  Permision problems in Mac
> 
> Hi All,
>   I am using latest version of Mac CVS on OSX, I have modified the
> permissions for few of the files on the Server (CVS Linux Server ) for
> execute permissions and when I get the files on Unix Machine with umask
> 022 I got the correct permissions whatever is on the Server but in case of
> Mac [Amit Sharma]  (When I get the files through CVS With MACCVS Latest
> Version 3.0)  with Umask 022 when viewed through the terminal I got the
> permissions as rw_r__r__
>   please suggest if you have any idea.
> 
> 
> 
> Regards,
> Amit.
> 


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



RE: Hard Links

2003-01-03 Thread Amit Sharma
Ok,
I will explain:
1) I have 2 directories inside CVSROOT with different names A and B.
2) I have a1,a2 files in A directory
3) I have b1,b2 files in B directory 
4) I want that if i modify file a1, b1 should be modified automatically and
vice versa
5) If i will modify a2, b2 would be modified automatically  and vice versa

I don't  want to modify the module defination to checkout coomon file from
one common location for both these projects As file names a1,b1 are
different and same is the case for a2,be but files are exactly copies of
each other I can attain this functionality by doing soft links in Linux and
can modify the files in wincvs to get my results but not through hard links

One More Question:
As mentioned by you linking files, you
have defeated CVS's locking system and you're asking for a corrupted
repository.  Soft linking directories isn't dangerous

Could you please suggest me more on this

Regrads,
Amit Sharma






-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 04, 2003 12:23 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Hard Links


Amit Sharma writes:
> 
> I have created Soft Links in the Repository and is working fine for me
from
> last ten months but now there are few requirements for hard links for
which
> i was getting the problem I have found on the website
http://www.cvshome.org
> that there are few problems with the hard links's preservepermisions which
> causes repository corruption Is it the same you are talking about, and
> should i continue with the soft links.

Are you soft linking files or directories?  If you're linking files, you
have defeated CVS's locking system and you're asking for a corrupted
repository.  Soft linking directories isn't dangerous, but it's almost
always better to use CVS's modules file instead.  The
PreservePermissions code (which is so buggy as to be unusable) was
intended to allow you to store links in the repository as normal RCS
files, not to allowing linking repository files together.  Perhaps if
you explain in detail exactly what it is that you're trying to
accomplish, someone will have a suggestion of how best to do it.

-Larry Jones

What better way to spend one's freedom than eating chocolate
cereal and watching cartoons! -- Calvin


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



RE: Hard Links

2003-01-02 Thread Amit Sharma
I have created Soft Links in the Repository and is working fine for me from
last ten months but now there are few requirements for hard links for which
i was getting the problem I have found on the website http://www.cvshome.org
that there are few problems with the hard links's preservepermisions which
causes repository corruption Is it the same you are talking about, and
should i continue with the soft links.


Thanks,
Amit Sharma.
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 02, 2003 10:19 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Hard Links


Amit Sharma writes:
> 
>   I want to implement hard links in CVS. My Server is in SUSE Linux
> Enterprise Edition 7.0 and want to create har d links for few of the files
> in the Same file system. Although I am able to do the same with the Soft
> Links but in case of hard links Whenever I modify the file and Commit the
> file through WinCVS Inode of the file changes and hard link is getting
> removed, Please suggest if anybody has faced the same problem 

It's not clear whether you're talking about links in the respository or
in your working directory.  If you're talking about links in the
repository, *DON'T DO IT* -- it completely subverts CVS's locking
protocol and may well corrupt your repository.  If you're talking about
links in the working directory, you'll just have to modify your build
process (e.g., a Makefile) to rebuild the links as needed.

-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



RE: (newbie) WinCVS also a server?

2003-01-02 Thread Amit Sharma
Correct, You can get more information from here as well.

http://cvsbook.red-bean.com/cvsbook.html#Getting_And_Installing_CVS_Under_Wi
ndows

Regards,
Amit



-Original Message-
From: Mazza, Glen R., ,CPMS [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 02, 2003 5:56 PM
To: 'Amit Sharma'; '[EMAIL PROTECTED]'
Subject: RE: (newbie) WinCVS also a server?


But WinCVS (http://www.wincvs.org) is *not* the "Windows distribution of
CVS" (from http://www.cvshome.org/), correct?  WinCVS is apparently just a
third-party client.  I think the limited functionality you mention is that
of the Windows CVS server distribution from the latter link above.

Glen

-----Original Message-
From: Amit Sharma [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 02, 2003 6:12 AM
To: Mazza, Glen R., ,CPMS; '[EMAIL PROTECTED]'
Subject: RE: (newbie) WinCVS also a server?


Hi,
The Windows and Macintosh distributions of CVS are generally limited
in functionality. They can all act as clients, meaning that they can contact
a repository server to obtain a working copy, commit, update, and so on. But
they can't serve repositories themselves. If you set it up right, the
Windows port can use a local-disk repository, but it still can't serve
projects from that repository to other machines. In general, if you want to
have a network-accessible CVS repository, you must run the CVS server on a
Unix box. 

regards,
Amit Sharma

-Original Message-
From: Mazza, Glen R., ,CPMS [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 02, 2003 4:28 PM
To: '[EMAIL PROTECTED]'
Subject: (newbie) WinCVS also a server?


Hello,

Is WinCVS only a client for accessing a CVS server or can it also function
as a server (repository) itself?  I'm currently using it as a client to
access a server remotely but am unsure if it has more capabilities.  I think
that, in general, when we refer to CVS server software we referring just to
the software that is downloaded from http://www.cvshome.org/.  Correct?

Thanks,
Glen


___
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: (newbie) WinCVS also a server?

2003-01-02 Thread Amit Sharma
Hi,
The Windows and Macintosh distributions of CVS are generally limited
in functionality. They can all act as clients, meaning that they can contact
a repository server to obtain a working copy, commit, update, and so on. But
they can't serve repositories themselves. If you set it up right, the
Windows port can use a local-disk repository, but it still can't serve
projects from that repository to other machines. In general, if you want to
have a network-accessible CVS repository, you must run the CVS server on a
Unix box. 

regards,
Amit Sharma

-Original Message-
From: Mazza, Glen R., ,CPMS [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 02, 2003 4:28 PM
To: '[EMAIL PROTECTED]'
Subject: (newbie) WinCVS also a server?


Hello,

Is WinCVS only a client for accessing a CVS server or can it also function
as a server (repository) itself?  I'm currently using it as a client to
access a server remotely but am unsure if it has more capabilities.  I think
that, in general, when we refer to CVS server software we referring just to
the software that is downloaded from http://www.cvshome.org/.  Correct?

Thanks,
Glen


___
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



Hard Links

2003-01-01 Thread Amit Sharma
Hi All,
I want to implement hard links in CVS. My Server is in SUSE Linux
Enterprise Edition 7.0 and want to create har d links for few of the files
in the Same file system. Although I am able to do the same with the Soft
Links but in case of hard links Whenever I modify the file and Commit the
file through WinCVS Inode of the file changes and hard link is getting
removed, Please suggest if anybody has faced the same problem 

Thanks in Advance,


Regards,
Amit.



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