[Box Backup-dev] ProtocolUncertainStream error

Peter Jalajas, GigaLock Backup Services boxbackup-dev@fluffy.co.uk
Thu, 7 Aug 2008 14:15:53 -0400


You're exactly right, James, thanks.  Sorry for the error.  Fixed now (I hope):
https://www.boxbackup.org/trac/wiki/SourceCodeRepository

On Thu, Aug 7, 2008 at 2:00 PM, James O'Gorman <james@netinertia.co.uk> wrote:
> Peter Jalajas, GigaLock Backup Services wrote:
>>
>> I took the liberty of updating
>> https://www.boxbackup.org/trac/wiki/SourceCodeRepository re how to do
>> svn up.   You might check my work.
>
> One comment - I assume:
>
> "
> If you are updating a previous svn installation, cd to that same working
> directory, and then use this command:
>
> svn up http://www.boxbackup.org/svn/box/trunk/
> "
>
> refers to updating an existing working copy rather than an installation of
> Subversion? In which case you can simply run "svn up" (or svn update, if you
> prefer).
>
>
> If, however you're *switching* your working copy from the old
> bbdev.fluffy.co.uk repo then the command goes like so:
>
> svn switch http://bbdev.fluffy.co.uk/svn/box/trunk
> https://www.boxbackup.org/svn/box/trunk
>
> Let me know if that's what you meant or if I've lost the plot somewhere :-)
>
> James