Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Scripted\s+CVS\s+updates\?\s*$/: 21 ]

Total 21 documents matching your query.

1. Scripted CVS updates? (score: 1)
Author: "Gonyou, Austin" <austin@xxxxxxxxxxxxxxx>
Date: Fri, 13 Jul 2001 10:41:27 -0500
I'm trying to script cvs updates with cron for once every couple of days, or once a week. But, I must provide a login password to the cvs server. Is there a way to do that easily? perhaps something l
/archives/xfs/2001-07/msg00547.html (7,329 bytes)

2. Re: Scripted CVS updates? (score: 1)
Author: Juri Haberland <list-linux.sgi.xfs@xxxxxxxxxxx>
Date: Fri, 13 Jul 2001 15:50:51 +0000 (UTC)
Unless you don't checkout the complete tree over and over again you just have to supply the password on the first initial checkout. All following updates should run without the password. Juri -- Juri
/archives/xfs/2001-07/msg00551.html (8,415 bytes)

3. RE: Scripted CVS updates? (score: 1)
Author: "Gonyou, Austin" <austin@xxxxxxxxxxxxxxx>
Date: Fri, 13 Jul 2001 10:52:35 -0500
Normally that's what I thought, but for some reason, probably a screwed up CVS/Root file, I was unable to do that a couple of times. I do this with apache, and it's all good. :) Ok..I'll go about my
/archives/xfs/2001-07/msg00553.html (8,446 bytes)

4. Re: Scripted CVS updates? (score: 1)
Author: Steve Lord <lord@xxxxxxx>
Date: Fri, 13 Jul 2001 10:54:15 -0500
I just cd into the cvs directory and run cvs update -d . no need for a password or anything else. Steve
/archives/xfs/2001-07/msg00554.html (8,039 bytes)

5. Re: Scripted CVS updates? (score: 1)
Author: Alan Eldridge <alane@xxxxxxxxxxxx>
Date: Fri, 13 Jul 2001 12:24:21 -0400
You should only have to do the "cvs login" magic once. Then do your initial checkout, using -dserver-address or with CVSROOT set to the appropriate value. After that, cvs update will "just work" for
/archives/xfs/2001-07/msg00561.html (8,389 bytes)

6. Re: Scripted CVS updates? (score: 1)
Author: cattelan@xxxxxxxxxxx
Date: Fri, 13 Jul 2001 12:20:18 -0500
Gonyou, Austin wrote: I'm trying to script cvs updates with cron for once every couple of days, or once a week. But, I must provide a login password to the cvs server. Is there a way to do that easil
/archives/xfs/2001-07/msg00565.html (8,486 bytes)

7. RE: Scripted CVS updates? (score: 1)
Author: "Juha Saarinen" <juha@xxxxxxxxxxxx>
Date: Sat, 14 Jul 2001 11:06:38 +1200
The password is actually stored in a file in your $HOME directory called The format is :pserver:loginname@fqdn:/directory <hashed pw> As long as that's there, you should be able to run CVS from a scr
/archives/xfs/2001-07/msg00580.html (8,750 bytes)

8. Scripted CVS updates? (score: 1)
Author: xx>
Date: Fri, 13 Jul 2001 10:41:27 -0500
I'm trying to script cvs updates with cron for once every couple of days, or once a week. But, I must provide a login password to the cvs server. Is there a way to do that easily? perhaps something l
/archives/xfs/2001-07/msg01838.html (7,329 bytes)

9. Re: Scripted CVS updates? (score: 1)
Author: xx>
Date: Fri, 13 Jul 2001 15:50:51 +0000 (UTC)
Unless you don't checkout the complete tree over and over again you just have to supply the password on the first initial checkout. All following updates should run without the password. Juri -- Juri
/archives/xfs/2001-07/msg01842.html (8,415 bytes)

10. RE: Scripted CVS updates? (score: 1)
Author: xx>
Date: Fri, 13 Jul 2001 10:52:35 -0500
Normally that's what I thought, but for some reason, probably a screwed up CVS/Root file, I was unable to do that a couple of times. I do this with apache, and it's all good. :) Ok..I'll go about my
/archives/xfs/2001-07/msg01844.html (8,446 bytes)

