[Leaf-devel] Updating tasks

2001-02-10 Thread Steven Peck

Mike,

OK, I've started updating the Documents page section 2 and added one item to
FAQs sec06.  Now, how do I update the Tasks sections of the task assigned?

Steven

___
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel



Re: [Leaf-devel] Where IS everybody?

2001-02-10 Thread Eric Wolzak

Hello all, active on the list again :)

 On Tue, 6 Feb 2001, Arne Bernin wrote:
 
  I live in Hamburg,Germany, and we have 5ÂșC and its raining, the typical Weather
   for a winter in Hamburg (or the summer ...)
  
  --arne 
  ---
  Arne Bernin Netropol Digitale Systeme
  Lagerstrasse 30a
  Tel: +49 404325 D-20357 Hamburg/Germany
  Fax: +49 4028416740 [EMAIL PROTECTED]
   

I live in Korbach, a small city in the center of Germany, about 140 
Miles north of Frankfurt. 

Eric Wolzak 


___
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel



RE: [Leaf-devel] LDAP chown to dummy

2001-02-10 Thread Mike Noyes

x-flowedAt 07:11 PM 2/9/01 -0800, Steven Peck [EMAIL PROTECTED] wrote:
Mike,

Seeing as I haven't set up a directory yet, is this something I won't have 
to do when I shell in for the first time?

Steven,
Correct. It's only a problem for people that already have content on our site.

-Original Message-
From: Mike Noyes [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 09, 2001 7:29 AM
To: [EMAIL PROTECTED]
Subject: Re: [Leaf-devel] LDAP chown to dummy


At 09:14 AM 2/9/01 -0600, [EMAIL PROTECTED] wrote:
 On 9 Feb 2001, at 14:39, Mike Noyes wrote:
 
   Thanks! I just verified that this works. I should have tried the archive
   switch before.
 
 Don't you need the -R switch to recurse?

David,
-a is a shortcut for -dpR

   $ cd /home/groups/leaf/htdocs
   $ mv yourname ..
   $ cp -a ../yourname .
   $ rm -rf ../yourname
   $ cd /home/groups/ftp/pub/leaf/devel
   $ mv yourname ..
   $ cp -a ../yourname .
   $ rm -rf ../yourname
 
 How about this?
 
 #!/bin/ksh
 
 HTTP_HOME=/home/groups/leaf
 FTP_HOME=/home/groups/ftp/pub/leaf/devel
 
 tag () {
 cd $1
 [ ! -f $2 ]  exit 1
 mv $2 ..
 cp -a ../$2 .  rm -rf ../$2
 }
 
 tag $HTTP_HOME $1 || echo http: err!
 tag $FTP_HOME $1 || echo ftp: err!
 
 makes a nice program to put in somewhere...

Yes it does, and I'm glad someone can write things like this. As you 
are  already well aware, I'm probably the most inept admin in the history 
of unix.

Free time has its virtues though. :)

--
Mike Noyes [EMAIL PROTECTED]
http://leaf.sourceforge.net/


___
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel
/x-flowed



Re: [Leaf-devel] Updating tasks

2001-02-10 Thread Mike Noyes

x-flowedAt 10:34 PM 2/9/01 -0800, Steven Peck [EMAIL PROTECTED] wrote:
Mike,

OK, I've started updating the Documents page section 2 and added one item 
to FAQs sec06.  Now, how do I update the Tasks sections of the task assigned?

Steven,
Go to the tasks section, select development, select task 21160, add your 
comment, scroll down to the bottom of the page, and press submit changes. 
Please let me know if you're unable to make changes to task_id=21160. 
Thanks for updating the documents in section 2.

https://sourceforge.net/pm/?group_id=13751

--
Mike Noyes [EMAIL PROTECTED]
http://leaf.sourceforge.net/


___
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel
/x-flowed



Re: [Leaf-devel] Updating tasks

2001-02-10 Thread Jack Coates

I'm unable to make changes. Must admit I haven't been using Sourceforge's
docmanager.

-- 
Jack Coates
Monkeynoodle: It's what's for dinner!

On Sat, 10 Feb 2001, Mike Noyes wrote:

 At 10:34 PM 2/9/01 -0800, Steven Peck [EMAIL PROTECTED] wrote:
 Mike,
 
 OK, I've started updating the Documents page section 2 and added one item
 to FAQs sec06.  Now, how do I update the Tasks sections of the task assigned?

 Steven,
 Go to the tasks section, select development, select task 21160, add your
 comment, scroll down to the bottom of the page, and press submit changes.
 Please let me know if you're unable to make changes to task_id=21160.
 Thanks for updating the documents in section 2.

 https://sourceforge.net/pm/?group_id=13751

 --
 Mike Noyes [EMAIL PROTECTED]
 http://leaf.sourceforge.net/


 ___
 Leaf-devel mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/leaf-devel



