Re: external file

2010-12-03 Thread Daniel Becroft
On Sat, Dec 4, 2010 at 10:35 AM, Scott Yan wrote: > Hi, djcbecroft: > > Thanks very much for your reply , but I'm afraid that branches can't meet > my request. Because when we make some change to any projects, we want the > changes reflect to all other projects just as external does, but when

Re: subversion cross compile (arm)

2010-12-03 Thread Philip Martin
Takács András writes: > I checked my toolchain. It's using 32 bit file offsets. > I tried an other toolchain (ct-ng + eglibc). Same result. :( > > 2010/12/3 Philip Martin : >> Takács András writes: >> >>> Here at the nodrerev->data_rep section I preinted out the revision, >>> offset, size, enpan

Re: subversion cross compile (arm)

2010-12-03 Thread Philip Martin
Philip Martin writes: > Takács András writes: > >> The next debug step is in the representation_string function. Before >> calling the apr_psprintf function, I printed out again the fields: >> >> rs rev 0 >> rs offs 4618628953320456192 > > in hex: 4018AA90 > >> rs size 4 >> rs exp size 4

Re: subversion cross compile (arm)

2010-12-03 Thread Takács András
I checked my toolchain. It's using 32 bit file offsets. I tried an other toolchain (ct-ng + eglibc). Same result. :( -- Takács András Skype: wakoond GTalk: wakoond MSN: wako...@freestart.hu 2010/12/3 Philip Martin : > Takács András writes: > >> One more interesting addition: >> >> The represen

Re: Searching A SVN Repo

2010-12-03 Thread Les Mikesell
On 12/3/2010 10:07 AM, Brian Brophy wrote: I realize this is not directly related to SVN itself; however, I am hoping this community may have some suggestions. If there is a more appropriate forum I should be engaging, please let me know. We have a repo with over 125 GB of data, containing every

RES: Searching A SVN Repo

2010-12-03 Thread Luiz Guilherme Kimel
Try SVNQuery http://svnquery.tigris.org/ ;-) -Mensagem original- De: Brian Brophy [mailto:brianmbro...@gmail.com] Enviada em: sexta-feira, 3 de dezembro de 2010 13:07 Para: users@subversion.apache.org Assunto: Searching A SVN Repo I realize this is not directly related to SVN itself;

Searching A SVN Repo

2010-12-03 Thread Brian Brophy
I realize this is not directly related to SVN itself; however, I am hoping this community may have some suggestions. If there is a more appropriate forum I should be engaging, please let me know. We have a repo with over 125 GB of data, containing everything from source code to requirements d

Re: subversion cross compile (arm)

2010-12-03 Thread Philip Martin
Takács András writes: > One more interesting addition: > > The representation_string function is called from svn_fs_fs__write_noderev. > Here at the nodrerev->data_rep section I preinted out the revision, > offset, size, enpanded_size fields from the noderev->data_rep > structure: > > rev 0 > off

Re: subversion cross compile (arm)

2010-12-03 Thread Takács András
One more interesting addition: The representation_string function is called from svn_fs_fs__write_noderev. Here at the nodrerev->data_rep section I preinted out the revision, offset, size, enpanded_size fields from the noderev->data_rep structure: rev 0 offs 4618629949752868864 size 4 exp size 4

Re: subversion cross compile (arm)

2010-12-03 Thread Takács András
The problems seems to be somewhere between the generation (representation_string) and the writing of the /var/svn/testrepo/db/transactions/0-0.txn/node.0.0 file. The bugous string will be in the file. I'll try to locate the bug at the weekend. András -- Takács András Skype: wakoond GTalk: wako

Re: How to use custom path for config file

2010-12-03 Thread Stefan Sperling
On Fri, Dec 03, 2010 at 02:20:54PM +0100, Victor Engmark wrote: > On Dec 3, 2010, at 12:33 PM, Andy Levy wrote: > > > On Fri, Dec 3, 2010 at 02:50, Victor Engmark > > wrote: > >> It would be very useful to be able to compile Subversion to use a > >> different path than /etc/subversion/config for

RE: How to use custom path for config file

2010-12-03 Thread Ludwig, Michael
> > Look at the next to last Global option in svn help . > > This would be even more useful as a compile option (for > example the existing --sysconfdir), instead of at each run. If it isn't a compile option, you can edit the source and compile. Or on Linux, use a symlink from the default locat

Re: How to use custom path for config file

2010-12-03 Thread Victor Engmark
On Dec 3, 2010, at 12:33 PM, Andy Levy wrote: > On Fri, Dec 3, 2010 at 02:50, Victor Engmark > wrote: >> It would be very useful to be able to compile Subversion to use a different >> path than /etc/subversion/config for the default configuration file. Is this >> possible? I've also asked on Se

Re: How to use custom path for config file

2010-12-03 Thread Andy Levy
On Fri, Dec 3, 2010 at 02:50, Victor Engmark wrote: > It would be very useful to be able to compile Subversion to use a different > path than /etc/subversion/config for the default configuration file. Is this > possible? I've also asked on ServerFault >

Re: subversion cross compile (arm)

2010-12-03 Thread Philip Martin
Takács András writes: > 2010/12/3 Philip Martin : >> Takács András writes: >> >>> / # svn mkdir file:///var/svn/testrepo/xxx -m "aaa" >>> fs_fs: [LINE 2082] calling svn_fs_fs__read_noderev >>> fs_fs: [LINE 2140] calling read_rep_offsets '0 0 4 4 >>> 2d2977d1c96f487abe4a1e202dd03b4e' >>> read_rep

Re: subversion cross compile (arm)

2010-12-03 Thread Takács András
2010/12/3 Philip Martin : > Takács András writes: > >> / # svn mkdir file:///var/svn/testrepo/xxx -m "aaa" >> fs_fs: [LINE 2082] calling svn_fs_fs__read_noderev >> fs_fs: [LINE 2140] calling read_rep_offsets '0 0 4 4 >> 2d2977d1c96f487abe4a1e202dd03b4e' >> read_rep_offsets: [LINE 1947] '0 0 4 4 2d

Re: subversion cross compile (arm)

2010-12-03 Thread Philip Martin
Takács András writes: > / # svn mkdir file:///var/svn/testrepo/xxx -m "aaa" > fs_fs: [LINE 2082] calling svn_fs_fs__read_noderev > fs_fs: [LINE 2140] calling read_rep_offsets '0 0 4 4 > 2d2977d1c96f487abe4a1e202dd03b4e' > read_rep_offsets: [LINE 1947] '0 0 4 4 2d2977d1c96f487abe4a1e202dd03b4e' >