Re: Local cvs repository

2010-07-15 Thread Peter Boosten
On 14-7-2010 7:51, Tim Judd wrote:
 On 7/12/10, Peter Boosten pe...@boosten.org wrote:
 Hi all,

 I run a local cvs repository for year now, but since a couple of days I
 get these on the clients:

 Server message: Unknown collection src-all
 Server message: Unknown collection ports-all
 
 But you still have your source and ports tree on the clients?
 
 Sometimes these kind of messages are relating to the tag being used on
 the cvs mirror (your side, not the grand cvsup*.*.freebsd.org)
 
 
 Please check the config of your cvsup mirror actions, not just the logs.

I think I might have found the actual problem: these machines still run
on 7.2, which went out of support last week...

Time to upgrade, I guess :-)

Peter

-- 
http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Local cvs repository

2010-07-15 Thread Peter Boosten

On 15 jul 2010, at 14:24, Peter Boosten wrote:

 On 14-7-2010 7:51, Tim Judd wrote:
 On 7/12/10, Peter Boosten pe...@boosten.org wrote:
 Hi all,
 
 I run a local cvs repository for year now, but since a couple of days I
 get these on the clients:
 
 Server message: Unknown collection src-all
 Server message: Unknown collection ports-all
 
 But you still have your source and ports tree on the clients?
 
 Sometimes these kind of messages are relating to the tag being used on
 the cvs mirror (your side, not the grand cvsup*.*.freebsd.org)
 
 
 Please check the config of your cvsup mirror actions, not just the logs.
 
 I think I might have found the actual problem: these machines still run
 on 7.2, which went out of support last week...

Nope, that wasn't it, since I have one FB8 machine.
But the base parameter (-b) of cvsupd was pointing to the wrong directory.
Correcting this fixed my problem.

Thanks for your time and apologies for the noise.


-- 
Peter Boosten
http://www.boosten.org



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Local cvs repository

2010-07-13 Thread Tim Judd
On 7/12/10, Peter Boosten pe...@boosten.org wrote:
 Hi all,

 I run a local cvs repository for year now, but since a couple of days I
 get these on the clients:

 Server message: Unknown collection src-all
 Server message: Unknown collection ports-all

But you still have your source and ports tree on the clients?

Sometimes these kind of messages are relating to the tag being used on
the cvs mirror (your side, not the grand cvsup*.*.freebsd.org)


Please check the config of your cvsup mirror actions, not just the logs.




 The result is that neither the source nor the ports will get updated.

 The update script on the repository server always ends with 'Finished
 successfully'.

 Anyone an idea?

 Peter
 --
 http://www.boosten.org
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Local cvs repository

2010-07-12 Thread Peter Boosten
Hi all,

I run a local cvs repository for year now, but since a couple of days I
get these on the clients:

Server message: Unknown collection src-all
Server message: Unknown collection ports-all


The result is that neither the source nor the ports will get updated.

The update script on the repository server always ends with 'Finished
successfully'.

Anyone an idea?

Peter
-- 
http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: CVS Repository

2005-03-04 Thread Giorgos Keramidas
On 2005-03-03 21:36, cizuriet [EMAIL PROTECTED] wrote:
 Hi Guys,

 I have tried setting up my own CVS tree with the /src tree in my local
 machine, but after setting the CVSROOT to any of the suggestions on
 the web site, when I try to log on with the anoncvs passwd, I get the
 following response.  Any help?

Updating the entire /usr/src tree over CVS and the network can be *VERY*
slow.  If you don't mind the extra disk space, I'd suggest the following:

- Use CVSup to mirror the entire src repository to /home/ncvs.
- Check out from /home/ncvs a working copy in /usr/src.

The entire CVS repository, mirrored locally here, takes about 2.6 GB of
disk space:

# du -sk /home/ncvs
2671488 /home/ncvs

This is, in my opinion, a small price to pay for being able to update
back and forth, from one version to any other.  But YMMV.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CVS Repository

2005-03-03 Thread cizuriet
Hi Guys,

 I have tried setting up my own CVS tree with the /src tree in my local 
machine, but after setting the CVSROOT to any of the suggestions on the web 
site, when I try to log on with the anoncvs passwd, I get the following 
response.  Any help?

Thanks!

Clem--

 setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs
 cvs login

Logging in to :pserver:[EMAIL PROTECTED]:2401/home/ncvs
CVS password:

cvs [login aborted]: connect to anoncvs1.FreeBSD.org(64.78.150.163):2401 
failed: Connection refused


Clem Izurieta

PhD Student
Department of Computer Science
Colorado State University
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ive really broken my cvs repository!

2004-05-29 Thread Edd

Hi there,
One day I was playing with branches to see how they worked etc. I was
going to delete the branches afterwards, but forgot. Many commits later
(to default branch). I realise that I forgot to delete them. And
stupidly did a cvs tag -dB on them. Next day I do a cvs up:

