Re: [ot] Subversion and previous versions
Re: [ot] Subversion and previous versions
- Subject: Re: [ot] Subversion and previous versions
- From: Jean-Daniel Dupas <email@hidden>
- Date: Thu, 25 Sep 2008 09:44:06 +0200
If this is to get the last version, you don't have to specify the
revision, just do "svn update" (to update the whole directory) or "svn
update MainMenu.nib" to update just your nib file.
And you should not specify the repository url, but the working copy
path (not http://...../..//MyFile.nib but just connection/en.lproj/
MainMenu.nib, assumiing your are in the source folder at the time you
invoke the command)
Le 25 sept. 08 à 01:35, J. Todd Slack a écrit :
Hi All,
I am new to subversion. I am trying to checkout a previous revision
of a nib
So I did:
svn co http://opensource.utr-software.com/source/connection
To get the latest version
and tried doing:
svn update -r 999 http://opensource.utr-software.com/source/connection/en.lproj/MainMenu.nib
Because 999 seems to be the last revision
But I get:
slack@FuzzTum ~]$ svn update -r 999 http://opensource.utr-software.com/source/connection/en.lproj/MainMenu.nib
Skipped 'http://opensource.utr-software.com/source/connection/en.lproj/MainMenu.nib'
What am I doing wrong?
-Jason
_______________________________________________
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
_______________________________________________
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