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 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 upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


Cvs merge problem

2004-08-19 Thread Ramanuj Singh
Title: Cvs merge problem





Hi,
I m facing very strange problem.Developers are working on their branch made from a development branch on trunk.
There are seven developers in the team. The problem developer facing is when their branch is merged in to the development branch the files which have been changed earlier or updated in the development branch gets updated with the changes from the branch and some files show conflicts but the file which has never been updated or touched by any developer before in their branch is merged with some changes made by one developer do not show changes in the development branch. The rest of the files show changes but these files are do not show any changes. Apart from these kind of files, rest of the files merge successfully. This problem is creating a great hindrance the development of the project.They are using tortoise CVS as for this CVS stuff. I 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 Material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding  co-operation. 



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


cvs branch date

2004-08-19 Thread ramanuj singh
   How can we get the date of branch created through tag command or 
using Tortoise CVS  utility on windows.
I know we cand get creation date of tag or branch from cvs history 
command on command promt but it gives the report only on tags and 
branches created through cvs rtag command.
Thanks 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
Hi,
 I am facing a wierd problem. There is a branch on main trunk i.e. dev 
branch. In this branch different developer create their branches and 
merge their each branh into main trunk after completing their task.
Developers are using Tortoise CVS as their tool. When a developer merges 
his branch 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 PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs


Changing the repository of project

2004-07-14 Thread Ramanuj Singh








Hi,



Presently I have a project in a cvs repository on a server in
/usr/local/cvsroot . This repository contains other projects also. Now I have
to shift one of the project in a cvs repository on a different server in
/usr/local/cvsrep. While shifting this project don't want to lose any 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, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 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 upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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

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 privileged Material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 and name of author. This is really urgent as I m new in CVS and
working as cvs administrator. Don't tell me about the history command as it
generates reports only for the tags created with rtag command.



Even CVSWeb also gives the graphical view
of branch and tag. If u can help me in this scenario , I will be grateful to u.
Have to generate this kind of report on urgent basis.



I need the kind of report as history command generates for all
tags. As I have mentioned earlier the history command is not of great help as
generates report about the tags or branches created by rtag command. So the
tags created by simple tag command are not mentioned in this repor



I need to generate report from cvs
reporsitory for a project which displays the fields as I mentioned
before. Don't need to just look up in wincvs and get information. I have to
generate report from cvs repository. Not have to manually see those information
and pen it down. May be a script can do. There are many projects in our
repository and for each project looking at the graphical view and penning down
the information is not the stuff we have to do. I have to submit the reports
about the tags and branches on Monday. I m cvs newbee. So its really urgent. 

The format for the report which will do is as follows, 

Date Name of tag or
branch Name of the author 

Right now have to generate report for the project of
duration of three months from march to may, on weekly basis 

So may be now u get the thing wat I want. 











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 upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 along with the date of creation and name of author. This is really urgent as I m new in CVS and working as cvs administrator. Don't tell me about the history command as it generates reports only for the tags created with rtag command.

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 privileged Material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding  co-operation. 



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


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 week basis for tags and branches by a particular user. These three months were form march to may.

Don't know how to generate week report for branch and tags. This is one problem and another one is when I give the command 

cvs history -T -u username


This command should generate reports on all tags and branches for a particular user but it is not reporting for all tags and branches created by that particular user. When I check the history file , the tags and branches which are not being reported are not entered with the tag T in that file.

I want to know how can I get those tags and branches which are not being displayed.
May be this description will help.
Please help me out




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 upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding  co-operation. 



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


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 a particular user

have to generate report on
weekly basis for the months from march to may for a project. This is in continuation
to the previous query. I have to do it on urgent basis so please provide me a
solution as soon as possible.











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 upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 particular
user











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 upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 and may contain confidential and / or privileged Material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 privileged Material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 the back up of those resolved files.



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 privileged Material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 include file
 'getopt.h'.
 cpp: cvsgraph.c, line 47: error 4062: No image output format
 available. Check libgd
 *** Error exit code 1



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 upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding  co-operation. 



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


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, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding  co-operation. 



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


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 / or privileged Material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding  co-operation. 



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


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 of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding  co-operation. 



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


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 any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding  co-operation. 



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


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 Material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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


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 Material. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from your computer. Thank you for your understanding & co-operation. 


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