11. Re: Scripted CVS updates? (score: 1)
Author: xx>
Date: Fri, 13 Jul 2001 10:54:15 -0500
I just cd into the cvs directory and run cvs update -d . no need for a password or anything else. Steve
/archives/xfs/2001-07/msg01845.html (8,039 bytes)

12. Re: Scripted CVS updates? (score: 1)
Author: xx>
Date: Fri, 13 Jul 2001 12:24:21 -0400
You should only have to do the "cvs login" magic once. Then do your initial checkout, using -dserver-address or with CVSROOT set to the appropriate value. After that, cvs update will "just work" for
/archives/xfs/2001-07/msg01852.html (8,389 bytes)

13. Re: Scripted CVS updates? (score: 1)
Author: xx>
Date: Fri, 13 Jul 2001 12:20:18 -0500
Gonyou, Austin wrote: I'm trying to script cvs updates with cron for once every couple of days, or once a week. But, I must provide a login password to the cvs server. Is there a way to do that easil
/archives/xfs/2001-07/msg01856.html (8,486 bytes)

14. RE: Scripted CVS updates? (score: 1)
Author: xx>
Date: Sat, 14 Jul 2001 11:06:38 +1200
The password is actually stored in a file in your $HOME directory called The format is :pserver:loginname@fqdn:/directory <hashed pw> As long as that's there, you should be able to run CVS from a scr
/archives/xfs/2001-07/msg01871.html (8,750 bytes)

15. Scripted CVS updates? (score: 1)
Author: "Gonyou, Austin" <austin@xxxxxxxxxxxxxxx>
Date: Fri, 13 Jul 2001 10:41:27 -0500
I'm trying to script cvs updates with cron for once every couple of days, or once a week. But, I must provide a login password to the cvs server. Is there a way to do that easily? perhaps something l
/archives/xfs/2001-07/msg03129.html (7,329 bytes)

16. Re: Scripted CVS updates? (score: 1)
Author: Juri Haberland <list-linux.sgi.xfs@xxxxxxxxxxx>
Date: Fri, 13 Jul 2001 15:50:51 +0000 (UTC)
Unless you don't checkout the complete tree over and over again you just have to supply the password on the first initial checkout. All following updates should run without the password. Juri -- Juri
/archives/xfs/2001-07/msg03133.html (8,489 bytes)

17. RE: Scripted CVS updates? (score: 1)
Author: "Gonyou, Austin" <austin@xxxxxxxxxxxxxxx>
Date: Fri, 13 Jul 2001 10:52:35 -0500
Normally that's what I thought, but for some reason, probably a screwed up CVS/Root file, I was unable to do that a couple of times. I do this with apache, and it's all good. :) Ok..I'll go about my
/archives/xfs/2001-07/msg03135.html (8,461 bytes)

18. Re: Scripted CVS updates? (score: 1)
Author: Steve Lord <lord@xxxxxxx>
Date: Fri, 13 Jul 2001 10:54:15 -0500
I just cd into the cvs directory and run cvs update -d . no need for a password or anything else. Steve
/archives/xfs/2001-07/msg03136.html (8,154 bytes)

19. Re: Scripted CVS updates? (score: 1)
Author: Alan Eldridge <alane@xxxxxxxxxxxx>
Date: Fri, 13 Jul 2001 12:24:21 -0400
You should only have to do the "cvs login" magic once. Then do your initial checkout, using -dserver-address or with CVSROOT set to the appropriate value. After that, cvs update will "just work" for
/archives/xfs/2001-07/msg03143.html (8,579 bytes)

20. Re: Scripted CVS updates? (score: 1)
Author: cattelan@xxxxxxxxxxx
Date: Fri, 13 Jul 2001 12:20:18 -0500
I'm trying to script cvs updates with cron for once every couple of days, or once a week. But, I must provide a login password to the cvs server. Is there a way to do that easily? perhaps something
/archives/xfs/2001-07/msg03147.html (8,572 bytes)


This search system is powered by Namazu