George R Goffe writes:
> /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
> /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
The "skipping" lines merely indicate that the linker is finding both 32
and 64 bit libraries and ignoring some of them.
> -Original Message-
> From: OBones [mailto:obo...@free.fr]
> Sent: dinsdag 5 november 2013 14:06
> To: Subversion Users
> Subject: Re: Setting sticky depth without grabbing content immediately
>
> Johan Corveleyn wrote:
> > I think this would be a useful feature. Whether or not someone
On Wed, Nov 6, 2013 at 12:33 PM, Bert Huijben wrote:
>
>
>> -Original Message-
>> From: OBones [mailto:obo...@free.fr]
>> Sent: dinsdag 5 november 2013 14:06
>> To: Subversion Users
>> Subject: Re: Setting sticky depth without grabbing content immediately
>>
>> Johan Corveleyn wrote:
>> >
On Wed, Nov 6, 2013 at 5:33 AM, Philip Martin
wrote:
> George R Goffe writes:
>
>> /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
>> /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
>
> The "skipping" lines merely indicate that the linker is fi
Philip Martin writes:
> George R Goffe writes:
>
>> /tools/subversion/subversion/subversion/svnserve/subversion/svnserve/serve.c:171:
>> undefined reference to `logger__write'
>
>> /tools/subversion/subversion/subversion/svnserve/subversion/svnserve/svnserve.c:480:
>> undefined reference to `s
Hi svn users; just trying to troubleshoot this error.
I am running Sun OS 5.10 (Solaris 10) on a SPARC machine, with the
latest coreutils [8.21], make [4.0], awk [4.1.0] and gcc [4.8.2] used
to build the latest Apache Subversion [1.8.4 (r1534716)].
Why is this happening?
$ svn co http://llvm.org
On Nov 5, 2013, at 23:54, Alec Taylor wrote:
> I am running Sun OS 5.10 (Solaris 10) on a SPARC machine, with the
> latest coreutils [8.21], make [4.0], awk [4.1.0] and gcc [4.8.2] used
> to build the latest Apache Subversion [1.8.4 (r1534716)].
>
> Why is this happening?
>
> $ svn co http://ll
Hi,
Any thoughts regarding supporting symlinks on Windows? Windows has
supported symlinks since Vista:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa365680(v=vs.85).aspx
Supporting cross-platform symlinks where possible will ease some
compatibility pain for cross-platform developmen
I'm using svn 1.8.4 on RHEL 6.3 (we're in the process of trying to upgrade
from svn 1.6 to 1.8).
However, the svnadmin hotcopy command doesn't appear to be working
correctly with the
repositories I've copied over from our 1.6 server - most of the db/revprop
directories are missing.
See output be