Philip Brown wrote:
> Seems appropriate for another little nudge for, "Hey, it would be really
> nice to have some kind of CSW wrapper that does all the svn stuff for you,
> rather than having to manually track that stuff down, and manually check it
> in blah blah..."

It is rather simple, but what i did to save me the "manually track that
stuff down" part is a small bash function

function mgar-get {
    svn co https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/$1
}

that i can call to check out a given package. This way i don't have to
remember the SVN URL.

Sebastian
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers

Reply via email to