Login problem when using LDAP based authentication

2002-03-18 Thread raghu_at_work

Hi,

I am running CVS on a Linux Redhat 7.1 box. I am using xinetd to 
offer the cvspserver service. We have disabled telnet access to the 
users on this machine.
For user information and passwords, this machine connects to an 
external LDAP server.

For authentication, the 'cvs login' works if I login as a local user, 
but If I use LDAP account, the login fails and gives the following 
error.

cvs [login aborted]: connect to 192.168.2.5(192.168.2.5):2401 failed: 
Connection refused

Can anybody please help me out.

Thanks
-Raghu


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



missing tags

2002-03-18 Thread Mirco Bova

Hi all,

I've just dome my first checkout of a specific revision (ie TAG). All went
well but I noticed that some subdirs of the project root were tagged while
other aren't. Looking at the files they seem to be all tagged...

Now can anyone tell me what happened? I cannot figure out why only some
dirctories are tagged I'd expect to find all the files and folders marked
with the tag I selected at checkout time.

Thanks,

Mirco

PS: I'm using WinCvs 1.2 as client accessing a pserver cvs running on a
redhat linux box.



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



350Ôª=ÓòÃû+200M¿Õ¼ä+20¸öµç×ÓÐÅÏä+1Äê·þÎñ

2002-03-18 Thread support





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


Re: Changelog add-on to CVS?

2002-03-18 Thread Mark D. Baushke

On Sun, 17 Mar 2002 22:08:07 -0800 (PST), Claude Johnson [EMAIL PROTECTED] wrote:

 Okay, this is the long way around, but I was reading a thread
 on Slashdot about version control systems that had a link to
 this site (http://www.regexps.com/src/src/arch/=FAQS/features.html)
 on which there is mention of the ability to automatically
 generate changelogs using CVS, but this functionality is provided
 by an add-on. What is the name of this add-on software and
 where might I find it?

I believe you are looking for cvs2cl (CVS-log message to ChangeLog
conversion script) written by Karl Fogel.

See http://www.red-bean.com/cvs2cl/ for more details.

Enjoy!
-- Mark


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



RE: cvs should ignore certain directories

2002-03-18 Thread Karl-Koenig Koenigsson

Create a file in /opt/cvs/repos/freesources.org/engine called .cvsignore
with the following content:

cache

Check in this file and you should be all set.

See http://cvsbook.red-bean.com/cvsbook.html#Run_Control_Files for further
details.


Karl-Koenig Koenigsson


---
Beware of the quantum duck. Quark! Quark! Quark!

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 Moritz Sinn
 Sent: Sunday, March 17, 2002 2:55 PM
 To: [EMAIL PROTECTED]
 Subject: cvs should ignore certain directories


 hi,

 whenever i do a commit i get the following error:

 cvs [server aborted]: cannot open directory
 /opt/cvs/repos/freesources.org/engine/cache

 is there a possibility to tell the cvs server that it should ignore this
 directory?

 or can i pass this through an option to the cvs commit command?

  thanks,
   moritz
 ___
 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@gnu.org

2002-03-18 Thread ie007

ÄúºÃ!
ÉÏǧÉÌÎñÍøÕ¾µ¼º½£¬ÉÌÎñ¹ã¸æ¶àÕ¾Á¬·¢£¬ÐÐÒµÓʼþµØÖ·
пªÁËÉÌÎñÁÄÌìÊÒºÍÂÛ̳¡£Äã»áÍÚµ½½ð×ӵġ£
Çë·ÃÎÊ http://www.swldz.com  

ÖÂ
Àñ!

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



Troubles with rtag

2002-03-18 Thread Stuart Henderson

I've recently become responsible for a project with existing sources under
CVS. The project is suffering from a mix-and-match of tag names. I'm trying
to impose a consistent tag naming convention onto it, with the aim of
automating a lot of the day to day operations. I'm using 'rtag' do help
apply consistent tag names, but I'm getting results that I can't explain
when using rtag.

Background :
Repository holds about 2500 files. The project tags are used to identify
(ABSOLUTE) build points and (RELATIVE) branches. There are large numbers of
tags per ,v file - currently running at just under 100. Client/server CVS is
being used, running cvs version 1.10 on the server

Problem :
I'm running commands like 
cvs rtag -rx.y.z new_tag_name pathname/to/repository/file
The x.y.z is different per file - output from a cvs log -h command has
been processed to generate the correct x.y.z per file
There are some files in the repository where this works OK (I tested it on a
small test set and all was OK), but there are a lot where it fails.
Whether the command works or fails it does so silently. Only subsequent cvs
log -h ... shows whether it has worked or not.

Any offers??

Or is there a better way to apply a duplicate name to an existing branch
tag?


**
This message is intended only for the use of the person(s) (the intended recipient 
(s)) to whom it is addressed. It may contain information which is privileged and 
confidential. 
If you are not the intended recipient, please contact the sender as soon as possible. 
The views expressed in this communication may not necessarily be the views of InterX 
plc. Any copyright in this message shall remain vested in InterX plc and the intended 
recipient may only copy the same for internal business purposes or as otherwise stated 
in this message.

**



This e-mail has been scanned for all viruses by Star Internet. 
http://www.star.net.uk


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



Using shared modules in a repository

2002-03-18 Thread Thibaut Barrère

Hi,

I'm trying to figure out what is the best way to handle modules (source,
libs, binary resources, whatever) which have to be shared among multiple
projects.

Does anyone have a few guidelines/tutorial ?

Regards,

Thibaut Barrère.

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



¡¶ÖйúÅú·¢Íø¡·£¬ÎªÄúºÍÄú¹«Ë¾·þÎñ£¡

2002-03-18 Thread ÖйúÅú·¢Íø

  ¡¶ÖйúÅú·¢Íø¡·£¬ÎªÄúºÍÄú¹«Ë¾·þÎñ£¡
꿅᣼ www. 88-China.com
 
