Re: subversion on dns323

2010-07-05 Thread Ronald Geisler
2010/7/5 Stefan Sperling : > On Mon, Jul 05, 2010 at 08:10:35PM +0200, Ronald Geisler wrote: >> r...@betanas:/ffp/src/subversion-1.6.12# make check-swig-py >> cd /ffp/src/subversion-1.6.12/subversion/bindings/swig/python; \ >>           /ffp/bin/python >> /ffp/src/subversion-1.6.12/subversion/bindi

svn add: Unrecognized line ending style

2010-07-05 Thread Aaron Turner
Maybe this started happening after upgrading to svn 1.6.12, but not really sure about the timing, but all of a sudden I can't add any new files to my svn repo on my Mac (10.6.4) because I'm getting "Unrecognized line ending style" when I do an 'svn add'. > file pcapinfo.c pcapinfo.c: ASCII c progr

Re: subversion on dns323

2010-07-05 Thread Stefan Sperling
On Mon, Jul 05, 2010 at 08:10:35PM +0200, Ronald Geisler wrote: > r...@betanas:/ffp/src/subversion-1.6.12# make check-swig-py > cd /ffp/src/subversion-1.6.12/subversion/bindings/swig/python; \ > /ffp/bin/python > /ffp/src/subversion-1.6.12/subversion/bindings/swig/python/tests/run_all.py

subversion on dns323

2010-07-05 Thread Ronald Geisler
hi, i like to use subversion with trac on my dns323 (arm). i use following commands: arp-1.4.2: ./configure --prefix=/ffp make make install arp-util-1.3.9: ./configure --prefix=/ffp make make install SWIG-1.3.24: ./configure --prefix=/ffp --with-python=/ffp/bin/python mak

Re: Subversion with Berkley DB

2010-07-05 Thread Hyrum K. Wright
On Mon, Jul 5, 2010 at 12:36 PM, Nico Kadel-Garcia wrote: > On Mon, Jul 5, 2010 at 4:39 AM, Daniele Zuco wrote: >> Hi >> I would like to try storing my repository using the database Oracle Berkley >> DB. > > Why? Berkeley DB is deprecated for many reasons, and has been since at > least Subversion

Re: Subversion with Berkley DB

2010-07-05 Thread Nico Kadel-Garcia
On Mon, Jul 5, 2010 at 4:39 AM, Daniele Zuco wrote: > Hi > I would like to try storing my repository using the database Oracle Berkley > DB. Why? Berkeley DB is deprecated for many reasons, and has been since at least Subversion 1.3. It does not operate well on network filesystems, for example. I

RE: Applying multiple commits done to a branch to another branch

2010-07-05 Thread Tony Sweeney
svn merge [source svn location] -c 444,469,480 > -Original Message- > From: emerson [mailto:echofloripa.y...@gmail.com] > Sent: 05 July 2010 17:38 > To: Andy Levy; users@subversion.apache.org > Subject: Re: Applying multiple commits done to a branch to > another branch > > Hi > > I wa

Re: Applying multiple commits done to a branch to another branch

2010-07-05 Thread emerson
Hi I was told that I could use the following syntax to merge different revisions at once: svn merge [source svn location] -c 444 -c 469 -c 480 However, when I tried using this syntax I found out that all merges are done against the initial state of the current folder which resulted in conflicts,

'File not found' error during svnsync

2010-07-05 Thread Juan Wajnerman
I'm trying to perform a svnsync with a repo stored at Google Code but it always fails at certain revision with the following error: $ svnsync sync file:///~/Riff Transmitting file data ...svnsync: File not found: transaction '1306-10e', path '/trunk/Modules/ReadUnread/Source/ReadUnread.

merging executable binaries

2010-07-05 Thread Matthias Weyh
Hello, I have seen the following behaviour. added binary file to SVN with property svn:executable executable bits are then set on the file checked in the file added a branch which included the file modified the file in TRUNK merged the change to branch the executable flag on the file is then gone

Subversion with Berkley DB

2010-07-05 Thread Daniele Zuco
Hi I would like to try storing my repository using the database Oracle Berkley DB. Up to now i have only used FSFS repositories and i don't see a lot of people interested in Berkley DB. There are some documentation about it or there are some limits (i mean number of version betwen subversion se

Re: svn 1.3 crashing after sometime

2010-07-05 Thread Yves Martin
Hello, Your repository layout is probably "linear" now. According to the number of revisions, revision sizes and the underlying operating system it may be interesting to switch to "sharded" layout and tune the shard size (default is 1000 revisions): http://ymartin59.free.fr/wordpress/index.php

Subversion with Berkley DB

2010-07-05 Thread Daniele Zuco
Hi I would like to try storing my repository using the database Oracle Berkley DB. Up to now i have only used FSFS repositories and i don't see a lot of people interested in Berkley DB. There are some documentation about it or there are some limits (i mean number of version betwen subversion se