Re: Quirk with svn:ignore

2012-03-19 Thread Mark Phippard
On Mon, Mar 19, 2012 at 1:11 PM, Geoff Hoffman wrote: > > Mark, I believe you, however I don't see which part of the docs you link > to addresses this case... > This part: When found on a versioned directory, the svn:ignore property is expected to contain a list of newli

RE: hide folder in subversion repository

2012-03-21 Thread Cooke, Mark
itory , via > apache or any other method > > Thank You > Dhanushka > Who from? Why? What is the problem you are trying to solve by hiding the folder? Strictly speaking: "no" but you can use path-based control to restrict access which is almost the same. Have you looked into that? ~ mark c

RE: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Cooke, Mark
There was something about two files being missing in a similar scenario... Also, have you tried copying *.pyd to *.dll to see if having both helps? My understanding is recent versions of python (certainly 2.7) will only load .PYDs but something else might need .DLLs (I'm guessing here). I seem to remember that with 2.6 I needed both. ~ mark c

RE: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Cooke, Mark
have the subversion bin folder in my path, I suspect that it is not in yours? I assume therefore you probably use TortoiseSVN (and why not) which does not (AFAIK) need svn in the path so does not add it... ~ mark c

RE: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-22 Thread Cooke, Mark
ent directory later in the search order. ...neither of which I knew and both could be a problem. Thanks microsoft. So the safest solution is make sure you only have one version installed at a time? ~ mark c > > Thanks for the help. And thanks very much for making those Windows > > bin

RE: hide folder in subversion repository

2012-03-22 Thread Cooke, Mark
> -Original Message- > From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > Sent: 22 March 2012 11:05 > To: Cooke, Mark > Cc: users@subversion.apache.org; dhanushka ranasinghe > Subject: Re: hide folder in subversion repository > > On Wed, Mar 21, 2012 at 6:01 A

Re: subversion-1.6.x for RHEL 4 available?

2012-03-22 Thread Mark Phippard
ryone though as some will prefer it to work with the RedHat provided packages. -- Thanks Mark Phippard http://markphip.blogspot.com/

RE: Which is the most used/best Windows Subversion distribution?

2012-03-26 Thread Cooke, Mark
want to configure it all yourself (Alagazam includes lots of bindings for python etc) or go for a pre-packaged solution (look for Bitnami or WANdisco's uberSVN)? If just the client, then do you want it integrated with Visual Studio (Slik and Visual) or just to work through Explorer (TortoiseSVN) or just the command line (also Tortoise if you select the command line tools in the setup app or alagazam or WANDdisco or)? Hope that starts to explain the differences between them! ~ mark c

Re: Understanding PySvn – Where to start from?

2012-03-27 Thread Mark Phippard
the calls to the SVN API. You could compare the Python Workbench to other GUI SVN clients if you wanted, such as TortoiseSVN. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Understanding PySvn – Where to start from?

2012-03-27 Thread Mark Phippard
On Tue, Mar 27, 2012 at 12:31 PM, Pietro Moras wrote: > Dear Mark, >  -- PySvn as a Python API, clear enough. >  -- Now I'd expect that WorkBench would be a ready-to-use (Windows?) > program. But, so far, I haven't been able to run it, nor to find any > practical documen

RE: Which is the most used/best Windows Subversion server distribution?

2012-03-28 Thread Cooke, Mark
[convention on this list is to answer in line to make the thread easier to follow] > On Mon, 26 Mar 2012 09:30:06 +0100, Cooke, Mark wrote: > > >> -Original Message- > >> From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > >> Sent: 24 March 2012

Re: Which is the most used/best Windows Subversion server distribution?

2012-03-28 Thread Mark Phippard
will be identical. All SVN servers will support all of these clients and more (whether you want them to or not :) ) -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Parallel branches/tags/trunk directories

2012-03-29 Thread Mark Phippard
s would > delete the tags sub-folder contents from the local disk and set the co depth Take a look at the svn-viewspec.py script for an example of such a script: http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/ -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Do all SVN clients run with all SVN servers?

2012-03-29 Thread Mark Phippard
client working copy format typically changes between versions. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: random order due to APR hash change (was: random sort of svn status and svn diff)

2012-03-29 Thread Mark Phippard
o allow > conventional tools like diff, MD5 checking on a dump, rsync[*] and > so on to work nicely. There is an issue filed for this: http://subversion.tigris.org/issues/show_bug.cgi?id=4134 -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Do all SVN clients run with all SVN servers?

2012-03-30 Thread Mark Phippard
would be true for 1.1, 1.2, 1.3, 1.4. 1.5 and 1.6 clients. Heck, I am sure there are several pre-1.0 client versions that would still work properly. The only time a client would see the sort of errors you mention would be when using the file:// protocol. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Any web interface to control svn repo ??

2012-04-02 Thread Mark Phippard
N server or manage the server. I could be wrong. I would just use TortoiseSVN or some other GUI client to manage the content of my repository. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Creating a user using the API in Java

2012-04-04 Thread Mark Phippard
-server-automation/ -- Thanks Mark Phippard http://markphip.blogspot.com/

RE: SVN Libraries

2012-04-04 Thread Cooke, Mark
> -Original Message- > From: Waseem Shahzad [mailto:waseem.shah...@curemd.com] > Sent: 04 April 2012 14:04 > To: vishwajeet singh > Cc: users@subversion.apache.org > Subject: RE: SVN Libraries > > Thanks VS > > > > I want to program in C# > I just typed "using subversion from c#"

RE: Couldn't open rep-cache database warning on glusterfs mounted filesystem

2012-04-11 Thread Cooke, Mark
; in having repository on mounted drive ?? Plenty. Do a search on http://svn.haxx.se/users/ for e.g. `nfs`... ~ mark c > Regards, > Vishwajeet Singh > +91-9657702154 | dextrou...@gmail.com | http://bootstraptoday.com > Twitter: http://twitter.com/vishwajeets | LinkedIn: > http://www.linkedin.com/in/singhvishwajeet > >

RE: 'svn cleanup' ignores externals

2012-04-16 Thread Cooke, Mark
als by default or not. > > Daniel I would vote for `--include-externals` as the default. I agree with the OP that this is a confusing issue. Alterntively the `run cleanup` message should specify to use `--include-externals` (if required) otherwise it looks like the suggested fix doesn&#x

Re: Subversion 1.6.18 released

2012-04-16 Thread Mark Phippard
lar fix exist in 1.7.4, too? That fix was made in July 2011 and is included in all of the 1.7.x releases. -- Thanks Mark Phippard http://markphip.blogspot.com/

RE: Need help troubleshooting user authentication (apache)

2012-04-17 Thread Cooke, Mark
Hi, I am resurrecting this old thread as the problem has not gone away and I think I have new info but I am not sure how best to proceed... More inline below... > -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: 10 March 2011 20:58 > To: Cook

RE: Need help troubleshooting user authentication (apache)

2012-04-17 Thread Cooke, Mark
> -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: 17 April 2012 11:02 > To: Cooke, Mark > Cc: users@subversion.apache.org > Subject: Re: Need help troubleshooting user authentication (apache) > > On Tue, Apr 17, 2012 at 11:34 A

Subversion mangling passwords to apache over https

2012-04-18 Thread Cooke, Mark
cific (I don't have any *nix flavour available) or something to do with serf or neon (instead of svn proper)? Should I file a bug report (I get no relevant hits when I search for 'password')? Regards, ~ mark c Subversion client (on corporate Windows XP Pro SP3 using UK re

RE: Tortoise SVN unable to authenticate password

2012-04-26 Thread Cooke, Mark
this be your problem? Can you change your password to something as ASCII as possible and try again? Hope this helps, ~ mark c

RE: Tortoise SVN unable to authenticate password

2012-04-26 Thread Cooke, Mark
Hi Steve, Glad to have been useful (and to know it is not just me)! Unfortunately I have not managed to get to the bottom of how or why subversion <-> httpd is mangling the password and what (if anything) subversion (or neon or serf?) could change to fix this... ~ mark c >

RE: Tortoise SVN unable to authenticate password

2012-04-26 Thread Cooke, Mark
> -Original Message- > From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > Sent: 26 April 2012 13:12 > To: Cooke, Mark > Cc: users@subversion.apache.org; Stephen Flowers > Subject: Re: Tortoise SVN unable to authenticate password > > On Thu, Apr 26, 2012 at 7:36 A

Re: svn authorization file with LDAP

2012-05-02 Thread Mark Phippard
LDAP so it cannot query it for group memberships. Apache handles authentication, and Subversion just knows the username you authenticated with. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: How to store new password so no need to enter every time?

2012-05-04 Thread Mark Phippard
rom Eclipse and that Subclipse will force you to disable it in your config. http://subversion.tigris.org/issues/show_bug.cgi?id=3498 However, you can point Subclipse at a custom location for the configuration if you want to use GNOME keyring with your command line. -- Thanks Mark Phippard http://markphip.blogspot.com/

RE: SVN+LDAP+APache Access issue.

2012-05-09 Thread Cooke, Mark
ldap-group cn=svn-eng-readonly,ou=Group,dc=x,dc=com > > require ldap-group cn=svn-eng-rw,ou=Group,dc=x,dc=com > > > Thanks in Advance > Tillu. As far as I know you cannot do this using vanilla apache. Answers to similar questions (did you search the list before posting?

Re: Merge information in ls OR "svn ls -v -g"

2012-05-09 Thread Mark Phippard
ferent authors. I do not see how ls is supposed to represent that. > Essentially, I'm looking for merge history blame on a path structure > in the same way that I can get merge history blame on an individual > file contents. The command to inspect the history of a path is svn log,

Re: Checking for merge updates with "svn status -u -g"

2012-05-09 Thread Mark Phippard
; >  svn diff --summarize BRANCH1_URL BRANCH2_URL > > You'd have to run it separately for each branch you're interested in. I would probably go with: $ svn mergeinfo --show-revs=eligible ^/source-branch Some GUI tools, at least Subclipse, will show this info in log-style format. -- Thanks Mark Phippard http://markphip.blogspot.com/

RE: Equivalent of a check out by others?

2012-05-18 Thread Cooke, Mark
ge" model, instead of "lock-edit-unlock". I recommend you read the introduction in the subversion online book to learn more:- http://svnbook.red-bean.com/en/1.7/svn.basic.version-control-basics.html ~ mark c > Mit freundlichen Grüßen, > > Thorsten Schöning > &

RE: New to subversion, need to find documentation on writing hooks

2012-05-21 Thread Cooke, Mark
> > Les Mikesell > > lesmikes...@gmail.com > > Hi Les > > Thanks > > I have never heard of jenkins. What more can you tell me about it? > > Cheers > > Ted > ...it used to be called `Hudson` if you have heard of that. Homepage : http://jenkins-ci.org/ Wikipedia : http://en.wikipedia.org/wiki/Jenkins_(software) ~ mark c

RE: not suer

2012-05-21 Thread Cooke, Mark
nformation, do you? Whatever, try running the command `svn` and see if you get an error or not. If you told us at least what operating system you use we might be able to help more... ~ mark c

Re: Merge bug -- svn:keywords and conflict resolution

2012-05-31 Thread Mark Phippard
ill ever happen though because generally Red Hat is only going to backport fixes that have been deemed critical to security. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Merge bug -- svn:keywords and conflict resolution

2012-05-31 Thread Mark Phippard
On Thu, May 31, 2012 at 4:54 PM, Les Mikesell wrote: > On Thu, May 31, 2012 at 2:53 PM, Mark Phippard wrote: >> >> I do not think it will ever happen though because generally Red Hat is >> only going to backport fixes that have been deemed critical to >> sec

RE: Commit size

2012-06-12 Thread Cooke, Mark
do you consider to be the "real size of commit" ~ the number of bytes of ...all affected files / ...just the changes / ...something completely different? What are you _actually_ trying to measure (and why)? Without knowing this, we cannot help you. Note: Subversion does not send all of the file(s), only the diffs (which includes all the file if new, of course!). This helps reduce network traffic and time. ~ mark c

RE: How to create a tag from multiple revisions?

2012-06-13 Thread Cooke, Mark
gt; Thanks, > > Marc > I believe that you can only create a mixed-revision tag direct from a suitable working copy:- http://svnbook.red-bean.com/en/1.7/svn.branchmerge.tags.html#svn.branchmerge.tags.mkcomplex ~ mark c

RE: Subversion SCC providers?

2012-06-20 Thread Cooke, Mark
. > > Jussi Jumppanen I am also interested in this for LabView which also supports the MSSCCI. A quick search yesterday indicated that AnkhSVN supported MSSCCI but it was just an initial search, can anyone confirm / deny this? ~ mark c

RE: svn commit error

2012-06-22 Thread Cooke, Mark
r, the python traceback above shows that the `mailer.py` hook script is failing (probably in post-commit which means that your commit succeeded, only the post-commit operation failed). I don't use this script but I guess from the `deprecation` warning at the top that there might be a newer version available than the one you are using, perhaps you could investigate that first? ~ mark c

Re: Possible svnsync data loss bug?

2012-06-22 Thread Mark Phippard
e reason? You could also get this if you did not specify the URL to the root of the repository. Any revision that does not touch the path you specified would just sync an empty revision. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn rm much slower on 1.7.5 than on 1.6 (with SQL timings)

2012-06-25 Thread Mark Phippard
Could you try building trunk? I believe these issues have been resolved or at least improved. It would be good to see how much. Sent from my iPhone On Jun 25, 2012, at 8:36 AM, Attila Nagy wrote: > Hi, > > (my humble attempts to make some improvement can be read at the end) > > I suffer from

Re: svn rm much slower on 1.7.5 than on 1.6 (with SQL timings)

2012-06-25 Thread Mark Phippard
as fixed by upgrading Sqlite > 3.7.9 or later. > (Without that we perform a full table scan, which in this case would be 2 > million times (the number of nodes) slower than deleting with the proper > index usage) He said he is using 3.7.12.1 -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Subversion password encryption

2012-06-25 Thread Mark Phippard
s message or any information > herein. If you have received this message in error, please advise the sender > immediately by reply e-mail and delete this message. Thank you for your > cooperation. > > > -- Thanks Mark Phippard http://markphip.blogspot.com/

Change in SVN ADD behaviour between 1.6.5 and 1.7.5

2012-06-26 Thread Mark Bertenshaw
g by SVN STATUS, but this would be inelegant. At the moment, I am just ignoring errors for the NANT entry that calls SVN ADD. Regards, Mark Bertenshaw Programmer, IMS Fidessa<http://www.fidessa.com/> | Tel: +44 (0)7105 1878 mark.bertens...@fidessa.com<mailto:first.l...@fidessa.com> [

Change in SVN ADD behaviour between 1.6.5 and 1.7.5

2012-06-26 Thread Mark Bertenshaw
g by SVN STATUS, but this would be inelegant. At the moment, I am just ignoring errors for the NANT entry that calls SVN ADD. Regards, Mark Bertenshaw Programmer, IMS Fidessa | Tel: +44 (0)7105 1878 ma

RE: Change in SVN ADD behaviour between 1.6.5 and 1.7.5

2012-06-26 Thread Mark Bertenshaw
Stefan - Thanks verifying this point. As a related matter, the error code returned in my case just happened to be 1. Is there a list of standard error codes returned from SVN ? Regards, -- Mark Bertenshaw -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: 26 June

Re: Possible svnsync data loss bug?

2012-06-26 Thread Mark Phippard
their credentials and their local repository will only contain the content they are allowed to access. The revisions that altered other paths will simply be empty commits. As I started, there may be other scenarios where this could be handled differently, but overall I think this is a great feature of svn. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Possible svnsync data loss bug?

2012-06-26 Thread Mark Phippard
On Jun 26, 2012, at 6:43 PM, Ryan Schmidt wrote: > > On Jun 26, 2012, at 12:43, Mark Phippard wrote: > >> I cannot speak to all scenarios because I have not tested them. For >> example, if the svnsync user simply had no read access to anywhere in >> the repositor

RE: If our SVN server is 1.6.12, why don't I see older merge history on elements merged from branch to trunk?

2012-07-11 Thread Cooke, Mark
history (I suspect that would be at best an error-prone exercise) but you should start to see info being added going forward. Or did I misunderstand your question? ~ mark c

RE: If our SVN server is 1.6.12, why don't I see older merge history on elements merged from branch to trunk?

2012-07-12 Thread Cooke, Mark
tory is upgraded? > I'm assuming you mean the svn server software has been upgraded but that the repository data format has not been dump/loaded or upgraded? The release notes for 1.5 seem to support you:- http://subversion.apache.org/docs/release-notes/1.5.html#mt-compatibility {{{ As described earlier, merge-tracking is not supported unless you upgrade the repository as well as the server. }}} ~ mark c

RE: Subversion authentication via SASL GSSAPI and likewise open

2012-07-26 Thread Cooke, Mark
Note: please reply in-line and, if at all possible, in _plain_ text, not html... > On Thu, Jul 26, 2012 at 11:50 AM, Cooke, Mark > wrote: > > > On Thu, Jul 26, 2012 at 9:38 AM, Cooke, Mark > > wrote: > > > > >

RE: Subversion authentication via SASL GSSAPI and likewise open

2012-07-26 Thread Cooke, Mark
?dsForumId=1065&viewType=browseAll&dsMessageId=65725#messagefocus> > No (sorry), we use https via apache and mod_ldap to authenticate against AD. I am interested to know why you think that is not secure enough (perhaps you have *nix clients storing plain text passwords?) ~ mark c

RE: Subversion authentication via SASL GSSAPI and likewise open

2012-07-26 Thread Cooke, Mark
> On Thu, Jul 26, 2012 at 9:38 AM, Cooke, Mark > wrote: > > > > -Original Message- > > From: xumuku [mailto:xum...@gmail.com] > > Sent: 25 July 2012 16:49 > > To: subversion_us...@googlegroups.com > > Cc: use

RE: SVNSYNC Error

2012-08-01 Thread Cooke, Mark
ache... > Will this link still work with us? I don't want to be rude but perhaps you could have checked the links before posting this question? ~ mark c > On Wed, Aug 1, 2012 at 4:51 PM, Stefan Sperling wrote: > > > On Wed, Aug 01, 2012 at 03:00:25PM +0800, Honeylyn

RE: SVNSYNC Error

2012-08-01 Thread Cooke, Mark
take a while, but can be done without svnsync and can have advantages in having your shiny new in the latest format. I suggest that you read the manual, especially this bit about "Migrating Repository Data Elsewhere":- http://svnbook.red-bean.com/en/1.7/svn.reposadmin.maint.html#s

RE: Suggestion required on best migration tool for VSS 6.0 to SVN 1.7.5 migration

2012-08-07 Thread Cooke, Mark
d > the right tool. > > Awaiting your response. > > Thanks & regards, > Bhushan Jogi We used vss2svn with few problems, it just took a few attempts to get it right. If I remember correctly I ended up using a slightly old version as the latest seemed to have more problems. The mailing list was still active and helpful. ~ mark c

Re: Is there a way to post a comment to a subversion issue without agreeing to colabnet terms?

2012-08-10 Thread Mark Phippard
version issue to enhance the blame method to expose this as an option, such as adding an ignoreWhitespace boolean on the method. -- Thanks Mark Phippard http://markphip.blogspot.com/

Current Wisdom on NFS/CIFS Checkouts & Working Copies

2012-08-14 Thread Mark Bober
very much, and I may have missed the key post that would answer this for me. I'm aware from my research that Subversion may had been attempting certain locking operations, and also tended towards a lot of file renaming/duplication that made it less than efficient over NFS/CIFS. Thanks for your time! Mark

Re: JavaHL info2 problem

2012-08-28 Thread Mark Phippard
arguments? It seems like it is interpreting the String you are passing as a local path. I am guessing you are passing null or something else in the revision arguments that would cause it do this. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: JavaHL info2 problem

2012-08-28 Thread Mark Phippard
l to the API that gives you the URL, should also give you the Revision of the item in the working copy. It would be safer to use that Revision object for the revision and pegRevision. That way if the item has been renamed/deleted or moved in the HEAD revision your API call will still

RE: Deleting Files

2012-08-30 Thread Cooke, Mark
he likely candidate for `cleaning` those files whenever you do a clean (re)build. It is very unlikely that any subversion client would be deleting `ignored` files (and if they are that should be considered a bug). Can you modify your app to search for your support files in a way that you can configure to be somewhere else? Regards, ~ Mark C

RE: Apache Subversion 2.2

2012-08-31 Thread Cooke, Mark
h for bitnami or wandisco amongst others)? There are companies that will sell you enterprise support but also provide free downloads (wandisco et al). Perhaps you can give us more detail on you are trying to achieve, what you have tried and what the problems are? ~ mark c

RE: Deleting Files

2012-08-31 Thread Cooke, Mark
[Please post in-line if possible, it makes the text easier to follow...] > -Original Message- > From: Cooke, Mark [mailto:mark.co...@siemens.com] > Sent: Friday, August 31, 2012 2:18 AM > To: users@subversion.apache.org > Cc: Elena Feroe > Subject: RE: Deleting Files &g

Re: Apache Subversion 2.2

2012-08-31 Thread Mark Phippard
on Edge: http://www.collab.net/products/subversion It provides a simple installer for everything and gives you a web UI for managing everything. It does NOT provide or support WebSVN or PHP. It provides ViewVC for a web-based repository viewer. -- Thanks Mark Phippard http://markphip.blogspot.com/

RE: need a good vss to svn migration tool

2012-09-02 Thread Cooke, Mark
> -Original Message- > From: Bhushan Jogi [mailto:bhushanjogi.2...@gmail.com] > Sent: 02 September 2012 16:07 > To: nsnc...@yahoo.co.in; users@subversion.apache.org; Cooke, Mark > Subject: need a good vss to svn migration tool > > Hi, > > I need to migrate fr

Re: Parallelising SVN Checkout

2012-09-04 Thread Mark Phippard
locked by the first process that obtains the lock. If you are using HTTP(S), you can switch to using the ra_serf library which opens multiple connections to the server and fetches multiple files at once. In 1.8, this will be the new HTTP client library. -- Thanks Mark Phippard http://markphip.blogspot.com/

RE: problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Cooke, Mark
s, > Carmit Why not just use the svn command line tools (they are an optional component when you install TortoiseSVN)? You could then call `svn commit`, see the on-line book help:- http://svnbook.red-bean.com/en/1.7/svn.tour.cycle.html#svn.tour.cycle.commit ~ mark c

RE: problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Cooke, Mark
> -Original Message- > From: Carmit Shiran [mailto:carmit.shi...@gmail.com] > Sent: 05 September 2012 10:15 > To: Cooke, Mark > Cc: users@subversion.apache.org > Subject: Re: problem with dialog box uisng Tortoisesvn > > On Wed, Sep 5, 2012 at 11:43 A

Re: better messaging w/ mod_dontdothat?

2012-09-05 Thread Mark Phippard
>bucket_alloc); APR_BRIGADE_INSERT_TAIL(bb, e); e = apr_bucket_eos_create(f->c->bucket_alloc); APR_BRIGADE_INSERT_TAIL(bb, e); /* Don't forget to remove us, otherwise recursion blows the stack. */ ap_remove_input_filter(f); return ap_pass_brigade(f->r->output_filters, bb); } -- Thanks Mark Phippard http://markphip.blogspot.com/

