Re: Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread Mark Phippard
are of less value. The main value I see in prompts is to let the user know they are being redirected. Presumably a savvy user will want to use sw --relocate to avoid these redirects in the future. If we just do the redirects, might a user just not perceive SVN as being slow? -- Thanks Mark Phippard

Re: About character encoding of the text files

2010-08-26 Thread Mark Phippard
? Isn't there still the problem that the page advertises its encoding to the browser as UTF-8? Does ViewVC convert from the encoding in the mime-type to UTF-8 before sending the content to the browser? Or is that what Pygments is doing for you? -- Thanks Mark Phippard http

Re: Enabling Single-DB mode today

2010-08-31 Thread Mark Phippard
or so ago in single-db mode the only failing tests were ones where the test expected a local directory delete to leave the directory on disk. So we should just have to adjust the test expectations after conversion. +1 from me on the upgrade. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r992041 - in /subversion/trunk/subversion/bindings/javahl: native/CreateJ.cpp src/org/apache/subversion/javahl/CommitItem.java src/org/tigris/subversion/javahl/CommitItem.java tests/or

2010-09-02 Thread Mark Phippard
on IRC, I think it would be a mistake to do this. String is easier. In Subclipse we use File or URL in our API, and it is a pain to maintain. I wish we had just used String like JavaHL. I think you should revert this. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r992041 - in /subversion/trunk/subversion/bindings/javahl: native/CreateJ.cpp src/org/apache/subversion/javahl/CommitItem.java src/org/tigris/subversion/javahl/CommitItem.java tests/or

2010-09-02 Thread Mark Phippard
this. I think people are just going to need to take the URL convert it to a String and then maybe convert the String into what they wanted (though I suspect most will want String). I do not see why we would return URI if we do not accept URI into the API. -- Thanks Mark Phippard http

Re: svn commit: r992041 - in /subversion/trunk/subversion/bindings/javahl: native/CreateJ.cpp src/org/apache/subversion/javahl/CommitItem.java src/org/tigris/subversion/javahl/CommitItem.java tests/or

2010-09-02 Thread Mark Phippard
implications of these types of changes, I'm interested to hear what thoughts others have on this subject. Same here. I'll just repeat that I do not think it is going to help someone using our API to know they are going to receive URI in place of String. -- Thanks Mark Phippard http

Re: svn commit: r992041 - in /subversion/trunk/subversion/bindings/javahl: native/CreateJ.cpp src/org/apache/subversion/javahl/CommitItem.java src/org/tigris/subversion/javahl/CommitItem.java tests/or

2010-09-02 Thread Mark Phippard
On Thu, Sep 2, 2010 at 3:17 PM, Mark Phippard markp...@gmail.com wrote: I would not be so sure.  When you are dealing with a GUI, adding a handful of milliseconds to something that is going to be done thousands of times can add up to less responsiveness. I did some micro-benchmarks and the URI

Re: 1.6.13 up for signing/testing

2010-09-30 Thread Mark Phippard
'svnlook * -t' -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: 1.6.13 up for signing/testing

2010-09-30 Thread Mark Phippard
it is possible there was a prompt I was not there to respond to. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r1004003 - /subversion/site/publish/index.html

2010-10-03 Thread Mark Phippard
a handcrafted RSS feed for our news items, and then use this JavaScript to populate both the home page and the news page? Then we would only have a single news source to maintain, the RSS feed. Just a thought. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r1004003 - /subversion/site/publish/index.html

2010-10-03 Thread Mark Phippard
On Sun, Oct 3, 2010 at 5:58 PM, Mark Phippard markp...@gmail.com wrote: If we provided an RSS feed for our news items, which would be a good idea but yet more work, than we could use something like this to easily pull the most recent news items into the homepage: http://feed2js.org/ Maybe

Re: svn commit: r1024394 - /subversion/site/publish/packages.html

2010-10-26 Thread Mark Phippard
supported and certified by +       a href=http://www.collab.net/subversion; +       CollabNet/a)/p +/li  lipa href=http://software.opensuse.org/search?baseproject=ALLamp;p=1amp;q=subversion;        OpenSUSE build service/a (OpenSUSE and SLES, i586/x86_64)/p  /li -- Thanks Mark Phippard

