ÇáÇáËÉËÉÓζػÍ

2002-03-15 Thread ¶Ø»ÍÂÃÓηþÎñÖÐÐÄ
ʹÓü«ÐÇÓʼþȺ·¢£¬ÎÞÐëͨ¹ýÓʼþ·þÎñÆ÷£¬Ö±´ï¶Ô·½ÓÊÏ䣬ËٶȾø¶ÔÒ»Á÷£¡ÏÂÔØÍøÖ·£º[ÐÄÁ¬ÐÂ]Çé¸ÐÔÚÏߣ¬¸ü¶àÃâ·ÑµÄ³¬¿áÈí¼þµÈÄãÀ´Ï¡­¡­ INFORMATION This message has been sent using a trial-run version of the TSmtpRelayServer Delphi Component.

Re: multiple users

2002-03-15 Thread Sebastian Maus
* Larry Jones [EMAIL PROTECTED] wrote (20020315 07:01): Bharat writes: Is there any possiblity that user authentication directly possible with Window-NT domain authentication. Not so far as I know. There is support for LDAP authentication, though. I have no idea about what Windows NT

Re: CVS-GUI tool

2002-03-15 Thread Colm Murphy
tkdiff can be used to highlight and resolve conflicts. tkdiff -conflict FILE see http://www.accurev.com/free/tkdiff Colm A Bharat wrote: Hi, Is there any GUI-tool to use CVS in which conflicts can be solved easily. Like there in VSS (Visual Source Safe) I'm facing a problem of commiting

How to trigger programs on commit

2002-03-15 Thread Thomas Tuft Muller
Hi, I'm sure this has been answered 100 times before, but here we go again. How do I run a program to check that a file e.g. conforms to company code rules before commit? Any issues around this to be aware of? Thanks! -- Thomas

checkout -r

2002-03-15 Thread Andy Baker
Can someone explain the logic behind why 'co -r' turns on the '-P' (prune) option? To get empty dirs checked out locally (using a tag) I'm having to 'update -d' after my 'co -r' TIA Andy NOTICE AND DISCLAIMER: This email (including attachments) is confidential. If you have received this

RE: CVS-GUI tool

2002-03-15 Thread EXT-Corcoran, David
GNU (free) tool http://winmerge.sourceforge.net/ I haven't used it enough to give a review. --@@ ~ DavidC If no information or return is filed, [the] Internal Revenue Service cannot assess you. -- Gary Makovski, Special IRS Agent, testifying under oath in U.S. v. Lloyd www.taxax.org

Re: Readding deleted files

2002-03-15 Thread Cristian Gheorghe
[EMAIL PROTECTED] (Larry Jones) wrote in message news:[EMAIL PROTECTED]... Cristian Gheorghe writes: I have removed a file (cvs rm command) which now needs to go back into the project with the same name and in the same directory. The file which was removed is now in the repository

...

2002-03-15 Thread 0
̨Íą̊±±Ê¢´ó¼¯ÍŹ«Ë¾ÏòÄúÎʺÃ!ÉÆÒâµÄ´òÈÅ,ÍòÍûº£º­(²úÆ·¼Û¸ñ±í¹©²Î¿¼)¡£ ±¾¹«Ë¾ÓÐÒâÔÚ¹óµØÑ°ÕÒºÏ×÷»ï°é,¿ª±ÙÊг¡,ÓкÏ×÷ÒâÏò¿ÉÓë´ó½ҵÎñ²¿ÁªÏµ¡£ (ÊýÂëÉãÏñ»ú.µçÄÔÅä¼þ.±Ê¼Ç±¾.Òƶ¯µç»°) ÁªÏµÈË: Íõ³ÉÖ¾ µç»°:£¨0£©13808531322 Ò»,ÊýÂëÉãÏñ»ú: (ÈËÃñ±Ò,Ôª) 1.Ë÷Äá

'cvs log' doesn't show any tags, yet they exist!

2002-03-15 Thread David A. Desrosiers
This is a weird one, and I coulda sworn this worked for me last week. I can no longer run 'cvs log file.c' in my local repository and see a list of the tags that file.c exists within. I was under the impression that 'cvs log' would display tags. What am I doing wrong here? As an aside,

cvs update to branch with -f option

2002-03-15 Thread Anne-Marie_Buibish
I am working in an environment where several new features are being developed in different branches for the same repository. We are using WinCVS and our team is about 30 developers working in mini-teams of 1 or more. Our application is over 100K SLOC of java. We are having challenges in our

