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 <[email protected]>:
> 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 <[email protected]>
> 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
>> > [email protected]
>> > https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
>> >
>>
>>
>>
>> _______________________________________________
>> Pywikipedia-l mailing list
>> [email protected]
>> 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
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
>
>



-- 
Nicolas Dumazet — NicDumZ [ nɪk.d̪ymz ]

_______________________________________________
Pywikipedia-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l

Reply via email to