¡¶ÖйúÅú·¢Íø¡·
ÊÇרҵÉÌÆ··þÎñÅú·¢µÄÍøÕ¾¡£ 
ÊÇÈ«¹ú¹¤ÉÌ·þÎñÍøµÄÖйúÅú·¢ÍøƵµÀ¡£ 
ÊÇ»ñµÃ¹ú¼ÒÐÅÏ¢²úÒµ²¿¾©ICPÅú×¼Ö¤ÊéµÄÕý¹æ´óÐÍרҵÍøÕ¾£¨¾©ICPÖ¤010418ºÅ£© 
¡¶ÖйúÅú·¢Íø¡·ÊÇ·þÎñÓÚÖйú¸÷µØµÄÅú·¢¡¢ÏúÊÛ¡¢Éú²ú¡¢²É¹º¡¢Ã³Òס¢ÎïÁ÷µÈµÈÆóÒµµÄ´óÐÍרҵÍøÕ¾¡£
·þÎñÓÚ¸÷µØµÄ˽ÈËÆóÒµ¡¢¸öÌ嵥λ¡¢×ÛºÏÉÌÐС¢ÁªºÏÆóÒµ¡¢ºÏ×ʹ«Ë¾¡¢¹É·ÝÖÆÆóÒµµÈµÈ¡£ 
ÎÒÃÇÏ£Íû£¬ÖйúÅú·¢ÍøÊǹóÆóÒµµÄÍøÉÏÅú·¢²¿£¨Åú·¢¾­Ïú¹«Ë¾£©¡£
Ìṩ²úÆ·Ñù±¾£¬±¨¼Û£¬ÒÔ¼°ÆäËû¹©»õÐÅÏ¢¡£
±¾ÍøÌṩ¸÷Ïî·þÎñ£¬ÎÒÃÇÈȳϻ¶Ó­ÄúµÄ²ÎÓ룺 
1¡¢·¢²¼ÄúµÄÆóÒµ»òµ¥Î»µÄÐû´«½éÉÜ£¬ÍƼö¹ã¸æ¡¢×îзþÎñÏîÄ¿¿ìËÙ¹ã¸æ£»
2¡¢ÖصãÍƼöÄúÆóÒµ»òµ¥Î»µÄ²úÆ·Åú·¢¹ã¸æ£¬»ò×îÐÂÍƳöµÄ·þÎñÏîÄ¿£¬²¢¼ÓÒÔÏêϸ½éÉܺÍͼƬÎÄ×Öչʾ£»
3¡¢¾Ù°ìÍøÉϳ¤ÆÚµÄÖйúÅú·¢½»Ò׻ᣬ»¶Ó­¸÷µØ³§ÉÌ»ý¼«²Î¼Ó¡£
»¶Ó­¸÷µØÆóÒµ£¬Î¯Íб¾Íø£¨¹«Ë¾£©ÍøÉÏ£¬´ú°ìÅú·¢²úÆ·¡£
»¶Ó­²Î¼ÓÔÚ±±¾©/Ïã¸Û£¬¾Ù°ìµÄ½»Á÷»á¡£ 
»¶Ó­²Î¼Ó±¾Íø¾Ù°ìµÄÍøÉÏÖйúÅú·¢½»Ò׻ᡣ 
ÍøÂçÐÅÏ¢¹ã¸æ·þÎñ·Ñ600Ôª/Ô¡£¾ßÌå×ÊÁÏ£¬Ç뻶ӭµç»°/´«ÕæÁªÏµ¡£ 

ÁªÏµ·½Ê½£º 
±±¾©£º 
ÐÅÏ䣺±±¾©ÊÐ100101-76ÐÅÏä ¡¶ÖйúÅú·¢Íø¡··¢Õ¹²¿ÊÕ Óʱࣺ100101 
µç»°:(010)6480.1986 £¨0£©139.1062.8048 £¨010£©6480.1987(´«Õæ) 
E-mail: [EMAIL PROTECTED] 
ÁªÏµÈË£º¸ßÏÈÉú
µØÖ·£º£¨100012£©±±¾©ÊÐÑÇÔË´åÌì´´ÊÀÔµ´óÏÃD1×ù9²ã910ÊÒ 

ÈçÓв»±ã£¬¾´Çëɾ³ý¡£Ð»Ð»£¡
ÊÀ»ªÍø¡¡www.123-4.com 
ÖйúÖØÒªÉú»î·þÎñÍøÕ¾¡¡www.19-00.com 
ÖйúÖØÒªÆóÒµ¹¤ÉÌÍøÕ¾¡¡www.18-00.com 
ÖйúÖØÒªÎÄ»¯ÌåÓýÍøÕ¾¡¡www.ctv-1.com 
ÖйúÏã¸ÛÖØÒªÍøÕ¾¡¡www.001-852.com 
ÖйúµÚÒ»Íø¡¡www.china-01.com 
ÖØÒªÖÐÎÄÈËÎïÍøÕ¾¡¡www.00-852.com 
Öйú±±¾©ÖØҪƵµÀ¡¡www.0018610.com 
È«¹ú¹¤ÉÌóÒ×ÍøÕ¾¡¡www.100800.com 
ÖйúÍâÏúÍø¡¡www.00186.com




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



About use cvs

2002-03-18 Thread Serge GRACIA



Hello, 

1- How several users can use cvs on the same station, without 
passwords and without the network? 
2- How can one import the first version of files in cvs by 
obtaining a version 1.1 (not 1.1.1.1 as with import)? 

Thank you.


Serge Gracia [EMAIL PROTECTED]


Abort a commit?

2002-03-18 Thread Claudius Link

Hello,

I am quit confused at the moment.  
Up to now (or rather already some day ago) I could abort a commit if I didn't 
save any message in the log file.  Like this
  --
  Log message unchanged or not specified
  a)bort, c)ontinue, e)dit, !)reuse this message unchanged for remaining dirs
  Action: (continue) 
  --

