On Mon, Apr 2, 2012 at 1:24 PM, Jakub Jermar <[email protected]> wrote:

> On 2.4.2012 1:34, Alex Prutkov wrote:
> >     >  * Some technical trouble - I'm rapidly failing to pull
> >     > from bzr://bzr.helenos.org/mainline/
> >     <http://bzr.helenos.org/mainline/> <http://bzr.helenos.org/mainline/
> >
> >     > (other repos are fine). Thus, bzr send
> >     >    is not working for me. I've created a branch
> >     > at lp:~prutkov-alex/helenos/bdsh-prints. Code can be pulled from
> >     there.
> >     > Sorry for possible inconvenience.
> >
> >     Can you send us the complete command you are trying to run and also
> any
> >     error message? I can pull from mainline without any problem. Are
> there
> >     any extra non-mainline changesets in the branch where you want to
> pull
> >     from mainline? The send command also has the -o switch to write the
> >     merge directive into a file.
> >
> >
> > I'd be very thankful, if someone could help with this issue. Bash
> > session looks like:
> > $ bzr send -o mergedir
> > Using saved parent location "bzr://bzr.helenos.org/mainline/
> > <http://bzr.helenos.org/mainline/>" to determine what changes to submit.
> >      2kB     0kB/s /
> >
> >  Then it hangs for a long time. Another try:
> > $ bzr branch bzr://bzr.helenos.org/mainline
> > <http://bzr.helenos.org/mainline> bdsh
> >      4kB     3kB/s / Fetching revisions:Inserting stream:Estimating.. 8
> >
> >  As before, hangs with no progress for 10 minutes.
> > I've reinstalled bzr with dependencies from repositories, compiled
> > several bzr versions from sources. No luck.
>
> Hm, this is strange. Is it possible that there has been some transient
> or even permanent network issue when talking to bzr.helenos.org?
>
> Jakub
>
> I'm not sure how to check such a problem. Ping is passing fine:
$ ping bzr.helenos.org
PING helenos.org (82.208.58.129) 56(84) bytes of data.
64 bytes from tmave.modry.cz (82.208.58.129): icmp_req=1 ttl=51 time=69.2 ms
64 bytes from tmave.modry.cz (82.208.58.129): icmp_req=2 ttl=51 time=68.4 ms
64 bytes from tmave.modry.cz (82.208.58.129): icmp_req=3 ttl=51 time=69.2 ms

I managed to successfully branch from another location (home). Maybe
something wrong with
our campus network.


Last year, I added support for arguments with spaces, however, the syntax
> uses
> single quotation character instead of double quote. Currently, bdsh
> supports:
> command 'argument with spaces'
> a literal ' is added to the string with two consecutive quotes as in:
> command 'Joe''s book'
> It is implemented in uspace/app/bdsh/tok.c:


Thanks Martin, it's very helpful. Now it's easy to determine the format
string and
detect wrong formatting before actual printing. Also it's possible to
change the "print what you can"
behavior of printf to UNIX-like "print if formatting is correct".

revision 1447 (Added printf module) modifies the unix permissions of every
> single file/directory of the entire HelenOS source tree.
> I guess it should be reverted.

Maurizio, you're right. Thanks for the remark. It was not a good idea to
branch to NTFS partition. Fixed now.

_______________________________________________
> HelenOS-devel mailing list
> [email protected]
> http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
>



-- 
*Best wishes,*
*Alex*
_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/cgi-bin/listinfo/helenos-devel

Reply via email to