Make a copy first!!!!!
Ok, now that I got that out of my system. I assumed you removed the
file locally, but not in the repository. ie 'rm filename', not 'svn
rm filename; svn commit;'.
I'm probably not the best to ask about this, but I'll take a stab at
it. Someone else please correct me if there is a better/easier way.
You need to figure out what the last revision of this file that was checked in.
If you know the revision or a date, use them.
If you are on a project without a lot of commits, you might be able to
'svn info .', start with the revision given and work your way back
until one works.
svn cp -r <revision> <url> filename
then check it in.
On 4/16/07, Res Pons <pons32@hotmail.com> wrote:
> I though svn revert will discard my local changes and refreshes or rather
> runs svn update to get the latest. I did a "svn revert filename" in the
> folder where the file was deleted and svn echoed, "skipped"?! There were a
> lot of updates in that folder and I don't any of the current new changes to
> be undone except to retrieve the one file.
>
> ----Original Message Follows----
> From: "Josh Gilkerson" <jwg@google.com>
> To: "Res Pons" <pons32@hotmail.com>
> CC: users@subversion.tigris.org
> Subject: Re: What's the command to restore a deleted file
> Date: Mon, 16 Apr 2007 12:15:00 -0700
>
> svn revert <filename>
>
> Will give you back the version repository as of your last update.
>
> On 4/16/07, Res Pons <pons32@hotmail.com> wrote:
> >I'm using svn for window dos client and I don't see any commands to restore
> >a deleted file. Help!
> >
> >_________________________________________________________________
> >The average US Credit Score is 675. The cost to see yours: $0 by Experian.
> >http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> >For additional commands, e-mail: users-help@subversion.tigris.org
> >
> >
>
>
> --
> Josh Gilkerson
> Software Engineer
> Google, Inc · MV-1600 Plymouth (HQ)
> +1 (650) 253-1667 direct
> +1 (859) 608-7827 cell
> jwg@google.com
>
> _________________________________________________________________
> Interest Rates Fall Again! $430,000 Mortgage for $1,399/mo - Calculate new
> payment
> http://www.lowermybills.com/lre/index.jsp?sourceid=lmb-9632-18679&moid=7581
>
>
--
Josh Gilkerson
Software Engineer
Google, Inc · MV-1600 Plymouth (HQ)
+1 (650) 253-1667 direct
+1 (859) 608-7827 cell
jwg@google.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 16 21:40:00 2007