Restrict a user to make any changes in HEAD

2005-02-10 Thread Ramanuj . Singh
Hi , I need to restrict a particular user to make any changes in the main trunk i.e. he cannot commit any changes made in a file on the HEAD trunk. How can I lock the main trunk to that particular user. Regards, Ramanuj Singh The information transmitted is intended only

Cvs merge problem

2004-08-19 Thread Ramanuj Singh
checked these merging on command prompt in linux, I m also facing same problem with this project. Help me out. Thanks in Advance. Regards, Ramanuj Singh The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or privileged

cvs branch date

2004-08-19 Thread ramanuj singh
in advance Regards, Ramanuj Singh ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

CVS commit problem

2004-08-18 Thread ramanuj singh
___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

Problem in merge in cvs

2004-08-14 Thread ramanuj singh
after one developer has already merged his branch into dev branch instead of file getting update with the another merge get overridden by the file of last developer who has merged the file. Regards, Ramanuj Singh ___ Info-cvs mailing list [EMAIL

Changing the repository of project

2004-07-14 Thread Ramanuj Singh
information related to this project. How could I do this shifting. Regards, Ramanuj Singh The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or privileged Material. Any review, re-transmission

deletion or disalbling user

2004-06-21 Thread Ramanuj Singh
Could we lose information if we delete a user from CVS The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or privileged Material. Any review, re-transmission, dissemination or other use of or taking of

Attaching hooks

2004-06-07 Thread Ramanuj Singh
Can we attach hooks in cvs i.e. whenever a cvs command is given a particular script could be run. For eg. If we give cvs status then a script which performs some functions related to status starts running. The script could be different for each cvs commands. The information

cvs with mysql

2004-06-07 Thread Ramanuj Singh
How can we store the cvs operations in RDBMS-MySQL. For eg- whenever a tag or rtag command is executed the user name, name of tag ,module name, and the date gets stored in MySQL. We need to do it for each cvs operations. Is there any tool or we have to write a script in perl for it

reports

2004-06-05 Thread Ramanuj Singh
How cvsgraph/cvsweb extract tags and branches from repository. I have gone through their codes but I m harldly able to get some information about the extraction of tags and branches. Or give me a script which gives information about all the tags and branches along with the date of creation

back up of cvs repository

2004-06-04 Thread Ramanuj Singh
How to take the backup of cvs repository. The back up has to be taken up on tapes. The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or privileged Material. Any review, re-transmission, dissemination or

Information about tags

2004-06-04 Thread Ramanuj Singh
Title: Information about tags How cvsgraph/cvsweb extract tags and branches from repository. I have gone through their codes but I m harldly able to get some information about the extraction of tags and branches. Or give me a script which gives information about all the tags and branches

Reports generation in CVS

2004-06-02 Thread Ramanuj Singh
Title: Reports generation in CVS I have to generate report which displays the name of branch or tag, date on which it was created, the author name and the name of the module on week basis for a project. For eg- The project duration was of three months. Now the report has to be generated on

Reports generation in CVS

2004-06-01 Thread Ramanuj Singh
To get information about tags and branches created by a particular user, I am giving the command cvs history -T -u username But not getting report on all the tags. The -T option is used for generating report on all tags but it is not display all the tags and branches created by

Reports in CVS for a project

2004-05-31 Thread Ramanuj Singh
To get information about tags and branches created by a particular user, I am giving the command cvs history -T -u username But not getting report on all the tags. The -T option is used for generating report on all tags but it is not display all the tags and branches created by a

Report generation in CVS

2004-05-28 Thread Ramanuj Singh
How can we generate weekly and monthly reports about tags and branches for a project in CVS. Do we have to write a different script for it . Thanks in advance Ramanuj Singh The information transmitted is intended only for the person or entity to whom it is addressed

problem in commit

2004-05-25 Thread Ramanuj Singh
I resolved the conflicts while merging a branch in main trunki but unable to commit . Its giving an error of sticky tag. Thanks in advance The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or

Undo the update

2004-05-25 Thread Ramanuj Singh
I resolved the conflicts the while merging the branch in main trunki but was unable to commit. Was getting error of sticky tag. So I run the update -A command. Now I lost all the conflicts I resolved during the conflict Is there any way I can undo this update operation as I didn't take

reports in CVS

2004-05-19 Thread Ramanuj Singh
How to generate reports in CVS. The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or privileged Material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance

cvsgraph

2004-04-14 Thread Ramanuj Singh
Title: cvsgraph We got past the can't find gd.h (the missing library). Got libgd installed but now the problem with CVSgraph install is the following: make cc -g -I/usr/local/include -DETCDIR=\/usr/local/etc\ -c -o cvsgraph.o cvsgraph.c cpp: cvsgraph.c, line 33: error 4036: Can't open

removal of empty directories from cvs repository

2004-04-13 Thread Ramanuj Singh
Title: removal of empty directories from cvs repository How to remove empty directories from cvs repository. The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or privileged Material. Any review, re-transmission,

cvs log for tag and branches

2004-04-06 Thread Ramanuj Singh
Title: cvs log for tag and branches How to see logs of tags and branches in project to know who is the owner of branch and tag and when the branch or tag was done. The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and

removing a tag from a project

2004-04-01 Thread Ramanuj Singh
Title: removing a tag from a project How to remove a tag from a project in CVS The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or privileged Material. Any review, re-transmission, dissemination or other use

removal of branch

2004-03-31 Thread Ramanuj Singh
Title: removal of branch How can we remove branch from a project The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or privileged Material. Any review, re-transmission, dissemination or other use of or taking of

attachiing hooks with specific activities in CVS

2004-03-04 Thread Ramanuj Singh
Can we attach hooks to specific activities in CVS, like sending mail whenever a branch has been made, or a new label has been added. The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or privileged

attaching hooks with specific activities in CVS

2004-03-04 Thread Ramanuj Singh
Can we attach hooks to specific activities in CVS, like sending mail whenever a branch has been made, or a new label has been added. The information transmitted is intended only for the person or entity to whom it is addressed and may contain confidential and / or privileged