CVS Merge Help....File added on both Trunk and Branch

2002-03-15 Thread Patrick Burleson
Hello all, I have the problem where a file was added both on a Trunk and a branch and CVS is giving me the foo.c exists, but has been added in revision BAR error message when I try to do a merge. I have read many posts about this subject, but the answer was always what causes this message, not

Re: cvs update to branch with -f option

2002-03-15 Thread Larry Jones
[EMAIL PROTECTED] writes: Each branch has a few developers working on a handful of files. A developer working in a branch performs a checkout for the branch with the -f option, giving him an entire repository to work from consisting of the branched files, and the remainder of the

Re: 'cvs log' doesn't show any tags, yet they exist!

2002-03-15 Thread Larry Jones
David A. Desrosiers writes: This is a weird one, and I coulda sworn this worked for me last week. I can no longer run 'cvs log file.c' in my local repository and see a list of the tags that file.c exists within. I was under the impression that 'cvs log' would display tags. What am I doing

Re: checkout -r

2002-03-15 Thread Larry Jones
Andy Baker writes: Can someone explain the logic behind why 'co -r' turns on the '-P' (prune) option? Because branches frequently involve variant directory structures and you don't want a bunch of irrelevant directories cluttering up your working directory. The general concensus seems to be

Re: How to trigger programs on commit

2002-03-15 Thread Larry Jones
Thomas Tuft Muller writes: How do I run a program to check that a file e.g. conforms to company code rules before commit? Any issues around this to be aware of? http://www.cvshome.org/docs/manual/cvs_18.html#SEC165 -Larry Jones I don't want to learn this! It's completely

Re: checkout -r

