SVN File Size

2011-09-16 Thread Stümpfig , Thomas
Hi all, what is the reason that svn log does not tell me the actual file size. I would be more patient ;-), probably as a separate option or within -v All I can find about in the net is a pre/or post commit that does a svnlook cat operation. But this is an expensive operation. The Server should b

Re: SVN File Size

2011-09-16 Thread Johan Corveleyn
On Fri, Sep 16, 2011 at 9:59 AM, Stümpfig, Thomas wrote: > Hi all, > > what is the reason that svn log does not tell me the actual file size. I > would be more patient ;-), probably as a separate option or within -v > > All I can find about in the net is a pre/or post commit that does a svnlook >

Re: SVN File Size

2011-09-16 Thread Stefan Sperling
On Fri, Sep 16, 2011 at 07:59:34AM +, Stümpfig, Thomas wrote: > Hi all, > what is the reason that svn log does not tell me the actual file size. I > would be more patient ;-), probably as a separate option or within -v > All I can find about in the net is a pre/or post commit that does a svnlo

Re: SVN File Size

2011-09-16 Thread Stefan Sperling
On Fri, Sep 16, 2011 at 10:31:05AM +0200, Stefan Sperling wrote: > So what you're asking amounts to either a performance hit for 'svn log' > or to a new feature in the filesystem (record the size of the full > text of a file along with the changed-path data which 'svn log' reads). Ooops, I was wro

Re: How to fix corrupt revision in repo?

2011-09-16 Thread Neil Bird
Around about 15/09/11 03:30, David Hopkins typed ... I have an SVN repo that is failing svnadmin verify on revision 192. Slightly OT, if I may: would a 'svnadmin hotcopy' also show up errors that 'verify' would? We use hotcopy to pull our repos off the SVN server onto a backup-up network

RE: How to fix corrupt revision in repo?

2011-09-16 Thread Tony Sweeney
Unlike 'svnadmin dump', hotcopy will happily back up a corrupt revision and not tell you. It's really just a clever filesystem backup with a very careful time ordering of certain key files in case there is a transaction in progress when it runs. Having been bitten by this myself[*], we now run sv

Re: How to fix corrupt revision in repo?

2011-09-16 Thread Neil Bird
Around about 16/09/11 11:22, Tony Sweeney typed ... Unlike 'svnadmin dump', hotcopy will happily back up a corrupt revision and not tell you. It's really just a clever filesystem backup with a very careful time ordering of certain key files in case there is a transaction in progress when it runs

Re: How to fix corrupt revision in repo?

2011-09-16 Thread Daniel Shahaf
Quick reply, more verbose one might follow up later. Your reply breaks the nested quoting levels, please try to avoid it, are you sending mail as text/plain? (more below) David Hopkins wrote on Fri, Sep 16, 2011 at 13:05:52 +0800: > David Hopkins wrote on Fri, Sep 16, 2011 at 08:30:14 +0800: > >

Re: Lock Changes in a Project Tree

2011-09-16 Thread Stephen Butler
On Sep 14, 2011, at 22:19 , Luis Augusto Lima wrote: > Hi, > > I need to lock the creation of directories in a project versioned with SVN. > Authorized users can change and/or add archives, but when they try to add an > directory, SVN block this commit. > > I know that this can be done with a

Re: Lock Changes in a Project Tree

2011-09-16 Thread Luis Augusto Lima
thanks, I gona look. -- Luis Augusto Silva Lima

How do I maintain custom mods for customers & not have to merge them to many branches

2011-09-16 Thread Mike Miller
Hi, We just started using SVN this past year - moved from VSS and it's been a good move. The problem is, almost every customer we get requires some custom mods to some portion of the code. At this point, each customer seems to be getting their own branch and we do fixes and development in our t

Re: How to fix corrupt revision in repo?

2011-09-16 Thread Daniel Shahaf
One more thing. The fact that in r162 one file was deleted *and no files were added or changed* implies that the only new representations in r162 would be directory representations --- it wouldn't add any *file* representations --- so the reference to r162 in the node-rev header (the sequence of A

SVN via https certification chain ignored

2011-09-16 Thread Florian
Hi, we are running a configuration with an svn repository being server via apache using https (mod_dav). Today we have installed a "real" SSL certificate. As our certificate is signed by two intermediate certificates before reaching the root CA, we have configured the "SSLCertificateChainFile" to

Re: How to fix corrupt revision in repo?

2011-09-16 Thread edg
On 9/16/2011 3:22 AM, Tony Sweeney wrote: Unlike 'svnadmin dump', hotcopy will happily back up a corrupt revision and not tell you. It's really just a clever filesystem backup with a very careful time ordering of certain key files in case there is a transaction in progress when it runs. Having

Re: SVN via https certification chain ignored

2011-09-16 Thread Florian
Hi again, > On Sep 16, 2011, at 8:28 PM, Florian wrote: > > Why is Mac OS X Lion not capable to checking the certificates > correctly? To me it seems like it ignores the intermediate > certificates served from Apache. Or is there something wrong in my > configuration? It did some more testing. On

Re: svn deployment help

2011-09-16 Thread vksunchu
Hello Tom, I am in the same situation as yours. I am starting to develop svn deployment at my company. Can you please let me know some sort of documentation or any other links which will help me to start with. Thanks Vinod Tom Cruickshank wrote: > > Hey Guys, > I'm doing research on svn

Re: How to fix corrupt revision in repo?

2011-09-16 Thread Daniel Shahaf
edg wrote on Fri, Sep 16, 2011 at 13:08:40 -0700: > On 9/16/2011 3:22 AM, Tony Sweeney wrote: > >Unlike 'svnadmin dump', hotcopy will happily back up a corrupt revision > >and not tell you. It's really just a clever filesystem backup with a > >very careful time ordering of certain key files in cas

Discovery file type by logs.

2011-09-16 Thread Marcello Henrique
Hello, I have use "Svn::Ext::Client.svn_client_log5" into ruby language, I get structure type "_p_svn_log_changed_path_t", I need the node.kind proposed by "changed_paths2" for discovery the file type. What's the better form have do it? I tried "changed_paths2" but returned "_p_apr_hash_t" as fil