bzr rspush error with bzrtools 1.10

John Arbash Meinel john at arbash-meinel.com
Tue Jan 13 15:50:31 GMT 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> 
> I can't find a corresponding bug on Launchpad but would like to check
> here before filing a report.  Any ideas what's wrong?
> 
> Beyond this error, the wider problem is that I'm trying to push a copy
> of the code, _with working tree_, to a server that does not have bzr
> installed -- I want to get my code from my laptop to my university's
> computing cluster, and run it there.  Is there an alternative to rspush?
> 
> I've tried,
> 
>    bzr checkout . sftp://username@my.server.com/~/prog/
> 
> but this stops with an error before the working tree can be populated:
> 
>    bzr: ERROR: sftp://username@my.server.com/%7E/prog/.bzr/ is not a
>    local path.
> 
> Anything else I can do?

cd project/..
rsync -avP project username at my.server.com:.


In general we don't create working trees on the remote side. There is
the 'bzr-upload' plugin, which does create working trees, but *doesn't*
put the ancestry there (though if you don't have bzr on the remote
machine, that may be exactly what you want.)

There is the 'bzr-push-and-update' plugin, but that runs bzr on the
remote machine to keep the working tree updated.

My guess is that you should either use rsync manually, or use bzr-upload.

> 
> Thanks & best wishes,
> 
>     -- Joe
> 
> 

John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklsuEcACgkQJdeBCYSNAANUugCgweIaQF2qvt1+E7ooBt6+WmpE
wCcAn25pMeFU9iHa/V7jIOWVZDssHf5u
=GCl1
-----END PGP SIGNATURE-----



More information about the bazaar mailing list