Re: svn commit: r1028125 - /subversion/trunk/build/ac-macros/java.m4

2010-10-28 Thread Mark Phippard
/bindings/javahl/classes:/Users/mphippard/work/src-trunk/subversion/bindings/javahl/src:/opt/local/share/java/junit.jar -Dtest.tests= org.tigris.subversion.javahl.RunTests . Time: 131.54 OK (49 tests) -- Thanks Mark Phippard http

Re: [RFC] Eliminate scan_base_repos() - require repos-id and repos-relpath in all BASE nodes

2010-10-28 Thread Mark Phippard
anymore. SQLite ought to be able to update all the rows in the DB faster than our old code could walk the tree and open all the entries files, let alone rewrite them. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Autoconf warnings on trunk

2010-11-01 Thread Mark Phippard
On Mon, Nov 1, 2010 at 2:47 PM, Justin Erenkrantz jus...@erenkrantz.com wrote: I'm getting a slew of warnings when I run autogen.sh on trunk. (autoconf 2.68 via Macports.) Cool, it is not just me! I recently reinstalled MacPorts and thought I did something wrong. -- Thanks Mark Phippard

Problems building (linking) on Windows

2010-11-01 Thread Mark Phippard
the errors in detail. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Problems building (linking) on Windows

2010-11-12 Thread Mark Phippard
LNK2019: unresolved external symbol _inflate_fast referenced in function _inflate ..\..\..\Release\subversion\libsvn_subr\libsvn_subr-1.dll : fatal error LNK1120: 1 unresolved externals On Mon, Nov 1, 2010 at 4:30 PM, Mark Phippard markp...@gmail.com wrote: There is a problem building both

Re: 1.6.15 up for signing/testing

2010-11-23 Thread Mark Phippard
/ -END PGP SIGNATURE- -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Will send_copyfrom_args be reverted for 'ra' layers too just like in issue #3711

2010-11-24 Thread Mark Phippard
scenario when comparing with URL's, -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: WCNG - Upgrading working copies

2010-11-26 Thread Mark Phippard
the repository as checkout needs to do, it seems hard to believe that it should take that long. I can imagine scenarios where we have to calc new checksums or open and re-read entry data over and over again but 43 minutes? Daniel, is your working copy on a local hard drive? -- Thanks Mark Phippard http

Re: 1.5.8 up for signing/testing

2010-12-01 Thread Mark Phippard
-1.5.8.zip -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (Darwin) iEYEABECAAYFAkz2oi0ACgkQJl34oANalqmpgACgmek/6rW9+JJpAfKJ7wx0H4BV i2oAn0oTiXZea3TsnlcYpaE/TSg5AOeG =d74O -END PGP SIGNATURE- -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: 1.5.9 up for testing/signing

2010-12-03 Thread Mark Phippard
://subversion.apache.org/docs/release-notes/1.5.html#dav-modules -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r1053461 - /subversion/site/publish/doap.rdf

2010-12-28 Thread Mark Phippard
not think of Build Management as category for Subversion. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r1053461 - /subversion/site/publish/doap.rdf

2010-12-28 Thread Mark Phippard
Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r1053932 - /subversion/trunk/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java

2010-12-30 Thread Mark Phippard
to alphaVal.getBytes? Don't know. Do I? Tests pass. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: [Issue 3770] New - JavaHL method to set binary property is broken

2010-12-30 Thread Mark Phippard
they had to be UTF-8 strings, in which case the Java String class seems more appropriate than using Byte[] which would imply the user can assign binary values to the property. If Revision properties can contain binary values, then yes we should not be using String here. -- Thanks Mark Phippard http

Re: Ref-counting for pristine texts

2011-01-17 Thread Mark Phippard
in place of finishing the 1.7 release? -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Ref-counting for pristine texts

