Re: svn commit: r882209 - in /subversion/trunk/subversion: libsvn_client/add.c libsvn_wc/lock.c

2009-11-19 Thread Joe Swatosh
On Thu, Nov 19, 2009 at 9:25 AM, wrote: > Author: hwright > Date: Thu Nov 19 17:25:48 2009 > New Revision: 882209 > > URL: http://svn.apache.org/viewvc?rev=882209&view=rev > Log: > When acquiring and releasing wc write locks, use the parent path for unknown > kinds in the working copy.  Update 'a

Re: [RFC] checkout --view name URL

2009-11-19 Thread Martin Furter
On Thu, 19 Nov 2009, Stefan Sperling wrote: On Thu, Nov 19, 2009 at 05:35:42PM +0100, Martin Furter wrote: But I thought I'd take the easy route like I did in the python script: Do a checkout first, then do all the updates needed (it could ofcourse be integrated into the protocols but that's

Re: [RFC] checkout --view name URL

2009-11-19 Thread Branko Čibej
Martin Furter wrote: > Sparse externals! > /me ducks and watches the set of wooden hammers fly by ;) They're called "mallets" and are used by carpenters to beat sense into wood. :) -- Brane

Re: [RFC] checkout --view name URL

2009-11-19 Thread Stefan Sperling
On Thu, Nov 19, 2009 at 05:35:42PM +0100, Martin Furter wrote: > I thought long about the property or properties. > > My first idea was adding a property "svn:view:NAME" containing only > one view. > > Then I thought about putting all views into "svn:views". But in the > early days it has been r

Re: svn commit: r882232 - in /subversion/trunk/subversion: libsvn_client/revert.c tests/cmdline/schedule_tests.py

2009-11-19 Thread Philip Martin
hwri...@apache.org writes: > Author: hwright > Date: Thu Nov 19 18:09:08 2009 > New Revision: 882232 > --- subversion/trunk/subversion/libsvn_client/revert.c (original) > +++ subversion/trunk/subversion/libsvn_client/revert.c Thu Nov 19 18:09:08 > 2009 > @@ -68,19 +68,13 @@ > svn_client_

Re: [RFC] checkout --view name URL

2009-11-19 Thread Martin Furter
On Thu, 19 Nov 2009, C. Michael Pilato wrote: Martin Furter wrote: http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/svn-viewspec.py?view=markup No, I didn't know that script, it's nice. The only problem I see with that script is that it is a script. If it were integrated in

Re: [PATCH] Do not display a binary prop diff in interactive conflict resolver

2009-11-19 Thread Daniel Näslund
On Wed, Nov 18, 2009 at 10:37:01AM +0100, Daniel Näslund wrote: > Hi! > > [[[ > Do not display a binary property diff in the interactive conflict > resolver. > > * subversion/include/svn_io.h > (svn_stream_detect_binary_mimetype): New. Declare. > > * subversion/libsvn_subr/stream.c > (svn_

Re: [RFC] checkout --view name URL

2009-11-19 Thread C. Michael Pilato
Martin Furter wrote: >> http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/svn-viewspec.py?view=markup >> > > No, I didn't know that script, it's nice. > > The only problem I see with that script is that it is a script. If it > were integrated into subversion all clients can (and pro

Re: [RFC] checkout --view name URL

2009-11-19 Thread Martin Furter
Mark Phippard wrote: 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 Ooh, nice, I didn't know 'exclude' yet. My main comment was to ask if you have seen this? http://svn.apache

Re: Opening the wc-ng database

2009-11-19 Thread Hyrum K. Wright
On Nov 18, 2009, at 2:57 AM, Philip Martin wrote: > "Hyrum K. Wright" writes: > >> On Nov 17, 2009, at 10:18 AM, Philip Martin wrote: >> When you refer to "the database" are you talking about the sqlite >> database or the wc_db? Only code within wc_db.c knows about the >> sqlite database (with

Re: svn commit: r40510(r880584) - in trunk: . subversion subversion/include

2009-11-19 Thread Paul Burba
On Mon, Nov 16, 2009 at 2:16 PM, Paul Burba wrote: > On Sat, Nov 14, 2009 at 2:42 PM, Arfrever Frehtes Taifersar Arahesis > wrote: >> Author: arfrever >> Date: Sat Nov 14 11:42:26 2009 >> New Revision: 40510 >> >> Log: >> Move inclusion of svn_debug.h from svn_types.h to svn_private_config.h. >>

Re: [RFC] checkout --view name URL

2009-11-19 Thread C. Michael Pilato
Martin Furter wrote: > > Hello > > I've written a little design document to specify 'views'. > > Attached is also a 'proof-of-concept' python script which should behave > pretty much the same as svn checkout does, except that it supports views > (it's not very well tested since I'm stuck with sv

Re: [RFC] checkout --view name URL

2009-11-19 Thread Mark Phippard
On Thu, Nov 19, 2009 at 3:03 AM, Stefan Sperling wrote: > Also, AFAIK it's currently not possible to update to a more > shallow depth, but that's a problem with the depth feature rather than > with views. But we need to specify how "svn update" should behave when > svn:view properties (or config

Re: [RFC] checkout --view name URL

2009-11-19 Thread Mark Phippard
On Wed, Nov 18, 2009 at 9:54 PM, Martin Furter wrote: > I've written a little design document to specify 'views'. > > Attached is also a 'proof-of-concept' python script which should behave > pretty much the same as svn checkout does, except that it supports views > (it's not very well tested sin

Re: list changes

2009-11-19 Thread Karl Heinz Marbaise
Hi Edmund, I'm subscribed to the list d...@subversion.apache.org...and received both of your mails... Kind regards Karl Heinz Marbaise Original-Nachricht > Datum: Wed, 18 Nov 2009 12:55:24 +0800 > Von: Edmund > An: Subversion Developers > Betreff: Re: list changes > Edmund w

[PATCH] Fix deprecation warnings in svnadmin

2009-11-19 Thread Kannan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Log: Resolve deprecation warnings in 'svnadmin', using the new dirent/URI/path functions. * subversion/svnadmin/main.c (main): Use `svn_dirent_canonicalize()'. (list_dblogs): Use `svn_dirent_join()'. Patch by: Kannan R - -- Thanks & Regards, Kan

Re: Merge mode (Was Classifying files as binary or text)

2009-11-19 Thread Branko Čibej
Julian Foad wrote: > Here is a vision of a solution that doesn't treat MIME-type as "special" > but can still take advantage of it, both for 99% "Do The Right Thing" > without manual setting of another property, and also for backward > compatibility. > > (1) Use of line-wise merge shall be determin

Re: [RFC] checkout --view name URL

2009-11-19 Thread Stefan Sperling
On Thu, Nov 19, 2009 at 03:54:58AM +0100, Martin Furter wrote: > > Hello > > I've written a little design document to specify 'views'. > > Attached is also a 'proof-of-concept' python script which should > behave pretty much the same as svn checkout does, except that it > supports views > (it's