RE: Need Help : Purging very old (/unwanted) revisions

2012-09-06 Thread Cooke, Mark
can be done, with a lot of effort by someone who knows what they are doing, but I would urge you to consider and explain why you think this is necessary. There may be other ways around whatever problems you are having that we can suggest once we understand your issues. ~ mark c > T

Re: better messaging w/ mod_dontdothat?

2012-09-06 Thread Mark Phippard
On Thu, Sep 6, 2012 at 11:26 AM, Doug Hunley wrote: > On Wed, Sep 5, 2012 at 4:46 PM, Mark Phippard wrote: > > Assume you already looked at the code? The comments are interesting and > > might point in a direction to go: > > I did, but as I read it that only makes refere

RE: Question about Basic Authentication

2012-09-06 Thread Cooke, Mark
vided by `mod_authz_user` and I had disabled that as I thought I wasn't using it with basic etc. It took quite a bit of to-ing and fro-ing through the apache docs [1] before I got it right... [1] http://httpd.apache.org/docs/2.2/mod/mod_authz_user.html ~ mark c > Fragment of ht

Re: svnadmin

2012-09-10 Thread Mark Phippard
ies, then SVN Edge allows you to create repository templates that have content in them. So you can setup a specific structure including things like svn:ignore settings within the repository structure and then create a template so that as you create new repositories in the future they are already setup. The template can also include default set of hook scripts. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: general questions