2011-01-17 Thread Mark Phippard
On Mon, Jan 17, 2011 at 8:53 AM, Branko Čibej br...@xbc.nu wrote: On 17.01.2011 14:45, Mark Phippard wrote: On Mon, Jan 17, 2011 at 8:14 AM, Julian Foad julian.f...@wandisco.com wrote: Just want to say thanks for your feedback, Brane.  Due to other work commitments I may not have much time

Re: What stands between us and branching 1.7?

2011-01-17 Thread Mark Phippard
 - XFAILs -- Philip -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Ref-counting for pristine texts

2011-01-17 Thread Mark Phippard
On Mon, Jan 17, 2011 at 12:24 PM, Julian Foad julian.f...@wandisco.com wrote: On Mon, 2011-01-17, Mark Phippard wrote: On Mon, Jan 17, 2011 at 8:53 AM, Branko Čibej br...@xbc.nu wrote: On 17.01.2011 14:45, Mark Phippard wrote: On Mon, Jan 17, 2011 at 8:14 AM, Julian Foad julian.f

Re: svn commit: r1064093 - /subversion/trunk/subversion/libsvn_repos/authz.c

2011-01-27 Thread Mark Phippard
an obvious bug to me that anyone would have run into and changed their rules (to get the case right) until it worked properly. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Roadmap : 1.7 Release Status : Test Review : XFails

2011-02-02 Thread Mark Phippard
that tomorrow once I get through the items I've assigned myself. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Effect of indices on SQLite (optimizer) performance

2011-02-05 Thread Mark Phippard
not have enough data in the db to make indexes any faster than a table scan, so you would probably have to do manual testing using a large working copy to see what you need. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Merging /branches/integrate-cache-membuffer to /trunk

2011-02-06 Thread Mark Phippard
was going to ask if you could create a file in /trunk/notes as a starting point. Updating the 1.7 release notes would be useful too (and it could point to notes). -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r1068585 - in /subversion/trunk/subversion/libsvn_ra_serf: auth.c commit.c serf.c util.c

2011-02-08 Thread Mark Phippard
(serf_bucket_t **body_bkt    * bucket for us on the buffered svndiff handle.    */   apr_file_flush(ctx-svndiff); -#if APR_VERSION_AT_LEAST(1, 3, 0)   apr_file_buffer_set(ctx-svndiff, NULL, 0); -#endif   offset = 0;   apr_file_seek(ctx-svndiff, APR_SET, offset); Mistake -- Thanks Mark

Re: Requesting a New Feature

2011-02-10 Thread Mark Phippard
cries. That is what you get for going through old emails. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: What is a baton from subversion sources?

2011-02-11 Thread Mark Phippard
Mark Phippard http://markphip.blogspot.com/

Re: [Proposal] Remove DAV properties cache in ra_serf

2011-02-15 Thread Mark Phippard
On Tue, Feb 15, 2011 at 7:21 AM, Ivan Zhakov i...@visualsvn.com wrote: Thanks for feedback! I removed DAV properties cache from ra_serf in r1070861. Does this improve the memory usage on checkout that others have brought up? -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Is the svn:// protocol secure when encrypted via SASL?

2011-02-15 Thread Mark Phippard
authenticated it can encrypt the data? I think you would want to capture the traffic to see for yourself. Or use something like SSH or https and not have any doubts. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: send-all='true' update REPORT mode and ra_serf

2011-02-17 Thread Mark Phippard
://subversion.tigris.org/issues/show_bug.cgi?id=3121 -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: send-all='true' update REPORT mode and ra_serf

2011-02-17 Thread Mark Phippard
2011/2/17 Branko Čibej br...@e-reka.si: On 17.02.2011 21:43, Mark Phippard wrote: On Thu, Feb 17, 2011 at 3:35 PM, Ivan Zhakov i...@visualsvn.com wrote: I'm looking to memory usage issues in svn update/export/switch in ra_serf. And I come to question: what is the rationale of using 'skelta

Re: [PATCH] Add --dry-run flag to svn update client command

2011-03-02 Thread Mark Phippard
if there are going to be conflicts. I do not think svn st -U would ever grow a feature like that would it? I also do not see why clients could not use this. Presumably it sends notifications just like merge --dry-run. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: [PATCH] Add --dry-run flag to svn update client command

2011-03-02 Thread Mark Phippard
On Wed, Mar 2, 2011 at 9:14 AM, Daniel Shahaf d...@daniel.shahaf.name wrote: Mark Phippard wrote on Wed, Mar 02, 2011 at 08:50:31 -0500: I also do not see why clients could not use this.  Presumably it sends notifications just like merge --dry-run. svn up -q -r BASE svn merge --dry-run -r

Re: Subversion 1.7 through (squid) proxy

2011-03-03 Thread Mark Phippard
Try using Neon. I believe Squid does not support HTTP 1.1 and does not work with Serf. Sent from my iPhone On Mar 3, 2011, at 5:12 PM, John Beranek j...@redux.org.uk wrote: Following on from my earlier post, I thought I'd use my trunk Subversion (built with ra_serf) to access some external

Re: Subversion trunk (r1078338) HTTP(/WC?) performance problems?

2011-03-08 Thread Mark Phippard
). -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Subversion trunk (r1078338) HTTP(/WC?) performance problems?

