Problems with cwm

Please help out, this is too much for me to figure out,
am I on the wrong track?

I have the cwm cvs version.
here are my bugs :

1. cvs server: Diffing .
cvs server: failed to create lock directory for
`/sources/public/2000/10/swap'
(/sources/public/2000/10/swap/#cvs.lock): Permission denied
cvs server: failed to obtain dir lock in repository
`/sources/public/2000/10/swap'
cvs [server aborted]: read lock failed - giving up

2. given this file :
http://introspector.sourceforge.net/2003/09/rewrite-ids.n3
i have problems with cwm :

2.1  ~/cwm/cwm.py rewrite-ids.n3  --flatten
crashes
Traceback (most recent call last):
  File "/home/mdupont/cwm/cwm.py", line 663, in ?
    doCommand()
  File "/home/mdupont/cwm/cwm.py", line 566, in doCommand
    need(_store)
  File "/home/mdupont/cwm/cwm.py", line 639, in need
    _store.deleteFormula(workingContext)   ##@@@@ very slow
AttributeError: RDFStore instance has no attribute 'deleteFormula'

2.2 ~/cwm/cwm.py rewrite-ids.n3  --ugly
produces no data 

2.3 these options make invalid n3
~/cwm/cwm.py rewrite-ids.n3  --n3=sl | ~/cwm/cwm.py
notation3.BadSyntax: Line 39 of
<file:/mnt/hda4/introspector_home/introspector/cvs/introspector-0.4/treecc/n3/>:
Bad syntax (']' expected) at ^ in:
"... .
    {
        
          ( "treecc-"  [
                 ^.
                <.run-1063437284.651636p21235#li8>     rdf...

the expr. produced is 
          ( "treecc-"  [
                 .
                <.run-1063437342.906038p21252#li8>     rdf:first
:file-uri-clean .
                <.run-1063437342.906038p21252#li8>     rdf:rest  [
                     .
                    <.run-1063437342.906038p21252#li7>     rdf:first
":" .
                    <.run-1063437342.906038p21252#li7>     rdf:rest  [
                         .
                        <.run-1063437342.906038p21252#li6>    
rdf:first :namestr .
                        <.run-1063437342.906038p21252#li6>     rdf:rest
 [
                             .
                            <.run-1063437342.906038p21252#li5>    
rdf:first "" .
                            <.run-1063437342.906038p21252#li5>    
rdf:rest rdf:nil ] ] ] ] )
         .
2.3 /cwm/cwm.py rewrite-ids.n3  --n3=spartni | ~/cwm/cwm.py
This loses all the data, the only thing left is this : 
     @prefix :
<http://introspector.sf.net/2003/08/16/introspector.owl#> .
    
    <rewrite-ids.n3#0_work>    
<http://www.w3.org/2000/10/swap/log#forAll> :file,
                :file-uri,:file-uri-clean,:funky,:id, :linenumber,
:namestr,:type-uri, type-uri-clean, :typename .    
    <rewrite-ids.n3#_g0>    
<http://www.w3.org/2000/10/swap/log#implies> {:funky     a :typename .
        } .


Please advise
thanks
mie

=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Received on Saturday, 13 September 2003 03:32:33 UTC