-bash-2.05b$ cvs up
cvs update: Updating .
cvs update: LICENCE.TXT is no longer in the repository
cvs update: README is no longer in the repository
cvs update: index.php is no longer in the repository
cvs update: loader.php is no longer in the repository
cvs update: login.php is no longer in the repository
cvs update: Updating classes
cvs update: classes/arax.php is no longer in the repository
cvs update: classes/auth.php is no longer in the repository
cvs update: Updating conf
cvs update: conf/mysql.php-dist is no longer in the repository
cvs update: Updating css
cvs update: css/dbm.css is no longer in the repository
cvs update: Updating images
cvs update: Updating modules
cvs update: modules/changePass.php is no longer in the repository
cvs update: modules/denied.php is no longer in the repository
cvs update: modules/gigAdmin.php is no longer in the repository
cvs update: modules/groupAdmin.php is no longer in the repository
cvs update: modules/imageView.php is no longer in the repository
cvs update: modules/linkAdmin.php is no longer in the repository
cvs update: modules/logout.php is no longer in the repository
cvs update: modules/mailShot.php is no longer in the repository
cvs update: modules/menu.php is no longer in the repository
cvs update: modules/newsAdmin.php is no longer in the repository
cvs update: modules/settings.php is no longer in the repository
cvs update: Updating share
cvs update: share/dump.sql is no longer in the repository

interesting. So i think no its okay. i can do a cvs up -f. Which I did
and all of my other files did return to my sandbox, but I just can not
commit them. Due to up-to-date check. I have tried forcing with -f, but
still it wont have it.

Please could someone help me out of this sticky situation?

Thanks!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ive really broken my cvs repository!

2004-05-29 Thread Edd

This looks bad

cvs status: share/dump.sql is no longer in the repository
===
File: dump.sql  Status: Entry Invalid

   Working revision:1.10Wed May  5 20:42:40 2004
   Repository revision: No revision control file
   Sticky Tag:  base - MISSING from RCS file!
   Sticky Date: (none)
   Sticky Options:  (none)

I tagged all of the files base, and all seems well. I think. Has this don
any harm does anyone know?


On 5/29/2004, Edd [EMAIL PROTECTED] wrote:


Hi there,
One day I was playing with branches to see how they worked etc. I was
going to delete the branches afterwards, but forgot. Many commits later
(to default branch). I realise that I forgot to delete them. And
stupidly did a cvs tag -dB on them. Next day I do a cvs up:

-bash-2.05b$ cvs up
cvs update: Updating .
cvs update: LICENCE.TXT is no longer in the repository
cvs update: README is no longer in the repository
cvs update: index.php is no longer in the repository
cvs update: loader.php is no longer in the repository
cvs update: login.php is no longer in the repository
cvs update: Updating classes
cvs update: classes/arax.php is no longer in the repository
cvs update: classes/auth.php is no longer in the repository
cvs update: Updating conf
cvs update: conf/mysql.php-dist is no longer in the repository
cvs update: Updating css
cvs update: css/dbm.css is no longer in the repository
cvs update: Updating images
cvs update: Updating modules
cvs update: modules/changePass.php is no longer in the repository
cvs update: modules/denied.php is no longer in the repository
cvs update: modules/gigAdmin.php is no longer in the repository
cvs update: modules/groupAdmin.php is no longer in the repository
cvs update: modules/imageView.php is no longer in the repository
cvs update: modules/linkAdmin.php is no longer in the repository
cvs update: modules/logout.php is no longer in the repository
cvs update: modules/mailShot.php is no longer in the repository
cvs update: modules/menu.php is no longer in the repository
cvs update: modules/newsAdmin.php is no longer in the repository
cvs update: modules/settings.php is no longer in the repository
cvs update: Updating share
cvs update: share/dump.sql is no longer in the repository

interesting. So i think no its okay. i can do a cvs up -f. Which I did
and all of my other files did return to my sandbox, but I just can not
commit them. Due to up-to-date check. I have tried forcing with -f, but
still it wont have it.

Please could someone help me out of this sticky situation?

Thanks!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to use a mirrord cvs repository

2003-11-30 Thread Stephen Corbesero

I have several machines at home at both (4) STABLE and (5) current.  I
as using cvsup on them to keep things current, but I thought it would
be better if I would just mirror the whole cvs repository and then,
on each build machine, grab the appropriate release and compile.

There are several places which clearly describe how to do the cvs
mirroring, but how do i use the mirror locally?  I was successful in
grabbing the repository.

Thanks in advance.


-- 
Stephen Corbesero
Associate Professor of Computer Science
Moravian College, Bethlehem, PA 18018
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to use a mirrord cvs repository

2003-11-30 Thread Melvyn Sopacua
On Sunday 30 November 2003 17:54, Stephen Corbesero wrote:

 There are several places which clearly describe how to do the cvs
 mirroring, but how do i use the mirror locally?  I was successful in
 grabbing the repository.:

Let's say you've mirrored the repository in /home/ncvs (like the default in 
cvs-supfile).

