Re: fsverify.py unable to fix invalid svndiff header

2011-05-22 Thread Daniel Shahaf
Steinar Bang wrote on Sun, May 22, 2011 at 00:41:14 +0200: Steinar Bang s...@dod.no: Steinar Bang s...@dod.no: I tried adding this to /svn/conf/authz: [/trunk/someprog] * = (everything else in the file are comments) [snip!] So I uncommented this line in the sample

How to display historic revisions after a delete

2011-05-22 Thread Dave Sailors
When we do a svn delete on a file, it still shows up in that revision of the directory for a svn list -r on the directory itself, but you can't list that file by revision number directly. You get an error message saying the file isn't in the the current revision of the repository.

Re: How to display historic revisions after a delete

2011-05-22 Thread Stefan Sperling
On Fri, May 20, 2011 at 01:59:43PM -0700, Dave Sailors wrote: When we do a svn delete on a file, it still shows up in that revision of the directory for a svn list -r on the directory itself, but you can't list that file by revision number directly. You get an error message saying the

hi, need help with svn command checkout

2011-05-22 Thread Elad A
hello, i am new to SVN. i build a system that store revision id when a branch is ready for QA. the developer use ready to qa string in his comment when commit. there is a post commit script that collect the revision and insert it to a DB. the QA goes to a web page that populate the ready to QA

Re: Generating SVN libraries from source on Mac OSX

2011-05-22 Thread Ian Sidor
Ok thanks to all, I have my script working correctly now. Regards, Ian. On 20 May 2011, at 18:00, Blair Zajac wrote: On May 20, 2011, at 3:40 AM, Ian Sidor wrote: Oops. Thank-you for pointing that out, my mistake. However, I still cannot find any libsvn*.a files anywhere on the drive.

Re: hi, need help with svn command checkout

2011-05-22 Thread Ryan Schmidt
On May 22, 2011, at 14:36, Elad A wrote: i build a system that store revision id when a branch is ready for QA. the developer use ready to qa string in his comment when commit. there is a post commit script that collect the revision and insert it to a DB. the QA goes to a web page