David Summers | 1 Apr 2004 01:07
Picon

Re: Roadmap for 1.1 [placeholder]


Is true 'move' (not cp;rm) on anybody's radar screen at present?  Is that 
very difficult or would that be pretty difficult and/or something to put 
in 2.0?

It sure would be nice if someone could figure out how to handle symlinks.

What aboue plug-in client-side diffs?

If JAVA bindings are now settling down then I'm planning on adding a 
subversion-java RPM soonish.

--

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david <at> summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
Shatzer, Larry | 1 Apr 2004 01:42
Favicon

[BOOK] Missing svnadmin deltify subcommand from ch09.xml

As the subject says, the svnadmin deltify subcommand is missing from chapter
9. I did not provide a patch, since I know the book has been handed over to
the folks at O'Reilly. This is more of an FYI email.

-- Larry
Juanma Barranquero | 1 Apr 2004 01:48
Picon

Re: Gettext real issues

On Wed, 31 Mar 2004 18:30:37 -0300, Nicolás Lichtmaier <nick <at> reloco.com.ar> wrote:

> This is not the time for discussing this, it's too early

On the contrary, I think is the right moment because it's being discused
(or at least it was a few hours ago, I'm not up-to-date with this list's
mail) whether the i18n will be a server- or client-side affair.

> but of course 
> there could be a setting to disable sending this Accept-Language.

Perhaps I'm being dense. I have no trouble believing that there'll be a
setting to disable sending Accept-Language *for the svn client*. But I
don't know how will you make my web browser not to send it (when I'm
browsing remote repositories).

                                                           /L/e/k/t/u
C. Michael Pilato | 1 Apr 2004 01:56
Favicon
Gravatar

Re: [BOOK] Missing svnadmin deltify subcommand from ch09.xml

"Shatzer, Larry" <Larry.Shatzer <at> Spirent.com> writes:

> As the subject says, the svnadmin deltify subcommand is missing from
> chapter 9. I did not provide a patch, since I know the book has been
> handed over to the folks at O'Reilly. This is more of an FYI email.

Thanks, Larry.
Brian W. Fitzpatrick | 1 Apr 2004 02:28
Favicon

Re: [BOOK] Missing svnadmin deltify subcommand from ch09.xml

On Wed, 2004-03-31 at 17:42, Shatzer, Larry wrote:
> As the subject says, the svnadmin deltify subcommand is missing from chapter
> 9. I did not provide a patch, since I know the book has been handed over to
> the folks at O'Reilly. This is more of an FYI email.

I actually left it out on purpose since there had been some discussion
about whether or not it was going to hang around, but in hindsight, it's
here 'til 2.0, so I should probably drop it in.

-Fitz
Shatzer, Larry | 1 Apr 2004 02:29
Favicon

RE: [BOOK] Missing svnadmin deltify subcommand from ch09.xml

It is also found in Chapter 5, under 'Repository Maintenance', so I figured
it should be Chapter 9 as well.

-- Larry

> -----Original Message-----
> From: Brian W. Fitzpatrick [mailto:fitz <at> red-bean.com]
> Sent: Wednesday, March 31, 2004 4:28 PM
> To: Shatzer, Larry
> Cc: 'dev <at> subversion.tigris.org'
> Subject: Re: [BOOK] Missing svnadmin deltify subcommand from ch09.xml
> 
> I actually left it out on purpose since there had been some discussion
> about whether or not it was going to hang around, but in 
> hindsight, it's
> here 'til 2.0, so I should probably drop it in.
> 
> -Fitz
> 
Justin Erenkrantz | 1 Apr 2004 02:52
Gravatar

Re: Roadmap for 1.1 [placeholder]

--On Wednesday, March 31, 2004 5:07 PM -0600 David Summers 
<david <at> summersoft.fay.ar.us> wrote:

> Is true 'move' (not cp;rm) on anybody's radar screen at present?  Is that
> very difficult or would that be pretty difficult and/or something to put
> in 2.0?

