Re: [pydotorg-www] Using the python.org www repository with git

2012-05-05 Thread Chris Angelico
On Sat, May 5, 2012 at 3:27 AM, Chris Withers  wrote:
> Hi Chris,
>
> Never tried, but if you get a successful clone I'd be interested in a copy!

Alas, the problem has bested me. I gave in, installed TortoiseSVN, and
made a Subversion checkout instead. Ah well.

It's entirely possible that this is because my internet connection
isn't perfectly stable (I use the glitchy one for personal jobs to
keep the more reliable one unclogged for my servers); perhaps someone
who can keep a session active for six hours or more unglitched would
be able to do this.

ChrisA
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Using the python.org www repository with git

2012-05-04 Thread Chris Angelico
On Sat, May 5, 2012 at 3:27 AM, Chris Withers  wrote:
> Hi Chris,
>
> Never tried, but if you get a successful clone I'd be interested in a copy!

I may need to abandon this. The second clone attempt ran for hours and
hours, more successfully than the original, but still eventually died.

> cheers,
>
> (another) Chris

Yes, there are a lot of geeky Chrises! I'm of the opinion that it's
not a coincidence. My brother Michael has noted that there are a lot
of other Michaels who trainspot, too. People fit their names.

ChrisA
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Using the python.org www repository with git

2012-05-04 Thread Chris Withers

Hi Chris,

Never tried, but if you get a successful clone I'd be interested in a copy!

cheers,

(another) Chris

On 04/05/2012 11:38, Chris Angelico wrote:

Has anyone used git-svn with the pydotorg repository? I'm having a bit
of trouble cloning the repository (aka checking it out); am hoping I
don't have to hunt down a Windows svn client.

$ git svn clone -s svn+ssh://pydot...@svn.python.org/trunk/beta.python.org pywww
Initialized empty Git repository in c:/pywww/.git/
Using higher level of URL:
svn+ssh://pydot...@svn.python.org/trunk/beta.python.org =>
svn+ssh://pydot...@svn.python.org
W: Ignoring error from SVN, path probably does not exist: (160013):
Filesystem has no item: File not found: revision 100, path
'/trunk/beta.python.org'
W: Do not be alarmed at the above message git-svn is just searching
aggressively for old history.
This may take a while on large repositories
Checked through r8600

At this point it stalled for a long time (not sure how long, but long
enough that I was wondering if it had died completely - probably ten
minutes or more). Then after a while it silently gave me back a
prompt. However, the new pywww directory has about 25KB in it, which
is not nearly enough for even current status, much less history.

$ git status
# On branch master
#
# Initial commit
#
nothing to commit (create/copy files and use "git add" to track)

$ git log
fatal: bad default revision 'HEAD'

Have I done something hopelessly wrong? If nobody knows what's going
on, I'll switch to a "real" Subversion client, but it would be more
convenient to work this way.

I'm currently re-cloning the repository without the -s (standard
setup) option, to see if that makes any difference.

Chris Angelico
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www

__
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
__


--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www


[pydotorg-www] Using the python.org www repository with git

2012-05-04 Thread Chris Angelico
Has anyone used git-svn with the pydotorg repository? I'm having a bit
of trouble cloning the repository (aka checking it out); am hoping I
don't have to hunt down a Windows svn client.

$ git svn clone -s svn+ssh://pydot...@svn.python.org/trunk/beta.python.org pywww
Initialized empty Git repository in c:/pywww/.git/
Using higher level of URL:
svn+ssh://pydot...@svn.python.org/trunk/beta.python.org =>
svn+ssh://pydot...@svn.python.org
W: Ignoring error from SVN, path probably does not exist: (160013):
Filesystem has no item: File not found: revision 100, path
'/trunk/beta.python.org'
W: Do not be alarmed at the above message git-svn is just searching
aggressively for old history.
This may take a while on large repositories
Checked through r8600

At this point it stalled for a long time (not sure how long, but long
enough that I was wondering if it had died completely - probably ten
minutes or more). Then after a while it silently gave me back a
prompt. However, the new pywww directory has about 25KB in it, which
is not nearly enough for even current status, much less history.

$ git status
# On branch master
#
# Initial commit
#
nothing to commit (create/copy files and use "git add" to track)

$ git log
fatal: bad default revision 'HEAD'

Have I done something hopelessly wrong? If nobody knows what's going
on, I'll switch to a "real" Subversion client, but it would be more
convenient to work this way.

I'm currently re-cloning the repository without the -s (standard
setup) option, to see if that makes any difference.

Chris Angelico
___
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www