Re: Is there an ez way to revert to a previous svn revision of an entire project?
Re: Is there an ez way to revert to a previous svn revision of an entire project?
- Subject: Re: Is there an ez way to revert to a previous svn revision of an entire project?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 16 Dec 2009 17:04:48 +0100
Le 16 déc. 2009 à 16:59, Erwin Hogeweg a écrit :
> Hi,
>
> Is there a way in Xcode 3.2 to go back to a previous revision of a project, based on svn revision #?
>
> Recently I had to go back to the state the project was in a couple of days earlier. After some mucking around I was able to revert all code and resource files at the same time using SVN->Update To->Specific Revision, but this left my project file(s) in the current version, which was a problem because new files had been added and others removed.
>
> Kind Regards,
>
> Erwin
Open a terminal.
Go to the project folder
svn up -r <revision>
-- Jean-Daniel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden