Calling svn log from a program with username and password (OSX)

2010-09-30 Thread OmarShariffDoneLikeIt
Hi all, I'm writing a program that processes the XML results of svn log. After following a bug, I found that on OSX the following example would fail to use the specified username and password: ben> svn log --username someoneelse --password secret ssh+svn://myserver.com/repo/trunk -r 1 -v --xml b

[admin] Please unsubscribe me -- yes, I know this isn't the right way to do it, sorry :-(

2010-09-30 Thread Greene, Hugh
Hi all, apologies for the spam. I'm trying to unsubscribe from this list, but I've sent email to the address in the List-Unsubscribe: header several times in the last couple of months, and received no confirmation email. I asked our IT

Re: Why is --reintegrate neccessary?

2010-09-30 Thread Stefan Sperling
On Wed, Sep 29, 2010 at 05:46:15PM -0400, Bob Archer wrote: > >/branches/feature +-rX > > / > > /trunk r1---rA---HEAD > > > > rA marks the revision in which the feature branch was created. > > rX marks the revision at which 'feature' wa

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-30 Thread Neil Bird
Around about 30/09/10 01:21, Tech Geek typed ... 1. Repositories created on shared network drive with 1.6.12 subversion engine (svnadmin) or 1.6.10 TSVN, will not commit through TSVN or even through a Linux svn client. Not that I can help, but I wanted to clarify: you have a repo on a CIFS-

svn_load_dirs.pl.in patch for @ in filenames

2010-09-30 Thread Are Ă…rseth
It seems that svn_load_dirs.pl fails when adding new files with @ in the file name. The fix seems easy so here is the patch. I also included the two fixes mentioned here http://svn.haxx.se/users/archive-2007-01/0411.shtmlplus a verbose option to see the svn warnings. --- svn_load_dirs.pl.in 2010/0

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-30 Thread Tech Geek
Neil, > Not that I can help, but I wanted to clarify: you have a repo on a > CIFS-mounted shared drive, and are then using a Linux SVN server? > Yes that is correct. Although I admit that may not always be practical, esp. in an enterprise (we > plan to move to using NFS-mapped repos. when our S

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-30 Thread Stefan Sperling
On Thu, Sep 30, 2010 at 09:10:36AM -0700, Tech Geek wrote: > Neil, > > > > Not that I can help, but I wanted to clarify: you have a repo on a > > CIFS-mounted shared drive, and are then using a Linux SVN server? > > > Yes that is correct. > > Although I admit that may not always be practical, e

Re: svn_load_dirs.pl.in patch for @ in filenames

2010-09-30 Thread Daniel Shahaf
Please send patches to d...@. Please make each patch contain ONE functional change. (It's okay to send patches that depend on other patches.) See here for patch submission guidelines: http://subversion.apache.org/docs/community-guide/general.html#patches Please don't forget to credit Jonathan P

RE: Wrong value in db/format when creating from TortoiseSVN

2010-09-30 Thread Bob Archer
Can you actually use a new repository created by svnadmin 1.5 with your 1.6.12 server install? Or is it just previous repositories that are working? I googled this error and it seems it occurs in 1.6.12 and not in 1.6.11... could you possible try to downgrade? It seems to have to do with using N

RE: [admin] Please unsubscribe me -- yes, I know this isn't the right way to do it, sorry :-(

2010-09-30 Thread Bob Archer
Did you check the headers of the mail your are getting from the list to ensure it is being sent to the email address that you are sending the unsubscribe to? The list server may see your from/reply-to as different addresses. IP departments love to do all kinds of aliasing with email. From: Gree

Re: Wrong value in db/format when creating from TortoiseSVN

2010-09-30 Thread Tech Geek
> > Can you actually use a new repository created by svnadmin 1.5 with your > 1.6.12 server install? Or is it just previous repositories that are working? > > Yes. With my 1.6.12 server install, if I create a new repository like this: #svnadmin create --pre-1.6-compatible myproject then it works

Re: [admin] Please unsubscribe me -- yes, I know this isn't the right way to do it, sorry :-(

2010-09-30 Thread Daniel Shahaf
He did, notice the foo=bar.tld in the Return-Path line he pasted. BTW, for future reference, these kind of emails should go to users-ownersubversion.apache.org please. Daniel (Hugh was unsubscribed by an admin several hours ago) Bob Archer wrote on Thu, Sep 30, 2010 at 13:41:03 -0400: > Did you

Subversion-Python bindings for Windows x64

2010-09-30 Thread Itamar O
Hi, I think I managed to build the python-svn-bindings for Windows x64, with these components: svn-1.6.12 python-2.6.6-x64 apr-1.3.12-win32-src apr-util-1.3.9-win32-src apr-iconv-1.2.1-win32-src-r2 sqlite-3.6.22 swigwin-1.3.39 zlib-1.2.3 neon-0.28.6 (built with VS-2008) I'm not sure how to test t