2012-09-10 Thread Mark Phippard
Please keep replies on the mailing list. On Mon, Sep 10, 2012 at 11:21 AM, John Maher wrote: > Thanks Mark. > > ** ** > > Here’s what I am trying to do: learn subversion. To do this the best I > could come up with is making some test projects and going through the > c

Re: general questions

2012-09-10 Thread Mark Phippard
Please keep replies on the mailing list. On Mon, Sep 10, 2012 at 12:02 PM, John Maher wrote: > Thanks again Mark, you have been helpful. Let me clear some things up.** > ** > > ** ** > > Let me clear up by what I mean as “local” repository. We have a svn > server which h

Re: general questions

2012-09-10 Thread Mark Phippard
he > command 44 times, no eaiser way, right? > The global ignores are a per client setting and would apply to all repositories. You just have to make sure all your users set it up. The svn:ignore property is set on folders within the repository. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: general questions

2012-09-11 Thread Mark Phippard
u can also set properties on folders recursively. The problem with doing this for svn:ignore is that it is a multi-line property and it would be fairly uncommon to want an identical property value for every folder. If that is what you want, setting it would be very easy to do. --

Re: general questions

2012-09-11 Thread Mark Phippard
On Tue, Sep 11, 2012 at 9:38 AM, John Maher wrote: > Thanks Mark!!! That might be exactly what I was looking for. Now I > have an unusual question I don’t know if anyone knows the answer. I may > just try it anyway. What happens if I have more ignores than I need. Will