On that machine, you mv /usr/src /usr/src.old.
Then cd into /usr and:
cvs -d/home/ncvs co -rYOUR_TAG_HERE src

Edit /etc/make.conf:
CVS_UPDATE= yes
CVSROOT?=   /home/ncvs

Unset any SUP* variables to make the 'make update' target work correctly.
Adjust the CVSROOT variable if you share the src mirror between machines. Have 
a look at the cvs(1) manpage for examples of that, allthough probably the 
best method is to have /home/ncvs available via NFS on the local network, 
because it doesn't require you to allow 'root' to ssh to other machines or 
setup a pserver.

Remove /usr/src.old once your satisfied :)
-- 
Melvyn

===
FreeBSD sarevok.webteckies.org 5.2-BETA FreeBSD 5.2-BETA #1: Sat Nov 29 
00:15:33 CET 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/
SAREVOK_NOFW_DBG  i386
===


pgp0.pgp
Description: signature


Re: CVS repository

2003-03-06 Thread Giorgos Keramidas
On 2003-03-05 23:29, Philip M. Gollucci [EMAIL PROTECTED] wrote:
 While I am thinking about it,

 Is there any way to make an identical copy of the actual CVS
 respositories themselves.  I'd like to drop them into my CVSROOT so
 I can browse it with cvsweb_graph for kicks. I'd just check it ou
 and import it, but then I loose all the useful revision/branching
 history from which I hope to learn.

Sure.  The following supfile pulls a mirror of the CVS repo for me.

*default host=cvsup.gr.freebsd.org
*default base=/home/ncvs
*default prefix=/home/ncvs
*default release=cvs
*default delete use-rel-suffix
*default compress

cvs-all

The important bit is the `release' default, which is set to `cvs'.
The example supfile upon which this was based can be found on your
system at `/usr/share/examples/cvsup/cvs-supfile'.

 I'm sure some of you know this /usr/ports/cvsgraph which is horribly
 out of date.  Is anyone working on an update if not, I'll make one.

You can always submit PRs or contact Trevor Johnson, the maintainer of
the port.  His email is listed in `/usr/ports/devel/cvsgraph/Makefile'.

I'm sure he will appreciate any help :-)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


CVS repository

2003-03-05 Thread Philip M. Gollucci
While I am thinking about it,
Is there any way to make an identical copy of the actual CVS respositories 
themselves.  I'd like to drop them into my CVSROOT so I can browse it with 
cvsweb_graph for kicks. I'd just check it ou and import it, but then I loose 
all the useful revision/branching history from which I hope to learn.

If your wondering what I am talking about see cvs.p6m7g8.net. 
Example module  link
then the Graph link.

I'm sure some of you know this /usr/ports/cvsgraph which is horribly out of 
date.  Is anyone working on an update if not, I'll make one.


-- 
END 
-- 
Philip M. Gollucci [EMAIL PROTECTED] 301.474.9294 301.646.3011 (cell) 

Science, Discovery,  the Universe (UMCP) 
Webmaster  Webship Teacher 
URL: http://www.sdu.umd.edu 

eJournalPress 
Database/PERL Programmer  System Admin 
URL : http://www.ejournalpress.com 

Resume : http://p6m7g8.net/Resume 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


protecting cvs repository

2003-01-24 Thread Zhi Cheng Wang
Hi

does cvsweb have the ability to ask for username and passwd if web users are
trying to browse the repository? i have done this in an ugly way by creating
a subdir and put the cvsweb.cgi under this subdir, then in httpd.conf to
protect this subdir using http authentication.

is there a better way to achieve this?

thanks

cheng
This email is confidential and intended solely for the use of the Person(s)
('the intended recipient') to whom it was addressed.  Any views or opinions
presented are solely those of the author and do not necessarily represent
those of the Paterson Institute For Cancer Research or the Christie Hospital
NHS Trust. It may contain information that is privileged  confidential
within the meaning of applicable law. Accordingly any dissemination,
distribution, copying, or other use of this message, or any of its contents,
by any person other than the intended recipient may constitute a breach of
civil or criminal law and is strictly prohibited. If you are NOT the
intended recipient please contact the sender and dispose of this e-mail as
soon as possible.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: protecting cvs repository

2003-01-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-24 16:15:05 -:
 From: Zhi Cheng Wang [EMAIL PROTECTED]
 To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
 Subject: protecting cvs repository
 Date: Fri, 24 Jan 2003 16:15:05 -
 
 Hi
 
 does cvsweb have the ability to ask for username and passwd if web users are
 trying to browse the repository? i have done this in an ugly way by creating
 a subdir and put the cvsweb.cgi under this subdir, then in httpd.conf to
 protect this subdir using http authentication.
 
 is there a better way to achieve this?

do you need a feature this setup doesn't provide?
i don't know about cvsweb, but i do know that Chora (www.horde.org)
can authenticate users. also, take a look at ViewCVS.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message