___
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel



Re: [Leaf-devel] Updating tasks

2001-02-10 Thread Mike Noyes

x-flowedAt 07:44 AM 2/10/01 -0800, Jack Coates [EMAIL PROTECTED] wrote:
I'm unable to make changes. Must admit I haven't been using Sourceforge's 
docmanager.

Jack,
I must have the developer permissions set improperly. I'll correct this 
later today. Thanks for letting me know there is a problem.

On Sat, 10 Feb 2001, Mike Noyes wrote:

  At 10:34 PM 2/9/01 -0800, Steven Peck [EMAIL PROTECTED] wrote:
  Mike,
  
  OK, I've started updating the Documents page section 2 and added one item
  to FAQs sec06.  Now, how do I update the Tasks sections of the task 
 assigned?
 
  Steven,
  Go to the tasks section, select development, select task 21160, add your
  comment, scroll down to the bottom of the page, and press submit changes.
  Please let me know if you're unable to make changes to task_id=21160.
  Thanks for updating the documents in section 2.
 
  https://sourceforge.net/pm/?group_id=13751
 
  --
  Mike Noyes [EMAIL PROTECTED]
  http://leaf.sourceforge.net/
 
 
  ___
  Leaf-devel mailing list
  [EMAIL PROTECTED]
  http://lists.sourceforge.net/lists/listinfo/leaf-devel
 


___
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

--
Mike Noyes [EMAIL PROTECTED]
http://leaf.sourceforge.net/


___
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel
/x-flowed



Re: [Leaf-devel] Updating tasks

2001-02-10 Thread Mike Noyes

x-flowedAt 08:17 AM 2/10/01 -0800, Mike Noyes [EMAIL PROTECTED] wrote:
At 07:44 AM 2/10/01 -0800, Jack Coates [EMAIL PROTECTED] wrote:
I'm unable to make changes. Must admit I haven't been using Sourceforge's 
docmanager.

Jack,
I must have the developer permissions set improperly. I'll correct this 
later today. Thanks for letting me know there is a problem.

Everyone,
I just changed everyone's task permissions. Everyone can now create and 
modify tasks. Please don't add or update subprojects without discussing 
it on this list first. Thanks.

If you wish to add/remove yourself to/from a task without removing other 
developers, press and hold the Ctrl key before clicking on your name.

--
Mike Noyes [EMAIL PROTECTED]
http://leaf.sourceforge.net/


___
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel
/x-flowed



RE: [Leaf-devel] LDAP chown to dummy

2001-02-10 Thread Mike Noyes

x-flowedAt 06:06 AM 2/10/01 -0800, Mike Noyes [EMAIL PROTECTED]
$ cd /home/groups/leaf/htdocs
$ mv yourname ..
$ cp -a ../yourname .
$ rm -rf ../yourname

Everyone,
I forgot to add this command.

$ chmod -R g-w yourname

$ cd /home/groups/ftp/pub/leaf/devel
$ mv yourname ..
$ cp -a ../yourname .
$ rm -rf ../yourname

$ chmod -R g-w yourname


- chowncp.sh -

I've created a generic shell script that will allow us to chown files. It's 
in my home directory with the name chowncp.sh . After you ssh into shell1:
$ cp ../mhnoyes/chowncp.sh .

Any suggestions for improvement are welcome.

David,
Thank you for suggesting the idea and providing a ksh example.

--
Mike Noyes [EMAIL PROTECTED]
http://leaf.sourceforge.net/


___
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel
/x-flowed



RE: [Leaf-devel] LDAP chown to dummy

2001-02-10 Thread Mike Noyes

x-flowedEveryone,
WARNING: The script mentioned below does very little error checking, and 
will only work from the directory where the SOURCE is.

At 11:22 AM 2/10/01 -0800, Mike Noyes [EMAIL PROTECTED] wrote:
- chowncp.sh -

I've created a generic shell script that will allow us to chown files. 
It's in my home directory with the name chowncp.sh . After you ssh into shell1:
$ cp ../mhnoyes/chowncp.sh .

Any suggestions for improvement are welcome.

David,
Thank you for suggesting the idea and providing a ksh example.

--
Mike Noyes [EMAIL PROTECTED]
http://leaf.sourceforge.net/


___
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel
/x-flowed