Re: Limiting Subversion noise in apache logs

2012-09-12 Thread Mark Phippard
7;m > hopeful the other RewriteCond lines would short circuit most of the server > accesses. Does Subversion create any connections with something > other than an initial OPTIONS request? I only trivially tested neon. I > added > that condition as a hopeful performance improvement. > > And yes, as I stated above, I realize Subversion can create it's own > custom log, but using that removes the fun in this experiment... > > Kevin R. > -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: SVN keeps getting my AD password revoked.

2012-09-18 Thread Mark Phippard
credentials into its UI and save them. In which case, it could be causing this to happen. I think, but am not sure, if you do not enter any credentials in their UI, then they allow the SVN library to manage this which might solve the problem. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Apache won't start after upgrade

2012-09-19 Thread Mark Phippard
load C:/Program Files > (x86)/CollabNet Subversion Server/httpd/modules/mod_dav_svn.so into server: > The specified procedure could not be f . > > ** ** > > For more information, see Help and Support Center at > http://go.microsoft.com/fwlink/events.asp. > -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Apache won't start after upgrade

2012-09-21 Thread Mark Phippard
here the rest of the dependencies come from. -- Thanks Mark Phippard http://markphip.blogspot.com/

RE: Assertion failure in 1.7.3

2012-09-24 Thread Cooke, Mark
led (svn_dirent_is_absolute(local_abspath)) > --- > OK > --- Note that 1.7.3 (Dec 2011) is now 6 revisions out of date, can you try again with 1.7.9 (30th August 2012) and see if it still fails? Cheers, ~ Mark C

