Mitch Patenaude wrote:
Any chance the output is going to stderr and not stdout?  I don't know
for sure, but I could believe that stderr of commands inside functions
gets swallowed if not redirected.  Try putting a 2>&1 at the end of
the svn command in the function.

  -- Mitch

P.S. I think the problem you had with ---verbose was with it's position. try svn --verbose co <project>

You're correct, it getting swallowed by stderr, doing as you suggested worked like a charm


Thanks
Jay
_______________________________________________
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to