[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Sending attachments in email using mailer.py script

From: Tech Geek <techgeek12345_at_gmail.com>
Date: Wed, 6 Oct 2010 17:05:16 -0700

>
> You can checkout the file to /tmp and include it from there. You
> cannot reference a file in your repository with a file path.

I had thought about that but it would mean that I will need to include a svn
checkout command to /tmp/ directory in my post-commit hook, right?

If that is the case indeed then I am not sure how to get the checkout path
of the latest tag commited in my post-commit hook.

As an example:
So the $REPOS in post-commit has path to the project - for example:
/var/lib/svn/projectA. How do I get the path of the tag (so that I can
concatenate with $REPOS) that is just being commited - for examle:
tags/REL-1.00.
Received on 2010-10-07 02:05:54 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.