bzr on Windows
Robert Collins
robertc at robertcollins.net
Mon Sep 26 08:30:02 BST 2005
On Fri, 2005-09-23 at 12:54 +0300, Alexander Belchenko wrote:
> I publish my branch for Windows version here:
> http://bzr.onembedding.com/bzw-1/
>
> I'm need some help: I don't understand well all requirements for
> publishing my branch. What requirement for this? Is simple copy to my
> website via ftp is enough? (I don't understand how rsync work).
> All files available via http, but .bzr directory not listed but present.
Simple copy is enough, rsync is just a fast way to make a simple copy.
The .bzr directory does not need to be listed, but must be accessible. I
haven't checked, but it sounds like your branch will be published
correctly already. You can test, by doing 'bzr log
http://bzr.onembedding.com/bzw-1/' - if that works, its pretty sure that
your branch is published correctly.
> > I have applied much of the patch, however a lot of it caused conflicts.
> > So I need to ask if you can update the patch with the parts of it I
> > haven't been able to apply.
>
> I can send you patch against bzr-0.0.8 release later.
Thanks!
> > I think we have a python version of diff3, so this should not bee needed
> > anymore.
>
> Yes, it is.
I'm not clear here : yes diff3 is needed? Or yes our python diff3 means
that external diff3 is not needed ?
..
> Yes, I use FAT32 filesystem. The same issue is correct and for Cygwin:
> bzr on Cygwin also require prolonging of pause in testhashcache. If it
> normal behaviour for Windows may be it can be included in test for
> automatically prolonging pause on win32 (native or Cygwin) with this
> statement:
>
> if sys.platform in ("win32", "cygwin"):
> time.sleep(3)
>
> (Sleep for exactly 2 seconds is not enough)
I put this in pause() in the testhashcache.py file when I merged parts
of your original patch, though I didn't include cygwin in the platforms
list.
Cheers,
Rob
--
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050926/a68b9dc3/attachment.pgp
More information about the bazaar
mailing list