2011-03-08 Thread Mark Phippard
. The reason I mention HTTPv1 is that his tests only showed the problems with a 1.6 server. With a trunk server the performance of Serf and Neon were similar. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Subversion trunk (r1078338) HTTP(/WC?) performance problems?

2011-03-08 Thread Mark Phippard
for this release. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Subversion trunk (r1078338) HTTP(/WC?) performance problems?

2011-03-10 Thread Mark Phippard
are related to WC-NG and not Serf. The high CPU is also seen with Neon. This is more of a 1.7 vs 1.6 issue. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: wc_db API discussion

2011-03-11 Thread Mark Phippard
into the suggestions you have made here. I think we have to get this work done soon. We cannot release with performance like it is. How do we define the scope of the work that needs to be done so that we can divide and conquer and get these changes in place? -- Thanks Mark Phippard http

Re: wc_db API discussion

2011-03-12 Thread Mark Phippard
On Sat, Mar 12, 2011 at 12:49 PM, Justin Erenkrantz jus...@erenkrantz.com wrote: On Fri, Mar 11, 2011 at 4:11 PM, Mark Phippard markp...@gmail.com wrote: I think we have to get this work done soon.  We cannot release with performance like it is.  How do we define the scope of the work

Re: What to do with subversion.tigris.org website (technically speaking)

2009-11-17 Thread Mark Phippard
-only svn.collab.net repository via some cron job. Could we just s/svn.collab.net/svn.apache.org/ in that cron job? I would prefer to get the customization out of tigris so we no longer have to deal with it and I do not think the web sites themselves will remain the same. -- Thanks Mark Phippard

Re: [RFC] checkout --view name URL

2009-11-19 Thread Mark Phippard
(or config files) are modified, and how this interacts with the --set-depth option. As of 1.6, you can in fact use update to make the depth more shallow. See: http://blogs.open.collab.net/svn/2009/03/sparse-directories-now-with-exclusion.html -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Trouble building JavaHL - ...ConflictDescriptor_Action.h not found

2009-12-02 Thread Mark Phippard
On Wed, Dec 2, 2009 at 7:25 AM, Philip Martin philip.mar...@wandisco.com wrote: Mark Phippard markp...@gmail.com writes: I am guessing that you are not using the Sun JDK?  You pretty much need to have that.  The open-source JDK's just do not cut it. I can build javahl on Debian using

Re: New website organization (html vs. wiki, and then some)

2009-12-03 Thread Mark Phippard
may get tired of applying and committing patches to some of the pages, it is a heck of a lot better than a Wiki if these same users cannot just add the content themselves. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: New website organization (html vs. wiki, and then some)

2009-12-03 Thread Mark Phippard
On Thu, Dec 3, 2009 at 1:12 PM, Mark Phippard markp...@gmail.com wrote: On Thu, Dec 3, 2009 at 1:06 PM, C. Michael Pilato cmpil...@collab.net wrote: NOTE:  I'm making two assumptions here:  (1) that we would never consider using a Wiki that didn't send page change notifications to our commits

