On Wed, Mar 11, 2009 at 5:09 PM, Vlad Seryakov <v...@crystalballinc.com> wrote:
> yes, no history yet, i was doing baby steps


Oh OK.  I'll let you play with it.

Note though that mercurial history is immutable. You will have to
delete the repos and convert again.


> I used my bitbucket name, it is vseryakov, on SF it was taken, so SF name is 
> just seryakov :-((


There's two names here: your bitbucket username, which mercurial
doesn't know or care anything about, and the name you add to the
commit log.

This last one can be absolutely anything you like: seryakov,
vseryakov, sdeasey... mercurial enforces nothing. But by convention
it's your name and email address, and you keep it consistent so it
doesn't look like there's two of you :-)

Just add:

    [ui]
    username=Vlad Seryakov <v...@some.where>

to ~/.hgrc and forget about it.


When converting repos from CVS you need to map the old-style SF
username into a new-style mercurial name/email.

I did it like this:

    hg convert -A ~/tmp/sf.authors \
       --config convert.hg.usebranchnames=0 \
       --config convert.hg.clonebranches=1 \
       ~/in/naviserver-modules-HEAD/nsudp/ nsudp-CVSROOT-hg

and in sf.authors are lines like:

    seryakov=Vlad Seryakov <v...@crystalballinc.com>



> Stephen Deasey wrote:
>> On Wed, Mar 11, 2009 at 3:10 AM, Vlad Seryakov <v...@crystalballinc.com> 
>> wrote:
>>> imported all
>>>
>>> i skipped nsffmpeg, nsotcl, nstcp, i will not going to support themand
>>> they will not compile, so no point keeping broken things.
>>>
>>> nsocaml still may be of interest even it is not compiling as it is now.
>>
>>
>> Hmm, they all just say 'Initial import', you didn't import the
>> history. And you changed your name again, so there's about 3 'yous' on
>> there now.
>>
>> I'll convert them -- there's only 9.
>>
>> ------------------------------------------------------------------------------
>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
>> software that enables intelligent coding and step-through debugging.
>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> _______________________________________________
>> naviserver-devel mailing list
>> naviserver-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/naviserver-devel
>>
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> naviserver-devel mailing list
> naviserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/naviserver-devel
>

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to