But right now the editor is started on the file (which already contains 2 blank
lines) and if I exit without saving the commit continues.

I tried it with a new repository, other $EDITOR setting, and a different
shell.
Always with the same result.

So it looks that some default options or global configs changed during an 
upgrade but I don't know where to look.

My version of CVS is:
  $ cvs --version
  Concurrent Versions System (CVS) 1.11.1p1 (client/server)

A working version (on a different host) is
 cvs --version
Concurrent Versions System (CVS) 1.10 `Halibut' (client/server)

Any hints for me?

Regards,
Claudius

P.S.: I am not subscribed to the list, so please reply directly as well.
-- 
   Institute for Applied Mathematics  Phone: +49-761-203-5633
   Hermann-Herder-Str. 10 Fax: +49-761-203-5632
   Freiburg University
   79104 Freiburg / Brsg., Germany


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



Re: Tag Comments

2002-03-18 Thread Todd Denniston

Colm Murphy wrote:
 
 Hi folks,
 
 It would be very useful for our development to be able to add a comment
 when placing a tag. This would contain more information than is possible
 to place in the tag name itself.
 
 Has anyone ever put a system in place to do this ?
 
I have a script which I use to apply my tags which gives an effect similar to
what you want I think.
when it applies a tag it does the following:
1) checks out the project in tmp (security issues are ignored)
2) edits a file at the head of the tree by appending to the file my comments
and other information I want trapped like the tag name and its relation to the
release schedule (for me the file is called version.lst)
3) commits the change to version.lst using the comment I input.
4) applies the tag to the checked out baseline.

when I use cvs2cl.pl this lets me see where each of my tags has been applied in
relation to the baseline changes.
-- 
__
I'd crawl over an acre of 'Visual This++' and 'Integrated Development
That' to get to gcc, Emacs, and gdb.  Thank you.
-- Vance Petree, Virginia Power

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



[ÀÎÅͳÝÁ¢¼Ó±¤°í] ÀüÈ­¸ðµ© ÀÌ¿ëÀÚ¸¸ º¸¼¼¿ä!

2002-03-18 Thread ÀüÈ­¸ðµ©ÀÌ¿ëÀÚ





º» ¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í »çÇ׿¡ ÀÇ°Å Á¦¸ñ¿¡
[±¤°í]¶ó Ç¥½ÃµÈ ±¤°í ¸ÞÀÏÀÔ´Ï´Ù.¼ö½Å°ÅºÎ ¹öÆ°À» Ŭ¸¯ÇÏ½Ã¸é ¼ö½Å°ÅºÎ󸮰¡ ÀÌ·ç¾î Áý´Ï´Ù. 


* ADSLµî Àü¿ëȸ¼±À» ÀÌ¿ëÇÏ¿© ÀÎÅͳݿ¡ Á¢¼ÓÇϽô ÀÌ¿ëÀÚ´Â Á˼ÛÇÏÁö¸¸ À§ÀÇ ¼ö½Å°ÅºÎ¸¦ Ŭ¸¯ÇØÁÖ¼¼¿ä.

* ÀϹÝÀüȭȸ¼±À» ÀÌ¿ëÇÏ¿© ÀÎÅͳÝÀ» Á¢¼ÓÇϽô ÀÌ¿ëÀÚ´Â ÇÁ·Î±×·¥´Ù¿î·Îµå¸¦ Ŭ¸¯ÇÏ½Ã¾î  ÇöÀç »ç¿ëÇϽô ÇÁ·Î±×·¥°ú ºñ±³ÇØ
º¸¼¼¿ä.
* ¿øÄ¡¾Ê´Â ¸ÞÀÏÀ̾ú´Ù¸é ´ë´ÜÈ÷ Á˼ÛÇÕ´Ï´Ù. 



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


[ÀÎÅͳÝÁ¢¼Ó±¤°í] ÀüÈ­¸ðµ© ÀÌ¿ëÀÚ¸¸ º¸¼¼¿ä!

2002-03-18 Thread ÀüÈ­¸ðµ©ÀÌ¿ëÀÚ





º» ¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í »çÇ׿¡ ÀÇ°Å Á¦¸ñ¿¡
[±¤°í]¶ó Ç¥½ÃµÈ ±¤°í ¸ÞÀÏÀÔ´Ï´Ù.¼ö½Å°ÅºÎ ¹öÆ°À» Ŭ¸¯ÇÏ½Ã¸é ¼ö½Å°ÅºÎ󸮰¡ ÀÌ·ç¾î Áý´Ï´Ù. 


* ADSLµî Àü¿ëȸ¼±À» ÀÌ¿ëÇÏ¿© ÀÎÅͳݿ¡ Á¢¼ÓÇϽô ÀÌ¿ëÀÚ´Â Á˼ÛÇÏÁö¸¸ À§ÀÇ ¼ö½Å°ÅºÎ¸¦ Ŭ¸¯ÇØÁÖ¼¼¿ä.

* ÀϹÝÀüȭȸ¼±À» ÀÌ¿ëÇÏ¿© ÀÎÅͳÝÀ» Á¢¼ÓÇϽô ÀÌ¿ëÀÚ´Â ÇÁ·Î±×·¥´Ù¿î·Îµå¸¦ Ŭ¸¯ÇÏ½Ã¾î  ÇöÀç »ç¿ëÇϽô ÇÁ·Î±×·¥°ú ºñ±³ÇØ
º¸¼¼¿ä.
* ¿øÄ¡¾Ê´Â ¸ÞÀÏÀ̾ú´Ù¸é ´ë´ÜÈ÷ Á˼ÛÇÕ´Ï´Ù. 



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


[Re] ¼ºÀûÀº ¾¦¾¦~!! ǪÁüÇÑ »óÇ°~!! (È«)(º¸)

2002-03-18 Thread ¾ÆÀ̳ݽºÄð
Title: Á¦¸ñ¾øÀ½






















º» ¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í »çÇ׿¡ ÀÇ°Å Á¦¸ñ¿¡
[±¤°í,È«º¸]¶ó Ç¥½ÃµÈ±¤°í ¸ÞÀÏÀÔ´Ï´Ù.
°£È¤ Àü»ê»óÀÇ Àå¾Ö·Î ÀÎÇØ ¿©·¯¹ø
¸ÞÀÏÀ» ¹ÞÀ¸½ÅºÐµé²²´Â Áø½ÉÀ¸·Î »çÁË µå¸³´Ï´Ù.¼ö½Å°ÅºÎ ¹öÆ°À» Ŭ¸¯ÇÏ½Ã¸é ¼ö½Å°ÅºÎ󸮰¡ ÀÌ·ç¾î Áý´Ï´Ù. 




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


Out of memory: CVS abort error

2002-03-18 Thread Scott O.

I have a user that was trying to delete a 64 MB file from one of our
repositories and he got an error stating that CVS aborted because it was Out
of Memory.  Is there any limit on the size of files that can be deleted or
manipulated within CVS?  Does it just kind of bomb out at a certain
threshold or does it need a certain amount of memory to hold the whole file
while deleting it?  Any help would be appreciated.

Thanks,

Scott


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



Re: Login problem when using LDAP based authentication

2002-03-18 Thread Larry Jones

raghu_at_work writes:
 
 For authentication, the 'cvs login' works if I login as a local user, 
 but If I use LDAP account, the login fails and gives the following 
 error.
 
 cvs [login aborted]: connect to 192.168.2.5(192.168.2.5):2401 failed: 
 Connection refused

You've misdiagnosed the problem.  Connection refused indicates that
nothing is listening to port 2401 on 192.168.2.5, which indicates some
kind of [x]inetd problem.  You haven't even started the CVS server, let
alone tried to authenticate the user.

-Larry Jones

Well, it's all a question of perspective. -- Calvin

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



Re: About use cvs

2002-03-18 Thread Larry Jones

Serge GRACIA writes:
 
 1- How several users can use cvs on the same station, without passwords
 and without the network?

I don't understand -- can you explain further?

 2- How can one import the first version of files in cvs by obtaining a
 version 1.1 (not 1.1.1.1 as with import)?

You can't -- if you want version 1.1, you have to use add rather than
import.  HOWEVER, you shouldn't care what the revision numbers are,
they're for CVS internal use only.

-Larry Jones

I won't eat any cereal that doesn't turn the milk purple. -- Calvin

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



Re: Out of memory: CVS abort error

2002-03-18 Thread Larry Jones

Scott O. writes:
 
 I have a user that was trying to delete a 64 MB file from one of our
 repositories and he got an error stating that CVS aborted because it was Out
 of Memory.  Is there any limit on the size of files that can be deleted or
 manipulated within CVS?  Does it just kind of bomb out at a certain
 threshold or does it need a certain amount of memory to hold the whole file
 while deleting it?  Any help would be appreciated.

There are no internal limits in the code, you're limited only by the
amount of available (virtual) memory.  You need to add more swap space
and/or increase any per-process or sytem-wide limits on the amount of
virtual memory a process is allowed to use.

-Larry Jones

It's no fun to play games with a poor sport. -- Calvin

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



Re: Troubles with rtag

2002-03-18 Thread Larry Jones

Stuart Henderson writes:
 
 Or is there a better way to apply a duplicate name to an existing branch
 tag?

cvs admin -n new:existing

-Larry Jones

Physical education is what you learn from having your face in
someone's armpit right before lunch. -- Calvin

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



uid instead of username?!

2002-03-18 Thread Leif Hanack

hello,

i'm using cvs 1.11.1p1 on a linux server with a win2k client over ssh.

everything works fine instead of the log message from cvs.

inside the log messages the author name is listed as s.th. like 'uid505'
instead of the corresponding username, see below:

because i'm using a chrooted environment i have two passwd files with a
(correct) entry:

/etc/passwd:
leif:x:506:1001:cvs leif
hanack:/home/cvs-users/leif:/usr/local/cvsroot/bin/smrsh

and
CVSCHROOTED/etc/passwd:
leif:x:506:1001:cvs leif hanack:/tmp:/usr/local/cvsroot/bin/smrsh

any idea, what the problem is? thanks in advance, leif

inside wincvs:


cvs log

*CVS exited normally with code 0*

cvs server: Logging .

RCS file: /repStrug/strug/readme.txt,v
Working file: readme.txt
head: 1.3
branch:
locks: strict
access list:
symbolic names:
V10: 1.1.1.1
T-Systems: 1.1.1
keyword substitution: kv
total revisions: 4; selected revisions: 4
description:

revision 1.3
date: 2002/03/13 14:22:34;  author: uid506;  state: Exp;  lines: +1 -0
no message

revision 1.2
date: 2002/03/13 14:14:56;  author: uid506;  state: Exp;  lines: +1 -1
no message


--
Leif Hanack

T-Systems GEI GmbH
Advanced eBusiness Solutions (AeBS)
Alt-Moabit 91a, 10559 Berlin
Telefon: (+49 30) 394067-31
Telefax: (+49 30) 394067-99
E-mail:  [EMAIL PROTECTED]
Internet: www.t-systems.com



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



Re: uid instead of username?!

2002-03-18 Thread Larry Jones

Leif Hanack writes:
 
 inside the log messages the author name is listed as s.th. like 'uid505'
 instead of the corresponding username, see below:

That means that getpwuid(505) returned a null pointer.  It may be that
that routine (and its friends) use some kind of a database rather than
the /etc/passwd file, or you could have a permissions problem.  Check
the man page for getpwuid(2) for details of its operation.

-Larry Jones

You just can't ever be too careful. -- Calvin

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



help with committing change

2002-03-18 Thread Corey Wirun

Hi All,

I'm using WinCVS 1.3.7.1 against a linux cvs-1.10.7-7.  I'm trying to set up
a repository with two consecutive releases of source code.

The problem I have is that I can't commit a edited file to the repository.
The error I get is:

cvs commit -m Added support for SID sector file section to section
array. -r dev-build33-1 src\objlib\SectorFile.h (in directory
E:\devel\Personal\gndmaker\)
cvs server: sticky tag `dev-build33-1' for file `src/objlib/SectorFile.h' is
not a branch
cvs [server aborted]: correct above errors first!

This is what I did:

I imported a new module.
The revisions created were 1.1 on all files, so I 'updated' the working
directory to download 1.1 revision files.
Applied tag 'build-32' as first release to put under source control.
I did a 'cvs edit -c' on all the files to unlock them and copied the next
version (which I had offline) overtop the working directory.
Then I commited everything that changed to get a revision 1.2 on all my
files and I put down another tag 'dev-build33-1'.
Then I updated my working directory based on 'dev-build33-1'.

I did a reserved edit on sectorfile.h and I get the error when I tried to
commit it.

What am I missing here?  Why do I need a branch if I'm not doing any
parallel development?  I just want a single chain of revisions with tags
along the way.  If I download a working directory based on a tag, can I not
commit my changes?

Thanks in advance!
Corey.


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



Re: cvs should ignore certain directories

2002-03-18 Thread Moritz Sinn

In article [EMAIL PROTECTED], Karl-Koenig Koenigsson
wrote:
 Create a file in /opt/cvs/repos/freesources.org/engine called .cvsignore
 with the following content:
 
 cache
 
 Check in this file and you should be all set.
 
 See http://cvsbook.red-bean.com/cvsbook.html#Run_Control_Files for further
 details.

thanks, this works fine for update and import but when I do a commit there's
still the same problem. so i've to name every file i want to commit.

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



