Re: updating pkgsrc with git trouble

2009-09-25 Thread Siju George
On Thu, Sep 24, 2009 at 8:31 PM, Matthew Dillon wrote: >    Start over. > >    rm -rf /usr/pkgsrc >    cd /usr >    make pkgsrc-create > Afterwards dfly-bkpsrv# cd pkgsrc/ dfly-bkpsrv# git describe fatal: cannot describe '11839f634e490e4a4916393f754eb297c8726c65' is this ok? Thanks --Siju

Re: updating pkgsrc with git trouble

2009-09-25 Thread Siju George
On Thu, Sep 24, 2009 at 8:31 PM, Matthew Dillon wrote: >    Start over. > >    rm -rf /usr/pkgsrc >    cd /usr >    make pkgsrc-create > Thanks it worked just fine :-) --Siju

Re: updating pkgsrc with git trouble

2009-09-24 Thread Peter Avalos
On Thu, Sep 24, 2009 at 08:27:42AM -0700, Matthew Dillon wrote: > > :> Could we handle it with 'make upgrade' or it would be too intrusive > :> for the user? > : > : If it wiped /usr/pkgsrc/distfiles it would be a pain - if it > :carefully preserved that then I think it would be fine. > : > :-

Re: updating pkgsrc with git trouble

2009-09-24 Thread Matthew Dillon
:> Could we handle it with 'make upgrade' or it would be too intrusive :> for the user? : : If it wiped /usr/pkgsrc/distfiles it would be a pain - if it :carefully preserved that then I think it would be fine. : :-- :Steve O'Hara-Smith | Directable Mirror Arrays

Re: updating pkgsrc with git trouble

2009-09-24 Thread Matthew Dillon
Start over. rm -rf /usr/pkgsrc cd /usr make pkgsrc-create -Matt Matthew Dillon

Re: updating pkgsrc with git trouble

2009-09-24 Thread Siju George
On Thu, Sep 24, 2009 at 11:31 AM, Stathis Kamperis wrote: > 2009/9/24 Siju George : >> Hi, >> ... >> Should I do >> >> #rm -rf /usr/pkgsrc >> # make pkgsrc-checkout >> >> to get a git repository instead of a cvs one? > > Yes. And you only need to do this once. > It doesnot seem to work :-( dfly-

Re: updating pkgsrc with git trouble

2009-09-24 Thread Steve O'Hara-Smith
On Thu, 24 Sep 2009 09:01:54 +0300 Stathis Kamperis wrote: > 2009/9/24 Siju George : > > Hi, > > ... > > Should I do > > > > #rm -rf /usr/pkgsrc > > # make pkgsrc-checkout > > > > to get a git repository instead of a cvs one? > > Yes. And you only need to do this once. > > Could we handle it wi

Re: updating pkgsrc with git trouble

2009-09-23 Thread Stathis Kamperis
2009/9/24 Siju George : > Hi, > ... > Should I do > > #rm -rf /usr/pkgsrc > # make pkgsrc-checkout > > to get a git repository instead of a cvs one? Yes. And you only need to do this once. Could we handle it with 'make upgrade' or it would be too intrusive for the user? Cheers, Stathis

updating pkgsrc with git trouble

2009-09-23 Thread Siju George
Hi, I usually update /usr/pkgsrc with " cd /usr && make update pkgsrc-update" It usually updates through cvs with. - dfly-bkpsrv# make pkgsrc-update cd /usr; cvs -d anon...@anoncvs.netbsd.org:/cvs