Re: cygwin-xfree-doc cvs moved

2004-02-06 Thread Alexander Gottwald
On Fri, 6 Feb 2004, Igor Pechtchanski wrote:

> > cvs -d :pserver:[EMAIL PROTECTED]:/cvs/xserver login
> > cvs -d :pserver:[EMAIL PROTECTED]:/cvs/xserver co cygwin-x-doc
> >
> > If you have an old checkout you can convert it (assuming you used cvs via ssh
> ^^^
> pserver?

I don't use pserver. So I've not adjusted the script.

> > before)
> >
> > cd 
> > for i in $(find -name Root); do
> > echo ":ext:[EMAIL PROTECTED]:/cvs/xserver" >$i
> ^
> Don't you mean ":pserver:[EMAIL PROTECTED]:/cvs/xserver" here?
> Or at least ":ext:[EMAIL PROTECTED]:/cvs/xserver"?

yes. I should stop doing such things late at night. Your CVSROOT strings
are correct and mine was only usable for me. 

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: cygwin-xfree-doc cvs moved

2004-02-06 Thread Igor Pechtchanski
On Fri, 6 Feb 2004, Alexander Gottwald wrote:

> Harold L Hunt II wrote:
>
> > I can understand that seeing the documentation still being updated in
> > the SourceForge tree would be a little confusing, which is why the
> > documentation should be moved to fd.o and the SourceForge project should
> > be deleted.  I think everyone agrees on that; it just hasn't been done yet.
>
> The cygwin-xfree-doc module is now available via
>
> cvs -d :pserver:[EMAIL PROTECTED]:/cvs/xserver login
> cvs -d :pserver:[EMAIL PROTECTED]:/cvs/xserver co cygwin-x-doc
>
> If you have an old checkout you can convert it (assuming you used cvs via ssh
^^^
pserver?

> before)
>
> cd 
> for i in $(find -name Root); do
> echo ":ext:[EMAIL PROTECTED]:/cvs/xserver" >$i
^
Don't you mean ":pserver:[EMAIL PROTECTED]:/cvs/xserver" here?
Or at least ":ext:[EMAIL PROTECTED]:/cvs/xserver"?

> done
> for i in $(find -name Repository); do
> sed s/cygwin-xfree-doc/cygwin-x-doc/ <$i >$i.new && mv $i.new $i
> done
>
> bye
> ago

HTH,
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


cygwin-xfree-doc cvs moved

2004-02-05 Thread Alexander Gottwald
Harold L Hunt II wrote:

> I can understand that seeing the documentation still being updated in
> the SourceForge tree would be a little confusing, which is why the
> documentation should be moved to fd.o and the SourceForge project should
> be deleted.  I think everyone agrees on that; it just hasn't been done yet.

The cygwin-xfree-doc module is now available via

cvs -d :pserver:[EMAIL PROTECTED]:/cvs/xserver login
cvs -d :pserver:[EMAIL PROTECTED]:/cvs/xserver co cygwin-x-doc

If you have an old checkout you can convert it (assuming you used cvs via ssh
before)

cd 
for i in $(find -name Root); do
echo ":ext:[EMAIL PROTECTED]:/cvs/xserver" >$i
done
for i in $(find -name Repository); do
sed s/cygwin-xfree-doc/cygwin-x-doc/ <$i >$i.new && mv $i.new $i
done

bye
ago
-- 
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723