info-cvs@gnu.org

2002-03-18 Thread EZLink International TradeNet
Title: ¿ªÍØÍâóµÄÈýÏîÖØÒªÐÅÏ¢








EZLink
Internation Trade net 0325ר°¸




¿ªÍØÍâÏúÊг¡
ÄúÊÇ·ñ¾ß±¸ÁËÏÂÁÐÈýÏÕùÁ¦
?









²»Òª×øÒÔ´ý±Ò








²»ÒªÒÀÑ­´«Í³µÄ¹ã¸æģʽ
£¬µÈ´ý¿Í»§ÉÏÃÅ¡£ÒòΪ¡¢ÕâÀàÐ͵Ŀͻ§Í¨³£ÊǹæÄ£½ÏС£¬½Ï»áÒé¼ÛµÄ¹«Ë¾£¬
»áÕÒµ½Äú£¬µ±È»Ò²»áÕÒÆäËüµÄ¹«Ë¾¡£ÈôÓÐÐÒÄÜ»ñµÃС¶©µ¥£¬Ò²±Ø¶¨ÊÇ¡°Ê³Ö®
ÎÞ棬ÆúÖ®¿Éϧ¡±Ã»ÉõôÀûÈó!ËùÒÔÕýÈ·µÄÐÐÏú·½Ê½£¬Ó¦ÊÇ
Ö÷¶¯µÄÈ¥ÕÒ´óµÄ¿Í»§£¬´óµÄ¶©µ¥£¬ÒÔ¼°ÕæÕý¿ÉÈÃÄúÓÐ
ºÏÀíÀûÈóµÄ¿Í»§¡£






²»Òªö±µ¯´òÄñ£­Òªµ¯ÎÞÐé·¢









ËÑÑ°È«ÇòÏà¶Ô½ø¿ÚÉÌ£¬¶ÔÌض¨¶ÔÏóÍØÕ¹
ÐÐÏúЧ¹û²Å»áºÃ!







Ó¦¸Ã½µµÍÍâóÐÐÏú³É±¾








ÒÀÑ­´«Í³¿¯µÇÍâóÔÓÖ¾¹ã¸æ»ò²ÎÕ¹£¬·Ñ
ÓÃÉõ¸ß£¬ÇÒ±»ÒòÌØÍøËùÈ¡´ú¡£ÒòÌØÍøÖ®¾«»ªÔÚÓÚE-MAILÊÇÃâ·ÑÇÒ¿ìËÙ£¬ÔËÓÃ
ÔÚ¹úÓë¹ú¼äÖ®¾àÀëµÄóÒ׸üÊÇ¿Ë·þÁËʱ¿ÕµÄ¸ôºÒ¡£Ó¦Ó÷ḻµÄóÒ×Êý¾Ý¿â½á
ºÏÒòÌØÍøE-MAILÃâ·ÑÇÒ¿ìËٵĿƼ¼×ÊÔ´£¬´ËΪʱÏÂ×î¾­¼ÃÓÐЧµÄÍâ󿪷¢Ä£
ʽ¡£



¹ú¼ÊóÒ×ÁªÑ¶Íø
ÊÇÄú×îÓÅÐãµÄ¿ª·¢Íâó»ï°é


¾ß±¸ÉÏÊöÈýÏÕùÓÅÊÆ£¬ÒòΪÎÒÃÇÓµÓÐ





È«Çò53Íò¼Ò½ø¿ÚÉÌÊý¾Ý¿â£¬²¢·ÖµØÇø¡¢
²úÆ··ÖÏî¡¢·ÖÀཨ¹¹¡£


¡¡

È«ÇòÿÈÕÐÂÔöµÄÂò·½ÊµÊ±ÉÌ»ú£¬¹²¼Æ4Íò
¶à±Ê£¬°ÁÊÓÈ«ÇòóÒ×ÍøÕ¾¡£




ÓÃÑз¢¿Æ¼¼£¬ÏµÍ³²éѯ»áÔ±Ïà¶Ô½ø¿ÚÉÌ
£¬Ó¦ÓÃÖÆ×÷¾«ÖµIJúÆ·£¬¿ª·¢ÍøÒ³Ðź¯e-mail°ïÄú¿ª·¢ÍâóÊг¡£¬½«ÄúµÄ²ú
Æ·ÔÚ¼«¶ÌµÄʱ¼äÄÚ£¬½éÉܸøÈ«ÇòÏà¹Ø²úÆ·½ø¿ÚÉÌ¡£


