[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: (possible) bug report.

From: Leandro Lucarella <llucar_at_mecon.gov.ar>
Date: 2002-09-19 21:05:33 CEST

Karl Fogel, el jueves 19 de septiembre a las 13:14 me escribiste:
> Leandro Lucarella <llucar@mecon.gov.ar> writes:
> > recipe is the repository?
>
> No -- rather, it's a series of steps to take to make the bug happen.
>
> > I've taked a quick look the file and just saw instructions to send a
> > patch, but nothing about bug reporting...
> > Can you tell me in a few simple steps what do I have to do to give you
> > the necesary information to track the bug?
>
> I'm sorry -- I meant the file BUGS, not HACKING.
>
> Looks like Philip Martin has reproduced it, though, so no need now.
> (Does his recipe match yours?)

Arrhhh, I've just tried to make the simplest test:
luca@bal748h:~$ mkdir test
luca@bal748h:~$ svnadmin create test.svn
luca@bal748h:~$ cd test
luca@bal748h:~/test$ cp ../file.php .
luca@bal748h:~/test$ cat file.php
$selected = '%s';
luca@bal748h:~/test$ cd ..
luca_at_bal748h:~$ svn import file:///home/luca/test.svn test
Adding test/file.php
Transmitting file data .
Committed revision 1.
svn co file:///home/luca/test.svn/ test2
luca@bal748h:~$ cd test2
luca@bal748h:~/test2$ cat file.php
$selected = '%s';
<<<<<<<<<<<<<< for now is working great, here's come the ugly part >>>>>>>>>>>>>>>>>>>
luca@bal748h:~/test2$ svn ps svn:keywords "URL Author Date Rev" file.php
property `svn:keywords' set on 'file.php'
luca@bal748h:~/test2$ svn ci
Segmentation fault

Wow! This is new... now I can't even commit the changes because of a
segmentation fault... (I never had a segmentation fault before).

luca@bal748h:~/test2$ vi file.php
luca@bal748h:~/test2$ cat file.php
$selected =
'%s';
<<<<<<<<<<<<<<<<<<< Added an extra \n before '$selected =' >>>>>>>>>>>>>>>>>>>>>>>>>>>>
luca@bal748h:~/test2$ svn ci
Sending file.php
Transmitting file data .
Committed revision 2.
luca@bal748h:~/test2$ cat file.php
$selected =
'%s';

It worked.

-- 
Leandro Lucarella @ MEcon                       .-----------------------------.
                                               /  Powered by Debian GNU/Linux |
.-----------------------------------------------------------------------------|
|  GPG Key:               http://bal748.mecon.ar/~luca/public_key.gpg         |
|  GPG Key Fingerprint:   716E 4896 93B2 640D 917D  96D8 4B16 3177 C864 D90B  |
`-----------------------------------------------------------------------------'
Juventud, ¿sabes que la tuya no es la primera generación que anhela una vida
plena de belleza y libertad?
		-- Albert Einstein. (1879-1955) Físico alemán. 

  • application/pgp-signature attachment: stored
Received on Thu Sep 19 21:05:46 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.