Re: svnadmin load a huge file

2011-01-10 Thread Michael Haggerty
On 01/07/2011 08:38 PM, Victor Sudakov wrote: Daniel Shahaf wrote: I don't know cvs2svn, but it could have a --sharded-output option, so eg it would produce a dumpfile per 1000 revisions, rather than one huge dumpfile. cvs2svn-2.3.0_2 does not seem to have such an option: cvs2svn: error:

Betr.: Re: svnadmin load a huge file

2011-01-10 Thread Jan Keirse
On 1/7/2011 7:57 AM, Victor Sudakov wrote: It would be fine if the project in question did not contain almost all the files in one directory. You may call the layout silly, but CVS does not seem to mind. OTOH, I would have distributed the files over several subdirectories, but CVS does

Re: svnadmin load a huge file

2011-01-10 Thread Stephen Connolly
On 10 January 2011 08:30, Michael Haggerty mhag...@alum.mit.edu wrote: On 01/07/2011 08:38 PM, Victor Sudakov wrote: Daniel Shahaf wrote: I don't know cvs2svn, but it could have a --sharded-output option, so eg it would produce a dumpfile per 1000 revisions, rather than one huge dumpfile.

svn: REPORT request failed on '/svn/!svn/bc/xxxxx'

2011-01-10 Thread 张凡
Hi , all. Here is my problem: When I run svn log on my repository which version is 1.6.x with Apache 2.2 on Windows 2003 have suddenly begun getting an error message in their log windows: Error REPORT request failed on '/[path_to_repo]/!svn/bc/21008' 200 OK (http://[server_name])

Re: Force Subversion to grab information from Mac OS X keychain

2011-01-10 Thread David Weintraub
See if this helps: http://top-frog.com/2009/03/30/mac-os-x-subversion-and-keychain/. It looks like you have to let Subversion ask for your password and not provide it on the command line. Then, it should store your password in the keychain. Once your password is in the keychain, it should be

One-time keyword substitution

2011-01-10 Thread Philipp Leusmann
Hi, is there a way to have svn substitute a keyword only once and then leave it at the substituted value? I would like to create a file which tracks necessary changes to the database for each revision. For example, it would read like this: Changes for Rev. 123: CREATE TABLE FOO; Changes

Re: Commit fails with path not found

2011-01-10 Thread David Weintraub
It looks like you deleted the target directories, but you didn't do an svn update. I can see that because svn status is putting ! in front of the target directories. Your next step is to do an svn update which will recreate the target directories, but as directories Subversion is tracking

Re: One-time keyword substitution

2011-01-10 Thread Thorsten Schöning
Guten Tag Philipp Leusmann, am Montag, 10. Januar 2011 um 15:52 schrieben Sie: On commit, the file would change to Changes for Rev. 123: CREATE TABLE FOO; Changes for Rev. 124 : DROP * FROM FOO; Should this become some kind of changelog or is this supposed to be the SQL to change your

Re: One-time keyword substitution

2011-01-10 Thread David Weintraub
2011/1/10 Philipp Leusmann leusm...@ebcot.de is there a way to have svn substitute a keyword only once and then leave it at the substituted value? To get directly to your answer: No, Subversion doesn't do what you want. There is a whole mess of debate on the value of RCS keywords in both

Re: One-time keyword substitution

2011-01-10 Thread Philipp Leusmann
Hi Thorsten, thanks for your answer. And as you already have guessed, the file shall be used to contain al necessary changes to the database. The current problem we have, is updating the patch file from bugfix-branches and merging it into the trunk and also update it in the trunk itself,

Re: One-time keyword substitution

2011-01-10 Thread Thorsten Schöning
Guten Tag Philipp Leusmann, am Montag, 10. Januar 2011 um 16:34 schrieben Sie: Using separate files would be another approach, but it still has the problem of naming them properly to form a timeline without much effort to recognize the order for the deployer. I don't think there is a simpler

I can not browsing a subversion webpage

2011-01-10 Thread Daniela Rivas
Hi everyone I am installing and configuring a subversion repository and I have some problems doing that. When I am trying to see the page in a browser, I get the directories trunk, branches, tags; so I don't get the index.html file that i have inside trunk. I am new setting up this and a

Re: I can not browsing a subversion webpage

2011-01-10 Thread Andy Levy
On Mon, Jan 10, 2011 at 11:20, Daniela Rivas dri...@infocentro.gob.ve wrote: Hi everyone I am installing and configuring a subversion repository and I have some problems doing that. When I am trying to see the page in a browser, I get the directories trunk, branches, tags; so I don't get the

Viewing Subversion in 3D (without glasses)

2011-01-10 Thread Pablo Beltran
Hi, Subversion tracks the evolution of a tree structure along the time. Changes can be represented in a bi-dimensional system coordinates: time vs space. The vertical coordinate (space) is the path of the items of the tree structure and the horizontal coordinate (time) is the revision number.

How to get svn-bisect?

2011-01-10 Thread Tech Geek
We are using svn, version 1.6.12 (r955767) on a Linux based machine (SVN Server) and use TortoiseSVN as clients. However, I do not see command svn-bisect on both of them. How can I get svn-bisect just like there is git-bisect?

Re: Best way to maintain patches to a 3rd party library?

2011-01-10 Thread NN Ott
That's exactly right. Should I post this to the dev list? No. Your question is clearly a usage question so it is not appropriate for the dev list Since it's been firmly established as Impossable in the current architecture of subversion, I guess this has turned into more of a feature

Re: I can not browsing a subversion webpage

2011-01-10 Thread Daniela Rivas
Well, I think, I am trying to configure WebDav to see the files in the repositories properly and not as a plain text, so If I have and html file I could see the execution and not the plain text with the tags. I don't know if the problem is in the virtual host or in the module dav_svn.conf I

Re: I can not browsing a subversion webpage

2011-01-10 Thread Les Mikesell
On 1/10/2011 4:06 PM, Daniela Rivas wrote: Well, I think, I am trying to configure WebDav to see the files in the repositories properly and not as a plain text, so If I have and html file I could see the execution and not the plain text with the tags. I don't know if the problem is in the

annotate/log mergeinfo

2011-01-10 Thread Kylo Ginsberg
Does anyone have a script that will annotate and/or log mergeinfo. I.e. I'd like to: * see all the log entries that modified svn:mergeinfo for a given node (file or directory) * annotate the svn:mergeinfo for a given node, so I can see what author/rev was responsible for each line Thanks in

Re: I can not browsing a subversion webpage

2011-01-10 Thread Nico Kadel-Garcia
On Mon, Jan 10, 2011 at 5:06 PM, Daniela Rivas dri...@infocentro.gob.ve wrote: Well, I think, I am trying to configure WebDav to see the files in the repositories properly and not as a plain text, so If I have and html file I could see the execution and not the plain text with the tags.

inlcuding a banner in Subversion URL

2011-01-10 Thread Ramesh Nadupalli
Hi All, I would like to have banner set for a subversion URL, can someone guide how this can be accomplished? Thanks Ramesh

RE: svnadmin load a huge file

2011-01-10 Thread Ramesh Nadupalli
Recently I was doing a migration from cvs to svn and experienced a strange issue. It was ignoring tabs and spl characters (^M) inside the text files. Did anyone experience similar issues? Thanks Ramesh -Original Message- From: Brian Brophy [mailto:brianmbro...@gmail.com] Sent: Friday,

Re: Viewing Subversion in 3D (without glasses)

2011-01-10 Thread Nick
On Mon, 2011-01-10 at 18:46 +0100, Pablo Beltran wrote: Hi, Subversion tracks the evolution of a tree structure along the time. Changes can be represented in a bi-dimensional system coordinates: time vs space. The vertical coordinate (space) is the path of the items of the tree structure

Is there a 2 GB file size limit in Subversion - Apache? 413 Request Entity Too Large -- Solution

2011-01-10 Thread Curley, John
Hi all, FYI. There seems to be a 2 GB file size limit, if you use the default command to commit. We encountered this problem and eventually found the solution. This is not a Subversion limit, nor is it an Apache limit. The default module for accessing the repository is ra_neon. This module

Re: inlcuding a banner in Subversion URL

2011-01-10 Thread Ryan Schmidt
On Jan 10, 2011, at 20:38, Ramesh Nadupalli wrote: I would like to have banner set for a subversion URL, can someone guide how this can be accomplished? Do you mean that you would like to customize the way that Subversion displays pages when someone access a repository's URL in a web

Re: I can not browsing a subversion webpage

2011-01-10 Thread Ryan Schmidt
On Jan 10, 2011, at 10:35, Andy Levy wrote: On Mon, Jan 10, 2011 at 11:20, Daniela Rivas wrote: I am installing and configuring a subversion repository and I have some problems doing that. When I am trying to see the page in a browser, I get the directories trunk, branches, tags; so I don't

Re: Best way to maintain patches to a 3rd party library?

2011-01-10 Thread Ryan Schmidt
On Jan 10, 2011, at 15:51, NN Ott wrote: To recap, as Les put it: I think the idea is that he'd like to see the development history of both the vendor and local changes as a continuous set of changes as you would if they were in the same repository with log and diff working across any