ÎÒÃǺÜÈÙÐҵĽ«»áÔ±Á½Äê²ÅÄÜ¿ª·¢Íê³ÉµÄ
¶©µ¥ÌáÇ°ÖÁ2¸ö°ëÔÂÍê³É!»áÔ±¾ªÌ¾!²»¿É˼Òé!ÕâÕýÊDZ¶Êýʱ´ú¡¢±¶ÊýЧӦ¡¢
±¶Êý³É¹û!
¹ú¼ÊóÒ×ÁªÑ¶Íøʸ־³ÉΪ¹ú¼ÊµÚÒ»´óóÒ×ÐÅÏ¢ÍøÀ©´óÕÐÊÕ»áÔ±£¬×Ô
¼´ÈÕÆðÇ¿Á¦ÍƳö: 



VIP»áÔ±
5.8
ÕÛ
ÓÅ»ÝлáÔ±
Ω±¾°¸ÓÅ´ýÆÚÖÁ±¾Äê3ÔÂ25ÈÕ½ØÖ¹



Ç°100ÃûмÓÈë°ëÄê¡¢Ò»Äê¼°¶þÄê»áÔ±
ÔùËÍ´úËÑÑ°´ú·¢E-mailÓÚÏà¶Ô½ø¿ÚÉÌ¡£
¶þÄêVIP»áÔ±¼ÓÔùÁ¬½áÈ«ÇòËÑÑ°ÒýÇ棬ʹµÃ¡±±ðÈ˲»µÃ
²»¿´µ½Äú¡±
Á¢¼´¼ÓÈë¹ú¼ÊóÒ×ΪѶÍø»áÔ±

¼´¿ÌÈÃÄúÒµ¼¨±¶Êý³É³¤!!! 
ÌÈÓû½øÒ»²½Á˽âÇë°´http://www.ezlink-trade.com/²Î¹Û¡£
ÎÒÃÇÔËÓÃËÄÖÖÓïÎÄÀ´·½±ãÈ«Çò¸÷µØ»áԱʹÓá£
»òÀ´µç 86(020)38850406
»áÔ±·þÎñÖÐÐÄǢѯ
Èñ¾ÓÅ»ÝÏîÄ¿³ÉΪ¹ú¼ÊóÒ×ÁªÑ¶ÍøΪÄú¿ªÍØÍâóµÄ¿ªÊ¼¡£







¹ú
¼Ê ó Ò×
Áª Ѷ Íø¡¡EZLink
Internation Trade net




´ó½µç»°:86(020)38850406111E-MAIL:[EMAIL PROTECTED]




Taiwan
TEL: 886-2-23456929 [EMAIL PROTECTED]
3/F., 426, Sec.4, Ren Ai Rd, Taipei, Taiwan



USA
TEL:+1-765-497-3937 [EMAIL PROTECTED]
908. West Lafayette, IN. 47906. USA  


Hong
Kong
TEL:+852-2915-3221 [EMAIL PROTECTED]
8/F., No.38, Hill Rd., Hong Kong  









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


Re: help with committing change

2002-03-18 Thread Larry Jones

Corey Wirun writes:
 
 If I download a working directory based on a tag, can I not
 commit my changes?

Exactly.  When you update to (or checkout) a particular revision, you
can't commit because there's no place (in general) to put the new
revision.  For example, if you have 1.1 and 1.2 already exists, you
probably don't want to overwrite 1.2 (and what if there are more
revisions following 1.2?), nor do you want to change it retroactively,
and if CVS automatically made a branch, you wouldn't have any good way
to refer to it.  What you want to do is to use update -A to get rid of
the sticky tag and update to the head of the trunk, which in your case
is exactly the same revisions of the files as you already have.  Once
you do that, you'll be able to commit.

-Larry Jones

My brain is trying to kill me. -- Calvin

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



2002-03-18 Thread =?gb2312?q?=B0=D7=D4=C6_

 ×𾴵Ŀͻ§£¬
  ÄúºÃ£º

¼¸ºõÿ¸öµç×ÓÐÅÏ䶼ÊÕµ½¹ýµç×Ó¹ã¸æ¡£ÕâÊÇÒ»ÖÖ·½±ã¡¢Á®¼ÛµÄ·½·¨£¬Ëü¿ÉÒÔ°ïÖúÄã¿ìËÙʵÏÖÒµÎñÍƹã»ò·¢²¼ÐÅÏ¢¡£ÆäÓŵãΪ¹ã¸æ¸²¸ÇÃæ»ý¼«´ó£¬ÊÕЧÉõ¹ã£¬ÏÖÆóÒµ½øÐÐÓªÏú´«²¥µÄвßÂÔ£¬×îÊʺϷ¢²¼É̼ҴÙÏúÐÅÏ¢¼°¸÷Àà¿ìѶ¡¢·¢Ë͸÷ÖÖ²úÆ·¼°·þÎñµÄ¹ã¸æ¡¢Êг¡µ÷²éµÈ£¬ÌرðÊʺÏÖÐСÆóҵʹÓá£

±¾Õ¾Îª°ïÖúÖÐСÆóҵʹÓÃÕâÒ»ÓÐЧµÄÓªÏú·½Ê½£¬ÎÒÃǽ«ÎªÄú·¢ËÍE-mail¹ã¸æ£¬½«ÄúµÄÐÅÏ¢·¢²¼µ½300¶à¼Ò¹úÄÚÉÌÎñÍøÕ¾¡¢50¶à¼Ò¹úÍâÍøÕ¾ÉÏ£¬ÎÒÃDz¢½«¹«Ë¾E-MailµØÖ·¿â¹«¿ª³öÊÛ¡£

