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

Re: 'svn cp URL@REV .' gives segfault

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Wed, 07 May 2008 16:48:44 -0400

"Ben Collins-Sussman" <sussman_at_red-bean.com> writes:
> Oh, that's because earlier today I used a 1.4 svn client to restore
> the file in question to HEAD, and committed that as r1000.
>
> If you checkout r999, you should be able to reproduce. :-)

Nope, still no luck:

   $ ls -a
   ./ ../
   $ alias ns
   alias ns='/home/kfogel/src/subversion/subversion/svn/svn'
   $ ns co -r999 http://louisianasurvey.googlecode.com/svn/wiki
   A wiki/CheatersCrawfishTales.wiki
   A wiki/PhoebeTrotterCajunWentToHarvard.wiki
   [...]
   A wiki/Domestic.wiki
   A wiki/NickFontenotStoryofJimMac.wiki
   Checked out revision 999.
   $ cd wiki
   $ ns info
   Path: .
   URL: http://louisianasurvey.googlecode.com/svn/wiki
   Repository Root: http://louisianasurvey.googlecode.com/svn
   Repository UUID: bda46f0f-6747-0410-af68-6f51a0f76bc8
   Revision: 999
   Node Kind: directory
   Schedule: normal
   Last Changed Author: lac5357_at_louisiana.edu
   Last Changed Rev: 999
   Last Changed Date: 2008-05-07 13:21:23 -0400 (Wed, 07 May 2008)
   
   $ ns cp http://louisianasurvey.googlecode.com/svn/wiki/foodways.wiki@248 .
   A foodways.wiki
   $ ns st -q
   A + foodways.wiki
   $

(The above is at http://paste.lisp.org/display/60408)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-07 22:48:57 CEST

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.