RE: SVN and PRN and CON files on Windows platform

2012-09-24 Thread Cooke, Mark
27;t. > > What you can do though, if you care about Windows > compatibility, is to write a pre-commit hook script that > prevents the addition of files with those names. It won't > alert you when you "svn add", but it will prevent the "svn commit". That sounds like something someone may already have done and I'm always interested in good hook script examples for windoze, anyone? ~ mark c

RE: Assertion failure in 1.7.3

2012-09-24 Thread Cooke, Mark
> -Original Message- > From: Perdicaro, Frank (GSB-IHPS-Corvallis) > [mailto:frank.perdic...@hp.com] > Sent: 24 September 2012 15:55 > To: Cooke, Mark; users@subversion.apache.org > Subject: RE: Assertion failure in 1.7.3 > > Mark, > > Pleas

RE: Authetication Problem

2012-10-04 Thread Cooke, Mark
K currency) sign. Can you ask the user to try a different (simpler) password? ~ Mark C > Need your help. > > Regards, > > Ajay Pawar

RE: Error in upgradation to Subversion 1.7

2012-10-08 Thread Cooke, Mark
he following > (you can copy the content of this dialog > to the clipboard using Ctrl-C): > > In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.7.1\ext\subversion\ 1.7.1 is a fairly early 1.7 release and is now almost a year out of date. There have been a lot of fixes