±¾¹«Ë¾E-MailµØÖ·¿âÄ¿Ç°ÊÕ¼¯E-mailµØÖ·½ü3000Íò¸ö£¬¹úÄÚE-mailµØÖ·350Íò£¬¾ùÓÉרҵÈËÔ±ÊÕ¼¯¡¢ÑéÖ¤£¬²¢²»¶Ï¸üУ¬±£Ö¤
 ÆäÕæʵÓÐЧ£¬²»Öظ´¡£
·þÎñ¼Û¸ñ£º
30Íò²»Öظ´µç×ÓÓʼþ¹ã¸æ  300Ôª/´Î£¬   ÿÖÜÒ»´Î£¬Ã¿ÔÂ900Ôª¡£
°´ÐÐÒµ·¢£¬Ã¿¸öÐÐÒµ100--300Ôª²»µÈ¡£
°´µØÇø·¢£¬Ã¿¸öÊ¡£¬Ö±Ï½ÊÐ150Ôª¡£
100Íò·âµØÖ·£¬100Ôª¡£¹úÄÚµØÖ·30Íò·â£¬100Ôª¡£
ÿ¸öÐÐÒµµØÖ·£¬300Ôª¡£
Ïò300¶à¼ÒÉÌÎñÍøÕ¾·¢ÐÅÏ¢£¬Ã¿´Î180Ôª¡£
ÁªÏµÈË£º°×ÔÆ
´«ºô£º23129966--18660
E-mail:[EMAIL PROTECTED]  


´óÖÐר±ÏÒµÉúת¸ÚITÈÏÖ¤Åàѵ°à¿ªÊ¼ÃæÏòÈ«¹ú±¨Ãû

2002-03-18 Thread fjschool





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


[±¤°í] ÀθÆ, °í°´°ü¸® ÇÁ·Î±×·¥À» ¼Ò°³ÇÕ´Ï´Ù.

2002-03-18 Thread ElpisSoft
Title: ¿©·¯ºÐÀÇ ²Þ°ú Èñ¸ÁÀ» Å°¿öµå¸®´Â - ¿¤¤ýÇǤý½º¤ý¼Ò¤ýÇÁ¤ýÆ® TEL.033) 254-0080









´ç½ÅÀÇ 
¼ÒÁßÇÑ »ç¶÷µéÀÇ Á¤º¸¸¦ °ü¸®ÇØ µå¸³´Ï´Ù."ÀθÆ2000" 
°í°´,Ä£±¸,µ¿±âµ¿Ã¢,Ä£Á·... 
´ç½ÅÀÇ ¼ÒÁßÇÑ ÀθÆ!'ÀθÆ2000'À¸·Î 
ºüÁü¾øÀÌ °ü¸®Çϼ¼¿ä.³î¶ó¿î ±â´É! ½ÉÇÃÇÑ ÀÎÅÍÆäÀ̽º!


±ÍÇÏÀÇ ½Â¶ô¾øÀÌ ÀüÀÚ ¿ìÆíÀ» º¸³»°Ô µÈ Á¡ Á¤ÁßÈ÷ »ç°ú µå¸³´Ï´Ù. º» ¸ÞÀÏÀº Á¤º¸Åë½Å¸Á ÀÌ¿ëÃËÁø ¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü Á¦ 50Á¶¿¡ 
ÀÇ°ÅÇÑ [±¤°í] ¸ÞÀÏÀÔ´Ï´Ù À̸ÞÀÏ ÁÖ¼Ò´Â ÀÎÅÍ³Ý ¼­ÇÎÀ» ÅëÇØ ¼öÁýÇÏ¿´À¸¸ç, À̸ÞÀÏ ÁÖ¼Ò ¿Ü¿¡´Â ¾î¶°ÇÑ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù. 




















ÀθÆ2000








Æò°¡ÆÇÀº 
ÀÚ·áÀԷ¼ö 
50¸í±îÁö¸¸ 
Á¦ÇÑÀÌ 
µÇ¾î 
ÀÖ°íÀÌ¿ÜÀÇ 
¸ðµç 
±â´ÉÀº 
Á¤Ç°°ú 
µ¿ÀÏÇÕ´Ï´Ù.



   

ÆßÏÉÏûÒøÍèרÖÎÒøм²¡

2002-03-18 Thread qxan

  ¿´Ã÷°×²¡×ö½¡¿µÈË