2002-03-15 Thread Eric Siegerman
On Fri, Mar 15, 2002 at 12:16:03PM -0500, Larry Jones wrote: Andy Baker writes: (But if you insist, you can always add some innocuous file to the directory so that it isn't empty.) I find that if I want an empty directory in CVS, I usually want CVS to ignore any contents that may appear

Re: CVS Merge Help....File added on both Trunk and Branch

2002-03-15 Thread Eric Siegerman
On Fri, Mar 15, 2002 at 08:44:32AM -0800, Patrick Burleson wrote: Hello all, I have the problem where a file was added both on a Trunk and a branch and CVS is giving me the foo.c exists, but has been added in revision BAR error message when I try to do a merge. I have read many posts about

RE: How to trigger programs on commit

2002-03-15 Thread Schwenk, Jeanie
You want the administrative file loginfo. I've not set up ours to do anything beyond logging and email: DEFAULT (echo ; id; echo %{sVv}; date; cat) $CVSROOT/CVSROOT/commitlog DEFAULT (echo ; id; echo %{sVv}; echo $USER; date; cat) | mail jschwenk@catwoman A script could be written to do

Re: cvs update to branch with -f option

2002-03-15 Thread Bob Bowen
Larry Jones wrote: [EMAIL PROTECTED] writes: Each branch has a few developers working on a handful of files. A developer working in a branch performs a checkout for the branch with the -f option, giving him an entire repository to work from consisting of the branched files, and the

Export or Checkout to directory/subdir

2002-03-15 Thread David Lesle
I am running into problems getting cvs to export or checkout into a specific directory on Unix. The analogous operation is working for the same script on Windows. Here is an example of one attempt and the error message: $ cvs export -Dnow -d junk/subdir cvstest cvs export:

Re: creating a new directory in cvs

2002-03-15 Thread Larry Jones
produceboy50 writes: ok what i have in my CVSROOT directory is a directory called development/ inside of development i have another folder called scheduler/ I want to be able to dump a bunch of files in my sandbox into scheduler all at the same time, if i'm right i can use the import

Merging a Branch to the Trunk

2002-03-15 Thread Sharon Strait
We are trying to work on two different builds (one on a branch and one on the trunk). We need to keep certain directories in the trunk, but not in the branch. How can we merge the branch and keep it from deleting specific directories in the trunk? Some of the files are binary. [EMAIL

Re: Export or Checkout to directory/subdir

2002-03-15 Thread Larry Jones
David Lesle writes: $ cvs export -Dnow -d junk/subdir cvstest cvs export: cannot chdir to junk: No such file or directory cvs export: ignoring module cvstest If you're using client/server CVS, you can't specify more than one level of directory. Under other circumstances,

Information Regarding New Training Solutions 8092Padq4-319dUtj9808YofW0-7l26

2002-03-15 Thread Brenda6151i22
Title: Untitled Document I noticed your email address on a technology list serve related to I.T. certification. With your permission, we would like to send you information regarding new training solutions – including 14-day instructor-led BootCamps for certifications such as the MCSE,

[±¤_°í] ȨÆäÀÌÁö ±¤°í ¾î¶»°Ô ÇϽóª

2002-03-15 Thread ieasysoft
Title: Èûµé°Ô°Ô½ÃÆÇÀ»Ã£¾Æ´Ù´Ï¸ç,ÁÖ¼Ò¸¦º¹»çÇÏ°í,ÆäÀÌÁö¸¦¼³Á¤ÇÏ°í...³Ê¹«ÈûµéÁÒ ? Á¤º¸Åë½ÅºÎ ±Ç°í »çÇ׿¡ ÀÇ°Å Á¦¸ñ¿¡ [±¤°í]¶ó°í Ç¥±âÇÑ ±¤°í ¸ÞÀÏÀÔ´Ï´Ù.¼ö½ÅÀ» ¿øÄ¡ ¾ÊÀ¸½Ã¸é ¼ö½Å°ÅºÎ¸¦ ´­·¯ÁÖ¼¼¿ä

Re: cvs update to branch with -f option

2002-03-15 Thread David Taylor
Bob Bowen wrote: Larry Jones wrote: Branch the entire repository and stop using -f. Branches are cheap, particularly if you never commit anything on them. And by branching everything, you can branch wherever you want to get particular revisions of certain files (e.g., at a

checkout

2002-03-15 Thread Kenny
If I only signout programs like this; cvs co src/program.c Is there a way to get cvs to tell me what programs are checkouted? Also, If I checkout a program why does it let me check it out again if I try? Thanks = __ Do You Yahoo!? Yahoo!

Re: checkout

2002-03-15 Thread Larry Jones
Kenny writes: Also, If I checkout a program why does it let me check it out again if I try? CVS is the *Concurrent* Versions System -- checkouts are not exclusive. Any number of people can have the same thing checked out at the same time, so there's no reason to prevent one person from

RE: 'cvs log' doesn't show any tags, yet they exist!

2002-03-15 Thread Schwenk, Jeanie
Maybe you want cvs_status -v filename Jeanie ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Bug in CVS with update -d bringing in too many files.?

2002-03-15 Thread Jens Wessling
I have a case where I specify in the modules file that I only want one file from a given directory. SoarLib -d lib source/Soar-8.3/kernel/ soarkernel.lib SoarHeaders -d headers source/Soar-8.3/kernel/ soarkernel.h callback.h explain.h rhsfun_math.h.h scheduler.h SoarBin

[ÄÚµðÁ¤º¸] 7cm ³ô¾ÆÁø Å°·Î ¸ÚÁø ÄÚµð ¾î¶§¿ä? [±¤°í]

2002-03-15 Thread ¿¹»ÛÄÚµð
Title: SEXYcodi magazine When you do not want this Email, Click here [Deny] please. [¼ö½Å°ÅºÎ] [e¸Å°ÅÁøȸ¿øµî·Ï] APPLEcodi magazine March 16, 2002 ¾ÖÇÃÄÚµð´Â ´ç½ÅÀÇ ¸ÚÁø Äڵ𸦠À§ÇÏ¿© ¼ÒÁßÇÑ Á¤º¸¸¦ Á¦°øÇÏ°Ú½À´Ï´Ù.

info-cvs@gnu.org

2002-03-15 Thread sbright
ÄúºÃ! ÎÒÃÇÊÇרҵÉú²ú·ÀµÁÃŵij§¼ÒÖ®Ò»,ÓûÑ°Çó·ÀµÁÃŵijö¿Ú´úÀíÉÌ,ÏêÇéÇëä¯ÀÀÎÒÃǵÄÍøÖ·http://www.jinyida.com ÁªÏµÈË:ÉòÏÈÉú ÊÖ»ú:13858923883 --- ±¾ÓʼþÓÉ¿Í»§×ÔÐÐÀûÓÃÍØÒ×ÓʼþÌØ¿ì·¢ËÍ ÏÂÔصØÖ·£ºhttp://www.emailspidereasy.com/china

info-cvs@gnu.org

2002-03-15 Thread sbright
ÄúºÃ! ÎÒÃÇÊÇרҵÉú²ú·ÀµÁÃŵij§¼ÒÖ®Ò»,ÓûÑ°Çó·ÀµÁÃŵijö¿Ú´úÀíÉÌ,ÏêÇéÇëä¯ÀÀÎÒÃǵÄÍøÖ·http://www.jinyida.com ÁªÏµÈË:ÉòÏÈÉú ÊÖ»ú:13858923883

288=ASP++

2002-03-15 Thread www . d-jet . com
Ç×°®µÄÐÂÀÏ¿Í»§£º ÄãÃǺÃ! http://www.d-jet.com(Êý×ÖÒýÇæÍøÂ繫˾)ÍøÕ¾ÒÑÖØ Ð¸İ棬ÆóÒµÓʾֹÜÀíϵͳҲÒÑÉý¼¶ÖÁ×îа汾(IMail Server Web Messaging v7.04)£¬±¾×ÅΪ¹úÄÚÖÐСÆóÒµ¼°¸ö ÈËÌṩÐÔ¼Û±È×îÓŵIJúÆ·£¬ÔÚ´ËÐÂÍƳöÈçϲúÆ·£º 1¡¢200M ´¿HTML¿Õ¼ä+1¸ö¹ú¼Ê¶¥¼¶ÓòÃû£¬½öÊÛ150Ôª/Äê 2¡¢100M

ÇáÇáËÉËÉÓζػÍ

2002-03-15 Thread ¶Ø»ÍÂÃÓηþÎñÖÐÐÄ
ʹÓü«ÐÇÓʼþȺ·¢£¬ÎÞÐëͨ¹ýÓʼþ·þÎñÆ÷£¬Ö±´ï¶Ô·½ÓÊÏ䣬ËٶȾø¶ÔÒ»Á÷£¡ÏÂÔØÍøÖ·£º[ÐÄÁ¬ÐÂ]Çé¸ÐÔÚÏߣ¬¸ü¶àÃâ·ÑµÄ³¬¿áÈí¼þµÈÄãÀ´Ï¡­¡­ INFORMATION This message has been sent using a trial-run version of the TSmtpRelayServer Delphi Component.

info-cvs@gnu.org

2002-03-15 Thread EZLink International TradeNet
Title: ²ÎÕ¹¼°¿¯µÇ¹ã¸æÊÇ´íÎóµÄÍâóÍØÕ¹·½·¨ EZLink International TradeNet ÄúÈÔ¾ÉÒÔ²ÎÕ¹»ò¿¯µÇ¹ã¸æµÄ·½Ê½¿ªÍØÍâóÂð?!!! ÄúÊÇ·ñ¸Ð¾õ³É¹û²»Õã¬ÒòΪÕâÊÇ´íÎóµÄÍâóÐÐÏú·½Ê½£¡£¡ ¡¡

info-cvs@gnu.org

2002-03-15 Thread EZLink International TradeNet
Title: ²ÎÕ¹¼°¿¯µÇ¹ã¸æÊÇ´íÎóµÄÍâóÍØÕ¹·½·¨ EZLink International TradeNet ÄúÈÔ¾ÉÒÔ²ÎÕ¹»ò¿¯µÇ¹ã¸æµÄ·½Ê½¿ªÍØÍâóÂð?!!! ÄúÊÇ·ñ¸Ð¾õ³É¹û²»Õã¬ÒòΪÕâÊÇ´íÎóµÄÍâóÐÐÏú·½Ê½£¡£¡ ¡¡

¥[·ù©±¼ö¯P©Û¶Ò¤¤

2002-03-15 Thread LrpkRlh68dQiSss
--- ¥þ¬Ù¥d°Õ¬µÂû¥[·ù©±¼ö¯P©Û¶Ò¤¤ --- 1. ¤ë¦¬¤J 5-10 ¸U 2. ¤@¤H§Y¥i¶}©± , ¤£¥²¦h½Ð¤H¤â ! 3. ¥þ¬Ù¥Ø«e¦@¦³ 50 ´X­Ó¥[·ù¦¨¥\ªº®×¨Ò ! 4. ¬µÂû¤f¨ý¿W¯S , Åý«È¤H¦Y¤F¦^¨ýµL½a !! ºô§} : http://211.78.42.181:5168 ___ Info-cvs mailing list [EMAIL