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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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/
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:
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
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
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
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
22 matches
Mail list logo