[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Help in running the change-svn-wc-format.py in svn-win32-1.4.6

From: Edmund Wong <ed_at_kdtc.net>
Date: Thu, 02 Apr 2009 12:01:29 +0800

Hi Jun,

> I'm not good at svn or php, but recently we downloaded the latest version
> of Tortoise SVN 1.6.0.15855. We are currently running svn 1.4.6 win32.
> When I've updated my local copy from the repository and also merge my
> changes to the repository using the new Tortoise svn client. I'm also using
> eclipse as my ide and all of a sudden I'm getting an error saying . "my
> client format is old .". So I've looked and found that Tortoise svn client

For a person who says he's not good at svn, you sure know your stuff.
:)

Regarding my previous message, I think I jumped the gun a bit.
While the information still stands, I should clarify a bit.

change-svn-wc-format.py is a Python script, as I mentioned. So
you do need to download Python (either from python.org or
from activestate.com). Then you can run the script.

Once you get Python installed, you run the script as follows:
(Assuming your working copy is at C:\repos\wc and you're trying
to create a v1.4 format file)

c:\python\bin\python.exe change-svn-wc-python.py c:\repos\wc "1.4"

(I'm not sure if it's c:\python\bin\python.exe. Wherever you can
find python.exe, use that. If it's in your path, then it's simple:

python.exe change-svn-wc-python.py c:\repos\wc "1.4"

(Another bonus is if .py files are associated with Python.exe;
then, just run the script and the arguments.)

I hope this helps.

Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1513620

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-02 13:50:52 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.