On 16 Aug 2001 16:07:59 -0400, Sam Ruby wrote:
> Josh Lucas wrote:
> >
> >heh..  I was going to look into it today so I'm glad I didn't last
> >night.  :)
> >
> >btw, I'll try to get you project descriptions for Eyebrowse and possibly
> >Anzu today along w/ a 'tigris' profile.  I'm starting with those two
> >since I need to make some internal changes in the other modules.
> 
> Ok, I've made the changes which should make enabling "parent" modules to be
> defined as you describe.  What I'd like is some test case to play with, so
> when you get project descriptions roughed out, let me know.
> 

ok, this is what I did and it probably is wrong but...

in project/eyebrowse.xml, I added a srcdir attribute and set its value
to sandbox/eyebrowse.  This created the output in update.sh below:

test -d /home/lucas/gump/sandbox/eyebrowse && export CMD="cvs -z3 -d
:pserver:[EMAIL PROTECTED]:/cvs update -P -d -A
/home/lucas/gump/sandbox/eyebrowse"
test -d /home/lucas/gump/sandbox/eyebrowse || export CMD="cvs -z3 -d
:pserver:[EMAIL PROTECTED]:/cvs checkout -P -d
/home/lucas/gump/sandbox/eyebrowse eyebrowse"

The problem is that cvs doesn't seem to like that path given to -d..
I'm getting this error:

cvs [server aborted]: absolute pathname
`/home/lucas/gump/sandbox/eyebrowse' illegal for server.


thoughts?


josh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to