verification of user id '' not configured

2010-10-28 Thread Enrique Porta
Hi! i have an apache 2.2.15 server and i want to configure a secure folder. This is my secure configuration DAV svn SVNParentPath /var/lib/svn SVNListParentPath On AuthType Digest AuthName "Private" AuthUserFile /etc/svn-auth-file AuthzSVNAccessFile /etc/svn-authz-fi

Re: svnsync creates big log files

2010-10-28 Thread Mark Phippard
His information indicates he is using CollabNet Subversion Edge and this has automatic log rotation and cleanup by default. Sent from my iPhone On Oct 28, 2010, at 10:46 PM, Nico Kadel-Garcia wrote: > On Thu, Oct 28, 2010 at 8:48 PM, Mark Phippard wrote: >> That is your Apache access log. Th

Re: svnsync creates big log files

2010-10-28 Thread Nico Kadel-Garcia
On Thu, Oct 28, 2010 at 8:48 PM, Mark Phippard wrote: > That is your Apache access log.  There are just a lot of requests happening. > Logs are rotated daily, just delete them after a day. > > Sent from my iPhone Only if it's configured correctly. For people who build their own "apache", also no

Re: svnsync creates big log files

2010-10-28 Thread Mark Phippard
That is your Apache access log. There are just a lot of requests happening. Logs are rotated daily, just delete them after a day. Sent from my iPhone On Oct 28, 2010, at 8:42 PM, Taro Fukunaga wrote: > Hi, I am experimenting with svnsync with a repository that has a lot of > changes. I found

svnsync creates big log files

2010-10-28 Thread Taro Fukunaga
Hi, I am experimenting with svnsync with a repository that has a lot of changes. I found that svnsync creates very large log files in access_.log. Is there a way to turn off this logging? I find that the disk space consumed by this log file is really big. Thanks for any help. My environment: OS:

Re: Problems with Subversion, NFS and locking

2010-10-28 Thread Nico Kadel-Garcia
On Thu, Oct 28, 2010 at 9:54 AM, Christer Edvartsen wrote: > Here is our setup: > > We have the repository stored locally on one machine. We have several > other machines that has an active read+write mount to our SAN. We have a > symlink to this mount in /srv/library on all machines. > > In /srv/

RE: Errors in running python tests in make check

2010-10-28 Thread Hoffman, Aodhan
Whelp, I decided to ignore the python tests and succeded to getting svn breathing, but not working. Once I got mod_dav_svn up, I tried creating a repository and it died: svnadmin: Can't open file '/net/nnmx-blv-01-tmp/export/home/tx714c/.subversion/servers': Permission denied -bash-3.2$ ls -l

Re: Not so incoherent commit

2010-10-28 Thread Daniel Becroft
On Thu, Oct 28, 2010 at 7:20 PM, Antonio Ávila wrote: > > Hello all, my name is Antonio Ávila and I'm an svn admin/user. I would like > to share what happens to me yesterday with a not so incoherent tag > operation. > > >1. A team member commits changes in the trunk, at time t. (ending up >

Useful resources for Subversion you may have overlooked

2010-10-28 Thread Yuval Cohen
Hi everyone! Here is a useful list of resources I've came up with for the benefit of the Subversion community. If I knew all of these when I started using SVN, my life would've been easier. I hope it helps you: http://resourcey.com/site_details/17/subversion.apache.org/ In the spirit of contribut

Re: Corrupt node-revision, Malformed text representation

2010-10-28 Thread Daniel Shahaf
lcwakeman wrote on Thu, Oct 28, 2010 at 08:07:12 -0700: > > Actually, the hex editor that I finally found that could read the file before > exhausting memory wouldn't allow me to copy the hex code. The periods in > the example are null bytes (00). The rest are 7 bit ascii characters, space > is

Re: Problems with Subversion, NFS and locking

2010-10-28 Thread Daniel Shahaf
Forwarding back to the list. (@Christer, sorry for the duplicate) Christer Edvartsen wrote on Thu, Oct 28, 2010 at 17:01:50 +0200: > On Thu, 28 Oct 2010 16:05:47 +0200, Daniel Shahaf > wrote: > > Christer Edvartsen wrote on Thu, Oct 28, 2010 at 15:54:45 +0200: > >> Some weeks ago we switched fro

