Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-12 Thread Nico Kadel-Garcia
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

RE: Compiling Subversion on Windows

2012-03-12 Thread Mark Raymond
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

Re: I want to know did svn_wc_entry support for path like D:\Path\To\Repo? or we must to use path like D:/Path/To/Repo

2012-03-12 Thread Daniel Shahaf
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 >

RE: Compiling Subversion on Windows

2012-03-12 Thread Brad Lemings
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...

Re: Compiling Subversion on Windows

2012-03-12 Thread kmradke
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

Compiling Subversion on Windows

2012-03-12 Thread Mark Raymond
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

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-12 Thread Stefan Sperling
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

RE: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-12 Thread Simon Dean
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

RE: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-12 Thread Simon Dean
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

Re: I want to know did svn_wc_entry support for path like D:\Path\To\Repo? or we must to use path like D:/Path/To/Repo

2012-03-12 Thread Yonggang Luo
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

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-12 Thread David Weintraub
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

Re: svnsync between repos

2012-03-12 Thread Les Mikesell
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

Re: svnsync between repos

2012-03-12 Thread dhanushka ranasinghe
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

Re: svnsync between repos

2012-03-12 Thread Jeyanthan
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

Re: svnsync between repos

2012-03-12 Thread Jan Keirse
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

svnsync between repos

2012-03-12 Thread dhanushka ranasinghe
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

Re: svn on OSX 10.7.3 can't find CA certificates

2012-03-12 Thread Zachary Burnham
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

Re: svn on OSX 10.7.3 can't find CA certificates

2012-03-12 Thread Andreas Krey
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

Re: svn on OSX 10.7.3 can't find CA certificates

2012-03-12 Thread Johan Corveleyn
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

Re: svn on OSX 10.7.3 can't find CA certificates

2012-03-12 Thread Johan Corveleyn
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