Ãâ·ÑÔùËÍ¡¶Òøм²¡ÀíÂÛÓëʵ¼ù¡·Ò»Ê飬Òøм²¡»¼Õ߸æÖªÏêϸµØÖ·¼´¿É»ñµÃÔùÊé¡£
Öйú¡¤É½Î÷Ê¡ÁÙâ¢ÏØÒøм²¡Ñо¿Ëù£¬³ÉÁ¢ÓÚ1980Ä꣬×ùÂäÓڻƺӹŵÀÁÙâ¢ÏسÇÄÚ£¬Õ¼µØÃæ»ý168Ķ£¬½¨ÖþÃæ»ý1800M2£¬¹²ÓÐÒ½ÎñÈËÔ±326ÈË£¬ÆäÖдóרÎÄ»¯ÒÔÉÏÈËÔ±Õ¼80%¡£Í¬Ê±ÔÚ±±¾©¡¢Î÷°²¡¢Ì«Ô­¡¢¼ÃÄÏ¡¢ÖØÇìµÈµØÉèÓÐר¼ÒÃÅÕﲿ¡£ÊǹúÄÚͬÐÐÒµÖнϴóµÄҽѧ¿ÆÑлú¹¹£¬Æä¶ÀÌصÄÀíÂÛѧ˵¼°ÁÙ´²ÁÆЧÊܵ½¹ú¼ÊÎÀÉú×éÖ¯µÄ¹Ø×¢£¬½«¹ú¼ÊÖÐÎ÷ҽҩѧ»áÒøм²¡ÖÎÁÆÖÐÐÄÉèÁ¢ÔÚ±¾Ëù¡£Ñо¿ËùÊǹúÄÚ×îÔ翪չÒøм²¡¿ÆÑÐÏîÄ¿µÄ»ú¹¹¡£Ëù³¤¾£ÏÄÃôÂÊÁìÒ»ÅúרҵµÄ¿ÆÑжÓÎ飬ÉîÈëÍÚ¾ò×æ¹ú´«Í³Ò½Ñ§±¦¿â£¬²¢ÈÚÈëÏÖ´ú¿Æ¼¼£¬³«µ¼Ò½ÁÆ»·±£¡¢»Ø¹é×ÔÈ»µÄ½¡¿µÐ¸ÅÄ¾­¹ý¶þÊ®ÓàÄêµÄ¿ÆÑкÍÁÙ´²Êµ¼ù£¬ÔÚÖÐÒ½ÀíÂÛ·½Ãæ´ÓÕûÌå¹ÛÈ¥·ÖÎöÒøм²¡µÄ²¡Òò¡¢²¡Àí¹æÂÉ£¬¶ÔÒøм²¡ÖÎÁÆѧÌá³öÁËеÄÀíÂ۹۵㣬²¢×÷ΪѧÅɵõ½Ò½Ñ§½ç¹«ÈÏ¡£ÔÚÁÙ´²Êµ¼ùÖУ¬ÔËÓá°·öÕýìîа¡±µÄÔ­Ôò£¬³É¹¦ÑÐÖƳö´¿ÌìÈ»ÖÐÒ©ÖƼÁÆßÏÉÏûÒøÍ裬»ñµÃÁËÖлªÈËÃñ¹²ºÍ¹ú·¢Ã÷רÀû£¨×¨ÀûºÅ£ºZL96100377.4£©£¬ÔÚÖÎÁÆÒøм²¡·½ÃæÈ¡µÃÁËÏÔÖø³ÉЧ¡£Æù½ñÒÑΪ6ÍòÓàÃû»¼Õß½â³ýÁËÍ´¿à£¬Êܵ½¹úÄÚÍ⻼ÕßµÄÆÕÈϿɺÍÒ»ÖºÃÆÀ¡£1999Äê1ÔÂÑо¿Ëù±»¹ú¼ÒÎÀÉú²¿ÊÚÓè¡°È«¹úÒ½ÁƱ£½¡Ïû·ÑÕß¿ÉÐŵ¥Î»¡±¡£
Ä¿Ç°£¬¹ú¼ÊÖÐÎ÷ҽҩѧ»áÒøм²¡ÖÎÁÆÖÐÐÄÕýÔÚ½ôÕŵijィ֮ÖУ¬ÖÐÐĵÄͶÈëÔËÓª£¬±êÖ¾×ÅÑо¿ËùÊÂÒµÒÑ¿çÈë¹ú¼Ê»¯¹ìµÀ¡£ºëÑï×æ¹ú´«Í³Ò½Ñ§ÎÄ»¯ÊÇʱ´ú¸³ÓÚÎÒÃǵÄÀúÖÐʹÃü£¬Ñо¿ËùÈ˽«Ò»Èç¼ÌÍù²»¶ÏÌá¸ßרҵҽ¼¼¡¢²úÆ·ÖÊÁ¿ºÍ·þÎñË®×¼£¬Îª·¢Õ¹×æ¹ú´«Í³Ò½Ñ§£¬ÎªÈËÀཡ¿µÊÂÒµ×ö³ö¸ü´ó¹±Ïס£
»¶Ó­·ÃÎÊÒøм²¡×¨ÒµÍø£ºhttp://www.qxan.com

±¾ÓʼþÈçÓдòÈÅ£¬Ç뽫Æäɾ³ý¡£





ʹÓü«ÐÇÓʼþȺ·¢£¬ÎÞÐëͨ¹ýÓʼþ·þÎñÆ÷£¬Ö±´ï¶Ô·½ÓÊÏ䣬ËٶȾø¶ÔÒ»Á÷£¡
ÏÂÔØÍøÖ·£ºhttp://love2net.51.net/£¬¸ü¶àÃâ·ÑµÄ³¬¿áÈí¼þµÈÄãÀ´Ï¡­¡­


INFORMATION
This message has been sent using a trial-run version
of the TSmtpRelayServer Delphi Component.


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



Get Hits. Alot of Hits. Really Fast!

2002-03-18 Thread Jim Hobuss
Title: FunnelTraffic.com - Webmaster Email





  

  

  

  


  

  Targeted
traffic to your website that is FREE. Our pop-behind exit
technology supplies your site with targeted hits -- alot
of hits. No other internet marketing is more affordable.
You can't beat FREE traffic! 

  

  

  


  


  
FunnelTraffic.com
  
  Get HITS. Alot
  of HITS. Really FAST.

  


  

  
For
  

  

  

  

  

This is a one-time emailing. You will not be contacted again. You can contact us at [EMAIL PROTECTED]





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


Re: CVS and Perl

2002-03-18 Thread Matthew Persico

brian d foy [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 In article [EMAIL PROTECTED], Matthew Persico
[EMAIL PROTECTED] wrote:

 besides putting blib in .cvsignore?

Damn. I DID that. That's why I asked. I must have screwed something else up.
Ok, now that I know it works, I'll try it again. I should also put
pm_to_blib in .cvsignore too, eh?

 don't make anything before the import.  run h2xs, then immediately 'cvs
import'
 the directory.  when you add new files, just 'cvs add' them.  your
h2xs_for_cvs
 can also create a standard .cvsignore.

I hate cvs import, primarily because of the 1.1.1.1 branch. Seems to me I
should be able to say No, No, No, I am not importing someone else's
sources, I'm just initing a new project. use 1.1 instead! Sigh.

In essence, you're saying put the raw files in cvs, then suck em back out
and put the first real code in.


 when i have more time, i'll finish extending ExtUtils::ModuleMaker to use
templates. :)

Hmm. What kind of templates?



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