Re: Corrupt node-revision, Malformed text representation

2010-10-28 Thread lcwakeman
Actually, the hex editor that I finally found that could read the file before exhausting memory wouldn't allow me to copy the hex code. The periods in the example are null bytes (00). The rest are 7 bit ascii characters, space is 20... Daniel Shahaf-2 wrote: > > Can you provide a hex dump of

Re: Errors in running pythong tests in make check

2010-10-28 Thread Daniel Shahaf
Hoffman, Aodhan wrote on Thu, Oct 28, 2010 at 06:51:08 -0700: > > Thanks, Daniel. > > I looked and found the test repository exists, but for some reason the python > tests aren't targeting that directory, they're targeting my home directory, > and failing. > > Directory 'svn-test-work' exist

Problems with Subversion, NFS and locking

2010-10-28 Thread Christer Edvartsen
Here is our setup: We have the repository stored locally on one machine. We have several other machines that has an active read+write mount to our SAN. We have a symlink to this mount in /srv/library on all machines. In /srv/library we have a working copy of our repos. When doing svn up /srv/libr

RE: Errors in running pythong tests in make check

2010-10-28 Thread Hoffman, Aodhan
Thanks, Daniel. I looked and found the test repository exists, but for some reason the python tests aren't targeting that directory, they're targeting my home directory, and failing. Directory 'svn-test-work' exists: -bash-3.2$ ls -l /opt/svn/build/subversion-1.6.12/subversion/tests/cmd

Re: Not so incoherent commit

2010-10-28 Thread Antonio Ávila
Les Mikesell, you are completely right, I have nothing to say. This is more a story. For obvious reasons this is not the way anybody should tag. The curious thing here is that with normal svn log/info commands you will not be able to find out what happened, and it may seem like a bug. Greetings

Re: XML document structures must start and end within the same entity

2010-10-28 Thread Daniel Shahaf
David Aldrich wrote on Wed, Oct 27, 2010 at 15:48:40 +0100: > Hi > > Please will someone explain the following error message that I received while > updating a working copy? > > "XML document structures must start and end within the same entity." > Best regards > David

Re: Errors in running pythong tests in make check

2010-10-28 Thread Daniel Shahaf
Hoffman, Aodhan wrote on Wed, Oct 27, 2010 at 11:14:02 -0700: > > I am able to configure and build subversion fine now, after some config > option tweaking, but the tests still fail half way through. > > I drilled down to the first failure to find out more, but based on tests.log > it looks lik

Re: Corrupt node-revision, Malformed text representation

2010-10-28 Thread Daniel Shahaf
lcwakeman wrote on Wed, Oct 27, 2010 at 13:59:28 -0700: > The repsitory is a file system repository on a SAN disk. I am using TSVN to > keep projects syncronised on my two machines. @lcwakeman: Are you using file:/// URLs? If not, what is the version of the server software? What is the version

Re: Corrupt node-revision, Malformed text representation

2010-10-28 Thread Daniel Shahaf
Can you provide a hex dump of what you just pasted? At the level the bug is occurring in, it's important for us to have the actual bytes. 000: 4865 7265 2773 2061 6e20 6578 616d 706c Here's an exampl 010: 6520 6f66 2074 6865 2066 6f72 6d61 7420 e of the format 020: 7765 206e 6565 6

Re: Not so incoherent commit

2010-10-28 Thread Les Mikesell
On 10/28/10 4:20 AM, Antonio Ávila wrote: Hello all, my name is Antonio Ávila and I'm an svn admin/user. I would like to share what happens to me yesterday with a not so incoherent tag operation. 1. A team member commits changes in the trunk, at time t. (ending up in a revision, let's

Not so incoherent commit

2010-10-28 Thread Antonio Ávila
Hello all, my name is Antonio Ávila and I'm an svn admin/user. I would like to share what happens to me yesterday with a not so incoherent tag operation. 1. A team member commits changes in the trunk, at time t. (ending up in a revision, let's say 2). 2. t+7 minutes later, we tag the tr