C. Florian Ebeling wrote:
> On Wed, Oct 8, 2008 at 8:17 AM, C. Florian Ebeling
> <[EMAIL PROTECTED]> wrote:
>>>> Recently I wanted to copy over a whole directory form worksrcpath
>>>> to destdir, and that turned out to be quite tedious. Is it possible to
>>>> do this any easier than this?
>>> "copy ${worksrcpath}/priv/skel ${privdir}/skel" should do it, unless
>>> I've misunderstood?
> 
> true actually :)  was confused.
> 
> I have another problem now, though. since its a svn checkout, by simply
> copying i get all these crappy little .svn directories plus their content.
> something like an -exclude PATTERN doesn't seem to exist though.
> Any idea for that additional problem? :)

Hmm, svn fetch should probably use export rather than checkout. I guess
you can use system and find(1) to delete them.

- Josh
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to