RE: how large data will affect performance?

2012-10-09 Thread Cooke, Mark
hatever is required into a working copy). That might make maintenance of your exist repository(s) easier in the future. ~ mark c

Re: Subversion Server Packages that are compiled with LDAP support

2012-10-11 Thread Mark Phippard
th the SVN Edge and plain binary packages include this. -- Thanks Mark Phippard http://markphip.blogspot.com/

RE: Subversion server upgrade from 1.4 to 1.7

2012-10-15 Thread Cooke, Mark
e of the latest repository structure features (as well as giving you a handy dump file backup of the pre-upgrade repositories). Perhaps you can provide more info and ask some more specific questions? ~ Mark C [1] http://subversion.apache.org/docs/release-notes/1.7.html

RE: Subversion server upgrade from 1.4 to 1.7

2012-10-15 Thread Cooke, Mark
> On Mon, Oct 15, 2012 at 3:19 PM, Cooke, Mark > wrote: > > > -Original Message- > > From: Arivarasan Manivasagam > > To: users@subversion.apache.org > > Subject: Subversion server upgrade from 1.4 to 1.7 > > > > > Hi, > > We wa

Problems configuring svnserve on Windows using SASL

2012-10-20 Thread Mark Raymond
ldb - C:\sasl\sasldb was created on an Ubuntu system using: saslpasswd2 -c -f ~/sasldb -u madanra mark when ~/sasldb did not exist before running the command, and then ~/sasldb was copied across to the Windows system (as I didn't have access to a Windows binary of saslpasswd2) - svnserve was

RE: Problems configuring svnserve on Windows using SASL

2012-10-21 Thread Mark Raymond
> > - svnserve was then started using > > svnserve -d -r C:\repo --log-file C:\temp\svn.log > > Doesn't -r need to specify a parent directory of repos to serve, not a single repo itself? I believe that's a common way of doing things, but it's not enforced; last time I set up svnserve I pointed -r

RE: Problems configuring svnserve on Windows using SASL

2012-10-22 Thread Mark Raymond
Mark Raymond wrote on Sat, Oct 20, 2012 at 21:48:11 +0100: > > - C:\sasl\sasldb was created on an Ubuntu system using: > > saslpasswd2 -c -f ~/sasldb -u madanra mark when ~/sasldb did not exist > > before running the command, and then ~/sasldb was copied across to the > &

Re: Bad URL passed to RA layer: Unrecognized URL scheme

2012-10-27 Thread Mark Phippard
It usually means the Neon library was built without OpenSSL support. On Oct 26, 2012, at 8:31 PM, "Hales, Steve" wrote: > Running this perl script: > > use SVN::Client; > my $svn = new SVN::Client(); > $svn->ls( "https://dag-vcs.garmin.com/svn/";, 'HEAD', 0 ); > > Produces the following error:

RE: svnserve crash

2012-11-02 Thread Mark Raymond
> Now, the first thing that jumps out is that some of the actual parameters are 0x or 0x1000; for example: > #14 0x13f639fd8 in serve(conn=(svn_ra_svn_conn_st *) 0x, params=(serve_params_t *) 0x, pool=(apr_pool_t *) 0x) at > which might suggest a stack smash, or

Re: ISVNAuthenticationProvider authenticationProvider

2012-11-05 Thread Mark Phippard
t place to ask: http://subversion.apache.org/docs/javahl/1.7/ Maybe it is part of SVNKit? In which case you want http://svnkit.com -- Thanks Mark Phippard http://markphip.blogspot.com/

<    1   2   3   4   5   6   7   8   9   10   >