On Mon, Mar 12, 2012 at 12:32 PM, David Weintraub wrote:
> Here's why I don't think this is a feature for the Subversion project:
>
> * This is a Subversion client function and not a function of
> Subversion itself. Subversion thoughtfully publishes a Subversion API
>
So far, yes. That doesn't me
Thank you! This solved the XML linking issue.
The SSL_SESSION_cmd issue was solved by going back to openssl-0.9.8, as that
function was removed in openssl-1.0.0.
Mark.
From: kmra...@rockwellcollins.com [mailto:kmra...@rockwellcollins.com]
Sent: 12 March 2012 19:55
To: Mark Raymond
Cc: users@subve
Normally you need svn_path_canonicalize(). In recent releases it's
deprecated in favour of svn_dirent_canonicalize(),
svn_relpath_canonicalize(), and svn_uri_canonicalize().
罗勇刚(Yonggang Luo) wrote on Tue, Mar 13, 2012 at 00:48:55 +0800:
> Is these two api is needed to be used for covert path
>
The __imp_ prefixes mean that the linker is looking for a DLL. For static
linking, the XML_STATIC macro has to be defined in the code that links to Expat.
My solution for this problem: configure with the --without-neon option. :)
> -Original Message-
> From: Mark Raymond [mailto:ma...
Mark,
> I've been attempting to compile Subversion on Windows (64-bit). I've
been
> able to solve most of the issues I had when compiling, but there's just
one
> file left that is refusing to compile - libsvn_ra-1.dll.
> The build environment is Visual Studio 2008 on Windows 7 64-bit, using
the
Hi,
I've been attempting to compile Subversion on Windows (64-bit). I've been
able to solve most of the issues I had when compiling, but there's just one
file left that is refusing to compile - libsvn_ra-1.dll.
The build environment is Visual Studio 2008 on Windows 7 64-bit, using the
x64 Cross To
On Mon, Mar 12, 2012 at 05:11:40PM +, Simon Dean wrote:
> Not having contributed to SVN before, I don't really know how the SVN
> client(s) are implemented. How much of the code in the various Windows and
> Linux SVN command line clients (e.g. CollabNet's Windows command line client,
> Slik
Not having contributed to SVN before, I don't really know how the SVN client(s)
are implemented. How much of the code in the various Windows and Linux SVN
command line clients (e.g. CollabNet's Windows command line client, SlikSVN's
Windows command line client, TortoiseSVN's svn.exe etc) comes
I suspect TortoiseSVN uses the official Subversion client code under the hood.
There's no way they'd re-implement a whole SVN client from scratch.
Not many third-party SVN clients (any?) implement the SVN client-side
implementation themselves. They use SVN libraries for that - something like
Is these two api is needed to be used for covert path
C:\Path\To something to C:/Path/To
/** Convert @a path from the local style to the canonical internal style. */
const char *
svn_path_internal_style(const char *path, apr_pool_t *pool);
/** Convert @a path from the canonical internal style to
Here's why I don't think this is a feature for the Subversion project:
* This is a Subversion client function and not a function of
Subversion itself. Subversion thoughtfully publishes a Subversion API
that developers can use to create their own Subversion clients. Notice
that TortoiseSVN does not
On Mon, Mar 12, 2012 at 10:10 AM, dhanushka ranasinghe
wrote:
>
> is there any issues if i do that sync and ask users to use new repo to
> commit, what happen to revision history.. is it will be consistent
You can't continue to sync while using the repo for other commits -
you have to copy and c
Hi..guys
is there any issues if i do that sync and ask users to use new repo to
commit, what happen to revision history.. is it will be consistent
Thank You
Dhanushka
On 12 March 2012 20:31, Jeyanthan wrote:
> Hi Dhanushka,
>
> As of Subversion 1.5, it is possible to limit svnsync to a
> s
Hi Dhanushka,
As of Subversion 1.5, it is possible to limit svnsync to a
subdirectory of the master repository.
$ svnsync init file://`pwd`/dest
http://svn.master.com/repo/trunk
$ svnsync sync file://`pwd`/dest
--
Regards,
Jeyanthan
On Monday 12 March 2012 08:21 PM, dhanushka ranasinghe wrote
On Mon, Mar 12, 2012 at 3:51 PM, dhanushka ranasinghe
wrote:
>
> Hi..
>
> svnsyn happen between two repos right ? , is it possible to use svnsync to
> sync part of a repository ( foder in side svn like trunk) to separate new
> repository
>
> Eg--
>
> here trunk is folder inside the "svn reposi
Hi..
svnsyn happen between two repos right ? , is it possible to use svnsync to
sync part of a repository ( foder in side svn like trunk) to separate new
repository
Eg--
here trunk is folder inside the "svn repository "repo"
http:/svn.master.com/repo/trunk/ - svnsync -> http//
svn.m
On Mar 12, 2012, at 10:31 AM, Andreas Krey wrote:
> On Mon, 12 Mar 2012 10:03:16 +, Zachary Burnham wrote:
> ...
>> By the way, is top or bottom posting proper for this list?
>
> Inline, at the proper point, usually within a full quote. (And having
> 100k HTML for 2k plain text doesn't sound
On Mon, 12 Mar 2012 10:03:16 +, Zachary Burnham wrote:
...
> By the way, is top or bottom posting proper for this list?
Inline, at the proper point, usually within a full quote. (And having
100k HTML for 2k plain text doesn't sound like a good idea either. The
raw line count of your mail made
On Mon, Mar 12, 2012 at 2:11 PM, Zachary Burnham wrote:
> I don't believe I was getting this before I upgraded to Lion (10.7). OS X
> does something kind of funky with ssl certificates, it keeps them in the
> "keychain" which applications can then access. I did find instructions for
> how to exp
On Mon, Mar 12, 2012 at 2:00 PM, Zachary Burnham wrote:
> I'd have thought that providing relevant information would have been helpful
> .
>
> Nevertheless, I'm still having trouble with this. I've exported the
> relevant CA certificate and edited ~ /.subversion/servers to look for it. I
> know
20 matches
Mail list logo