Hi David,

Why do you have publican/oorexx/publish/oorexx checked into subversion
and have the Makefile remove it?


all: brand

brand:
        - rm -r publish/oorexx
        publican build --formats xml --langs all --publish

install:
        sudo publican install_brand --path /usr/share/publican/Common_Content




clean:
        rm -f publish


Was that just a mistake?   If you remove publish/oorexx it removes the
.svn entries and then svn won't let you check in from that tree
anymore.

I think, either you shouldn't remove it or it shouldn't be checked in.
 If publican build creates everything, then it shouldn't be checked
in.  But, I'm not sure if the stuff in publish/oorexx is needed for
the build, or the result of the build.

--
Mark Miesfeld

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to