> Here you are printing 64-bits, so some part of your system thinks that
> apr_off_t is 64-bits. How are apr_off_t and APR_HAS_LARGE_FILES defined
> in apr.h?
#define APR_HAS_LARGE_FILES 0
typedef off_t apr_off_t;
I think this is OK, isn't it?
Sounded promising until I hit C# and asp.net.
On 12/03/2010 09:19 AM, Luiz Guilherme Kimel wrote:
Try SVNQuery
http://svnquery.tigris.org/
;-)
-Mensagem original-
De: Brian Brophy [mailto:brianmbro...@gmail.com]
Enviada em: sexta-feira, 3 de dezembro de 2010 13:07
Para: users@subver
Hi,
I'm planning to use Hooks to add OCR scanning for select documents going
into a SVN repo. I'm not really sure where to start so I'm hoping
someone here can tell me if it's possible and even suggest how best to
proceed.
Basically I'd like to have every commit to an SVN repo stop at the
Mon, 6 Dec 2010 09:48:50 +1000, /Daniel Becroft/:
> On Mon, Dec 6, 2010 at 6:52 AM, Stanimir Stamenkov
> wrote:
>> (...)
>> However issuing 'svn log -g --xml -q' (even 'svn log -g --xml -v')
>> doesn't seem to provide the "Merged via" revision info. Is it
>> currently possible to get the additio
On Mon, Dec 6, 2010 at 6:52 AM, Stanimir Stamenkov wrote:
> Issuing 'svn log -g -q' I get an output like:
>
>
> r8 | ...
>
> r7 | ...
> Merged via: r8
>
Issuing 'svn log -g -q' I get an output like:
r8 | ...
r7 | ...
Merged via: r8
On Thu, Dec 02, 2010 at 01:50:09AM -0500, derek fong wrote:
> Hello,
>
> Here's my scenario, hope someone can help me out with it:
>
> I created a branch (b1) from trunk several months ago. Since then, my branch
> has undergone active development while the trunk has undergone a couple of
> rela
Thu, 2 Dec 2010 01:50:09 -0500, /derek fong/:
> (...)
> [f...@localhost] ~/sandbox/temp/_merged/repo: svn stat
> C .
> ? dir_conflicts.prej
> ! C application
> > local delete, incoming edit upon merge
>
> I think I understand why that's happening, but what's the best
> way