Re: Subversion 1.6.7 on Dec. 16.

2009-12-08 Thread Mark Phippard
want to make sure your tigris credentials are setup to commit to that repository though before the release happens. I just wanted to give you a heads up in case you had forgotten this change had been made. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: HEADS UP: Damaged mergeinfo in our history; likely pain in our future.

2009-12-10 Thread Mark Phippard
. -- Thanks Mark Phippard http://markphip.blogspot.com/

Failing JavaHL test

2009-12-17 Thread Mark Phippard
someone fix the problem. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: 1.6.7 up for signing/testing

2010-01-04 Thread Mark Phippard
Mark Phippard http://markphip.blogspot.com/

Re: Apache, Subversion hooks, and locales

2010-01-04 Thread Mark Phippard
, right? So this is kind of specific to the lock hooks. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Subversion in 2010

2010-01-04 Thread Mark Phippard
bullet points are saying essentially the same thing. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Subversion in 2010

2010-01-04 Thread Mark Phippard
to implementing. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Move site/* to site/publish/*

2010-01-05 Thread Mark Phippard
... and I do not. I am curious what sort of items would go in /site though? -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Subversion in 2010

2010-01-05 Thread Mark Phippard
and if someone wants a more elegant fsfs-like solution then let them design and propose it. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: [PATCH] Make svn clients indicate their operation name to backend(right now only to DAV)

2010-01-06 Thread Mark Phippard
ever going to be an issue when we are talking about some kind of write operation, so it ought to be fairly easy to know where we have a problem. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: 1.6.8 Status

2010-01-08 Thread Mark Phippard
? No, we already distribute files with different licenses (even no license) in them so I do not see where it would matter. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: A website for subversion.apache.org

2010-01-08 Thread Mark Phippard
more effort on user-facing information. A little evangelizing and features, where you get binaries etc. Of course all the stuff you are already putting up there is needed to. I take it as a given we will figure out the developer parts we want without problem. -- Thanks Mark Phippard http

Re: Ruby test failure on 1.6.x

2010-01-11 Thread Mark Phippard
.  I'd rather fix this before we roll than have to re-roll pending the fix. This was not failing in the 1.6.7 build, right? Maybe look at some of the changes merged since then? Do any of them point in this direction? -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: 1.6.8 up for signing / testing

2010-01-13 Thread Mark Phippard
(2): [C:\Users\joe-swatosh\Documents\SVN/BuildSc...] MS windows vista MSVC6 sp6 Feb 2003 SDK Ruby 1.8.6 -- Joe -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: 1.6.8 up for signing / testing

2010-01-13 Thread Mark Phippard
kyMAn10JScKV5fqOLrfjeYDx5cmjMCTo =ISug -END PGP SIGNATURE- -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Subversion in 2010

2010-01-14 Thread Mark Phippard
on, and obliterate is often requested, so if the feature materializes in time for a release great. But I'd hope we are all redoubling our efforts on finishing wc-ng so we can do this release and start seeing the performance improvements it can bring. -- Thanks Mark Phippard http

Re: [PATCH] Much simpler fix to commit failure via out of date proxy

2010-01-19 Thread Mark Phippard
process and the interactions with a proxy. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Moderator of the DEV-List

2010-01-19 Thread Mark Phippard
subscribed. Those are the messages that are moderated. I do not know how you configure the moderators. I think we need Greg Stein to add more people. Perhaps a ticket with ASF infrastructure would also do it, but I suspect it would need to come from someone like Greg or Hyrum. -- Thanks Mark

Re: TODO: Python bindings re-license

2010-01-19 Thread Mark Phippard
in root? -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r901887 - in /subversion/site/publish: ./ dev/ docs/ docs/community-guide/ docs/release-notes/ security/ style/

2010-01-21 Thread Mark Phippard
On Thu, Jan 21, 2010 at 5:13 PM, cmpil...@apache.org wrote: Author: cmpilato Date: Thu Jan 21 22:13:44 2010 New Revision: 901887 URL: http://svn.apache.org/viewvc?rev=901887view=rev Log: Mmm... CSS media support... * site/publish/style/site.css Add media-specific style blocks (so we

Re: svn commit: r903006 - in /subversion/site/publish: getting.html packages.html

2010-01-26 Thread Mark Phippard
to just try to correct both of these? -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r903006 - in /subversion/site/publish: getting.html packages.html

2010-01-26 Thread Mark Phippard
On Tue, Jan 26, 2010 at 12:00 PM, Mark Phippard markp...@gmail.com wrote: On Tue, Jan 26, 2010 at 11:23 AM, Bert Huijben b...@qqmail.nl wrote: Maybe the Windows packages need a more prominent location instead of 5 pages down on a more than average screensize. I don't think the Aix packages

Re: NOW can we remove the yellow warning on the website?

2010-01-28 Thread Mark Phippard
begin replacing the subversion.tigris.org site pages with links to subversion.apache.org? I think it is OK. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: TODO: Python bindings re-license

2010-01-29 Thread Mark Phippard
On Fri, Jan 29, 2010 at 11:08 AM, C. Michael Pilato cmpil...@collab.net wrote: C. Michael Pilato wrote: Mark Phippard wrote: 2010/1/19 C. Michael Pilato cmpil...@collab.net: Роман Донченко wrote: C. Michael Pilato cmpil...@collab.net писал в своём письме Tue, 19 Jan 2010 17:57:17 +0300: I'd

Re: TODO: Python bindings re-license

2010-01-29 Thread Mark Phippard
On Fri, Jan 29, 2010 at 4:18 PM, C. Michael Pilato cmpil...@collab.net wrote: Mark Phippard wrote: 2010/1/29 Роман Донченко dxdra...@yandex.ru: Say, shouldn't that license file be moved deeper, into subversion/bindings/swig/python/tests/trac/? No.  The proper ASF procedure is to note

Re: TODO: Python bindings re-license

2010-01-29 Thread Mark Phippard
://svn.apache.org/repos/asf/apr/apr/trunk/strings/apr_strings.c Poking around APR and HTTPD I think I confirmed that they just have the top-level LICENSE and NOTICE files. And other than license within source file header, as shown above, they do not include any other license files. -- Thanks Mark

Re: svn commit: r905916 - /subversion/site/publish/site-nav.html

2010-02-03 Thread Mark Phippard
On Wed, Feb 3, 2010 at 10:52 AM, Justin Erenkrantz jus...@erenkrantz.com wrote: On Wed, Feb 3, 2010 at 7:39 AM, Mark Phippard markp...@gmail.com wrote: The Getting Involved page is not for you, it is for completely new users coming to the community.  HACKING is completely useless to those

Re: svn commit: r905916 - /subversion/site/publish/site-nav.html

2010-02-03 Thread Mark Phippard
to add in the Getting Involved page. I really don't care where and how we do it, but if we continue to hide it, I feel it is going to hurt our community in the long run.  -- My only objection is to the notion that we have tried to hide it. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r905916 - /subversion/site/publish/site-nav.html

2010-02-03 Thread Mark Phippard
just restore the concept of a Developer Resources page as we originally planned. This could hold a link to hacking and the API docs for now, and eventually maybe more as we have things to link to. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r905916 - /subversion/site/publish/site-nav.html

2010-02-03 Thread Mark Phippard
thought he was just saying to you that it was not right to come in and add a link without discussing it. If we open that door, the site is soon going to be crap again with everyone's pet link in the nav-bar. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn commit: r905916 - /subversion/site/publish/site-nav.html

2010-02-03 Thread Mark Phippard
On Wed, Feb 3, 2010 at 12:45 PM, Justin Erenkrantz jus...@erenkrantz.com wrote: On Wed, Feb 3, 2010 at 9:42 AM, Mark Phippard markp...@gmail.com wrote: I think Mike's original point is that he has been trying to engage the list about what links belong all along.  There has been some feedback

Re: svn commit: r905916 - /subversion/site/publish/site-nav.html

2010-02-03 Thread Mark Phippard
it will be frustrating. But as I said before, I have zero objection to splitting it up. I just do not think it will make it easier to work with. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: new website IRC bot

2010-02-08 Thread Mark Phippard
for a while. I find them incredibly useful in constructing URL's with the anchors when I want to send someone something. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: website getting subversion windows binaries

2010-02-09 Thread Mark Phippard
kind of ownership of said binaries. Also, assuming that these binaries include things like Neon, libintl and BDB I assume they still cannot be distributed from ASF hardware and would have to be hosted elsewhere for download. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: website getting subversion windows binaries

2010-02-09 Thread Mark Phippard
On Tue, Feb 9, 2010 at 2:10 PM, Justin Erenkrantz jus...@erenkrantz.com wrote: On Tue, Feb 9, 2010 at 10:38 AM, Mark Phippard markp...@gmail.com wrote: I suppose we could try to use ASF hardware to assist a volunteer that wants to build Windows binaries, but AFAIK, the position of the project

Re: website getting subversion windows binaries

2010-02-09 Thread Mark Phippard
2010/2/9 Роман Донченко dxdra...@yandex.ru: Mark Phippard markp...@gmail.com писал в своём письме Tue, 09 Feb 2010 22:14:26 +0300: On Tue, Feb 9, 2010 at 2:10 PM, Justin Erenkrantz jus...@erenkrantz.com wrote: On Tue, Feb 9, 2010 at 10:38 AM, Mark Phippard markp...@gmail.com wrote: I

JavaHL changes as part of package rename

2010-02-12 Thread Mark Phippard
provide a replacement of NativeResources class for the deprecated approach along with custom getVersion() method implementation. Please let me know what you think on my proposal and whether it will be possible to include this patch into the new version of the API. -- Thanks Mark Phippard http

Re: JavaHL changes as part of package rename

2010-02-12 Thread Mark Phippard
I was told the patch did not make it to the list. Trying again with a .txt extensions. On Fri, Feb 12, 2010 at 11:08 AM, Mark Phippard markp...@gmail.com wrote: Renaming the JavaHL classes and providing compatibility wrappers for the old classes has allowed us to make some changes in the new

Re: Changing the native newline mode

2010-02-14 Thread Mark Phippard
the items it does not already have. So imagine you have trunk checked out and you want to checkout a branch. Maybe 90% of the files would already be on your disk and the client could just fetch the other 10% and construct the working copy from what it already has available. -- Thanks Mark

Re: Subversion is now an official ASF project!

2010-02-18 Thread Mark Phippard
this happen. - Julian Greg Stein wrote: The ASF Board just voted to approve the graduation of Subversion from the Incubator. We are now an official project of the Apache Software Foundation! Go forth! Be merry! -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Is sqlite fast enough?

2010-02-19 Thread Mark Phippard
is not there and you still have to deal with the ongoing churn. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Commit Password

2010-03-04 Thread Mark Phippard
...@apache.org On Mar 3, 2010, at 8:46 PM, Troy Simpson wrote: Hi, How can I arrange to have my commit password reset?  I have never logged onto the new apache site.  Thanks. Regards, Troy Simpson -- Thanks Mark Phippard http://markphip.blogspot.com/

Peg revision question

2010-03-05 Thread Mark Phippard
a known u...@rev combo where a path existed, why can it not figure out where it is now and give me the history? -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Peg revision question

2010-03-05 Thread Mark Phippard
been copied to more than one place. I am not sure what would be the expected result from this command in such scenario - list revisions on all paths that have NotifyAction.java as ancestor? Regards, Alexey. On Friday 05 March 2010 09:52:53 am Mark Phippard wrote: This is a random example

Re: Peg revision question

2010-03-05 Thread Mark Phippard
would never expect the history from the origin to follow into the copy in that scenario (as opposed to just staying in the origin). So I at least think it is a related but new line of history from the point of copy? -- Thanks Mark Phippard http://markphip.blogspot.com/

  1   2   3   4   5   6   7   8   9   >