Re: updating pkgsrc with git trouble

2009-09-25 Thread Siju George
On Thu, Sep 24, 2009 at 8:31 PM, Matthew Dillon dil...@apollo.backplane.com 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-25 Thread Siju George
On Thu, Sep 24, 2009 at 8:31 PM, Matthew Dillon dil...@apollo.backplane.com 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

Re: updating pkgsrc with git trouble

2009-09-24 Thread Stathis Kamperis
2009/9/24 Siju George sgeorge...@gmail.com: 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,

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 ekamp...@gmail.com wrote: 2009/9/24 Siju George sgeorge...@gmail.com: 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.

Re: updating pkgsrc with git trouble

2009-09-24 Thread Siju George
to work :-( dfly-bkpsrv# cd /usr/ dfly-bkpsrv# make pkgsrc-update cd /usr/pkgsrc git pull fatal: Not a git repository (or any of the parent directories): .git *** Error code 128 Stop in /usr. dfly-bkpsrv# rm -rf pkgsrc/ recursively remove pkgsrc/? y dfly-bkpsrv# make pkgsrc-checkout cd /usr

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 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. : :--

updating pkgsrc with git trouble

2009-09-23 Thread Siju George
:/cvsroot -q update -Pd pkgsrc -- But today it tries to update pkgsrc with git and gives me the following error

Re: pkgsrc in git?

2009-09-12 Thread Simon 'corecode' Schubert
McLone wrote: I second on maintaining git mirror of pkgsrc, but i don't know the amount of work (and traffic) involved. I'll ponder it; then, if time/resources permit, i will mirror pkgsrc and pkgsrc-wip here in Ukraine, at least in cvs (tired of downtime, that is) I'd suggest creating one git

Re: pkgsrc in git?

2009-09-12 Thread McLone
On Fri, Sep 11, 2009 at 10:58 AM, elekktrett...@exemail.com.au wrote: Now that we've been using git, do you think it may be a good idea to create a git mirror of pkgsrc? as far as i saw, NetBSD pkgsrc cvs mirrors are not reliable, and their downtime stroke me many times. pkgsrc-wip cvs seems

pkgsrc in git?

2009-09-11 Thread elekktretterr
Hi all, Now that we've been using git, do you think it may be a good idea to create a git mirror of pkgsrc? Petr