At Update http://meta.wikimedia.org/wiki/Pywikipedia#Update it says:
For further updates chdir into 'pywikipedia' and type
$ svn update But when I enter "svn update" at the command line, I just get:
Skipped '.'
I tried Googling it, but couldn't find anything that helped.
To use svn update, you will first have to do a checkout, a nightly will not work. Do this with
svn checkout http://svn.wikimedia.org/svnroot/pywikipedia/trunk/pywikipedia/ pywikipedia
--valhallasw
On Tue, February 17, 2009 5:20 pm, Chris Watkins wrote:
At Update http://meta.wikimedia.org/wiki/Pywikipedia#Update it says:
For further updates chdir into 'pywikipedia' and type
$ svn update But when I enter "svn update" at the command line, I just get:
Skipped '.'
I tried Googling it, but couldn't find anything that helped.
-- Chris Watkins (a.k.a. Chriswaterguy)
Appropedia.org - Sharing knowledge to build rich, sustainable lives.
identi.ca/appropedia / twitter.com/appropedia blogs.appropedia.org
I like this: five.sentenc.es _______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
Thanks!
I wasn't clear if I was then supposed to run "svn update" again - so I did and got the same error. But I assume that I've now got a relatively up to date version, so I'm happy with that.
I've added the command to the wiki page: http://meta.wikimedia.org/wiki/Pywikipedia#Update
On Tue, Feb 17, 2009 at 12:03, Merlijn van Deen valhallasw@arctus.nlwrote:
To use svn update, you will first have to do a checkout, a nightly will not work. Do this with
svn checkout http://svn.wikimedia.org/svnroot/pywikipedia/trunk/pywikipedia/ pywikipedia
--valhallasw
On Tue, February 17, 2009 5:20 pm, Chris Watkins wrote:
At Update http://meta.wikimedia.org/wiki/Pywikipedia#Update it says:
For further updates chdir into 'pywikipedia' and type
$ svn update But when I enter "svn update" at the command line, I just get:
Skipped '.'
I tried Googling it, but couldn't find anything that helped.
-- Chris Watkins (a.k.a. Chriswaterguy)
Appropedia.org - Sharing knowledge to build rich, sustainable lives.
identi.ca/appropedia / twitter.com/appropedia blogs.appropedia.org
I like this: five.sentenc.es _______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
This is a bit unclear maybe =)
If you are using a nightly, you cannot update it directly via "svn update". You have to either : * (delete the old directory) and download again the lastest nightly. Repeat everytime you want to update (delete + download) * (delete the old directory) and do svn checkout http://svn.wikimedia.org/svnroot/pywikipedia/trunk/pywikipedia/ pywikipedia , this will create a new "pywikipedia" dir, with the latest trunk version from SVN, and additional information for svn to work. For next updates, just go to the directory it created, and do "svn update". Instead of deleting, and downloading everything, it just patches your local files, to reflect the changes made by the developers since then.
I think that if you do what's written on the wikipage : * go to the directory where you have downloaded the nightly ("pywikipedia" ?) * svn checkout http://svn.wikimedia.org/svnroot/pywikipedia/trunk/pywikipedia/ pywikipedia You will get : pywikipedia/ - contains the nightly, and a subdirectory pywikipedia pywikipedia/pywikipedia/ - contains the latest svn version
And if you do "svn update" on the top directory, nothing will happen.
2009/2/18 Chris Watkins chriswaterguy@appropedia.org:
Thanks!
I wasn't clear if I was then supposed to run "svn update" again - so I did and got the same error. But I assume that I've now got a relatively up to date version, so I'm happy with that.
I've added the command to the wiki page: http://meta.wikimedia.org/wiki/Pywikipedia#Update
On Tue, Feb 17, 2009 at 12:03, Merlijn van Deen valhallasw@arctus.nl wrote:
To use svn update, you will first have to do a checkout, a nightly will not work. Do this with
svn checkout http://svn.wikimedia.org/svnroot/pywikipedia/trunk/pywikipedia/ pywikipedia
--valhallasw
On Tue, February 17, 2009 5:20 pm, Chris Watkins wrote:
At Update http://meta.wikimedia.org/wiki/Pywikipedia#Update it says:
For further updates chdir into 'pywikipedia' and type
$ svn update But when I enter "svn update" at the command line, I just get:
Skipped '.'
I tried Googling it, but couldn't find anything that helped.
-- Chris Watkins (a.k.a. Chriswaterguy)
Appropedia.org - Sharing knowledge to build rich, sustainable lives.
identi.ca/appropedia / twitter.com/appropedia blogs.appropedia.org
I like this: five.sentenc.es _______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
-- Chris Watkins (a.k.a. Chriswaterguy)
Appropedia.org - Sharing knowledge to build rich, sustainable lives.
identi.ca/appropedia / twitter.com/appropedia blogs.appropedia.org
I like this: five.sentenc.es
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
Aha - thank you, Nicolas.
I'll assume you have problem with this being pasted as an explanatory note to the wiki page? I'll do that now.
On Tue, Feb 17, 2009 at 20:39, Nicolas Dumazet nicdumz@gmail.com wrote:
This is a bit unclear maybe =)
If you are using a nightly, you cannot update it directly via "svn update". You have to either :
- (delete the old directory) and download again the lastest nightly.
Repeat everytime you want to update (delete + download)
- (delete the old directory) and do svn checkout
http://svn.wikimedia.org/svnroot/pywikipedia/trunk/pywikipedia/ pywikipedia , this will create a new "pywikipedia" dir, with the latest trunk version from SVN, and additional information for svn to work. For next updates, just go to the directory it created, and do "svn update". Instead of deleting, and downloading everything, it just patches your local files, to reflect the changes made by the developers since then.
I think that if you do what's written on the wikipage :
- go to the directory where you have downloaded the nightly ("pywikipedia"
?)
- svn checkout
http://svn.wikimedia.org/svnroot/pywikipedia/trunk/pywikipedia/ pywikipedia You will get : pywikipedia/ - contains the nightly, and a subdirectory pywikipedia pywikipedia/pywikipedia/ - contains the latest svn versionroot
Ahhh. So the command you gave should be entered from the home directory. Could you check http://meta.wikimedia.org/wiki/Pywikipedia#Update and fix any errors?
And I'll read in more detail next time I need to update :-)
Thanks again, Chris
And if you do "svn update" on the top directory, nothing will happen.
2009/2/18 Chris Watkins chriswaterguy@appropedia.org:
Thanks!
I wasn't clear if I was then supposed to run "svn update" again - so I
did
and got the same error. But I assume that I've now got a relatively up to date version, so I'm happy with that.
I've added the command to the wiki page: http://meta.wikimedia.org/wiki/Pywikipedia#Update
On Tue, Feb 17, 2009 at 12:03, Merlijn van Deen valhallasw@arctus.nl wrote:
To use svn update, you will first have to do a checkout, a nightly will not work. Do this with
svn checkout http://svn.wikimedia.org/svnroot/pywikipedia/trunk/pywikipedia/ pywikipedia
--valhallasw
On Tue, February 17, 2009 5:20 pm, Chris Watkins wrote:
At Update http://meta.wikimedia.org/wiki/Pywikipedia#Update it
says:
For further updates chdir into 'pywikipedia' and type
$ svn update But when I enter "svn update" at the command line, I just get:
Skipped '.'
I tried Googling it, but couldn't find anything that helped.
-- Chris Watkins (a.k.a. Chriswaterguy)
Appropedia.org - Sharing knowledge to build rich, sustainable lives.
identi.ca/appropedia / twitter.com/appropedia blogs.appropedia.org
I like this: five.sentenc.es _______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
-- Chris Watkins (a.k.a. Chriswaterguy)
Appropedia.org - Sharing knowledge to build rich, sustainable lives.
identi.ca/appropedia / twitter.com/appropedia blogs.appropedia.org
I like this: five.sentenc.es
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
-- Nicolas Dumazet — NicDumZ [ nɪk.d̪ymz ]
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l