Sussman's item about 'make subcommands follow copy history' is geared 
towards resolving this by modifying our interfaces to be sane about 
tracking moves properly.  -- justin
D.J. Heap | 1 Apr 2004 03:31

Re: svn commit: r9255 - in trunk: . po subversion/po

As of r9256 the build generator fails for Windows with an error about 
the 'locale' project -- I've just skimmed the i8ln threads and it 
doesn't sound like the current gettext plan is supposed to work on 
Windows, is that correct?  Should the i8ln targets just be ignored?

Here's the generator output:

D:\Projects\Subversion>python.exe .\gen-make.py -t dsp 
--with-httpd=d:\projects\apache\httpd 
--with-zlib=D:\Projects\Apache\httpd\srclib\zlib 
--with-openssl=D:\Projects\Apache\httpd\srclib\openssl

Found libdb42.lib in db4-win32\lib
Found installed perl version number. Perl bindings
   will be linked with perl58.lib
Wrote: build\win32\msvc-dsp\test_swig_java_msvc.dsp
Traceback (most recent call last):
   File ".\gen-make.py", line 167, in ?
     main(conf, gentype, skip_depends=skip, other_options=rest.list)
   File ".\gen-make.py", line 50, in main
     generator.write(oname)
   File "build\generator\gen_msvc_dsp.py", line 100, in write
     self.write_project(target, fname, string.join(['..']*depth, '\\'))
   File "build\generator\gen_msvc_dsp.py", line 48, in write_project
     raise gen_base.GenError("Cannot create project for %s" % target.name)
gen_base.GenError: Cannot create project for locale

DJ
David Summers | 1 Apr 2004 03:45
Picon

Re: [PATCH] Fix Duplicate directory in books/


On Wed, 3 Mar 2004, Brian W. Fitzpatrick wrote:

> On Mar 3, 2004, at 3:01 AM, Justin Erenkrantz wrote:
> 
> > --On Wednesday, March 3, 2004 9:55 AM +0100 Tobias Ringström 
> > <tobias <at> ringstrom.mine.nu> wrote:
> >
> >> Wouldn't it be better to have the release manager build the book from 
> >> the
> >> source.  How hard can it be?  (And if it is that hard, maybe we can 
> >> make it
> >> easier?)
> >
> > ISTR Jostein mentioning that the pre-requisites on building the book 
> > are insanely hard to satisfy.
> 
> This is true, and the reason that we just grab the book from 
> svnbook.red-bean.com
> 

I just wanted to note that I "build the book" every time I build an RPM.
It has been part of the RPM build now for about a year, I think.

--

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david <at> summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
Greg Hudson | 1 Apr 2004 04:14
Picon
Favicon

Re: Roadmap for 1.1 [placeholder]

On Wed, 2004-03-31 at 19:52, Justin Erenkrantz wrote:
> --On Wednesday, March 31, 2004 5:07 PM -0600 David Summers 
> <david <at> summersoft.fay.ar.us> wrote:
> 
> > Is true 'move' (not cp;rm) on anybody's radar screen at present?  Is that
> > very difficult or would that be pretty difficult and/or something to put
> > in 2.0?
> 
> Sussman's item about 'make subcommands follow copy history' is geared 
> towards resolving this by modifying our interfaces to be sane about 
> tracking moves properly.  -- justin

Hm.  On the contrary, I think it may emphasize a weakness:

  touch foo; svn add foo; svn ci		# Rev 1
  svn cp foo bar; svn mv foo baz; svn ci	# Rev 2
  svn up -r1
  svn log -r2 foo

With true renames, it would be possible (though it might require extra
information to be kept in the FS for efficiency) to uniquely identify
that <2,baz> is the right object to run that "svn log" operation on. 
With only "cp,rm" renames, <2,bar> and <2,baz> look exactly the same.

Gmane