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

Re: making hotfix

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 20 Jan 2009 16:14:17 +0100

On Tue, Jan 20, 2009 at 03:56:42PM +0100, Stefan Sperling wrote:
> On Tue, Jan 20, 2009 at 04:27:39PM +0200, Ilan Yaniv wrote:
> > svn update svn://dev5/dev/LMS/trunk/OfficeAutomation/web/envxl.html D:\Dev
> > --revision 26035
> >
> > What I am getting is this line:
> >
> > Skipped 'svn://dev5/dev/LMS/trunk/OfficeAutomation/web/envxl.html' At
> > revision 26035.
> >
> > When I am doing diff or running update manually nothing happens
> >
> > 1) Why?
> >
> > 2) Should I use other command line?
> >
> > 3) Is there a better procedure to replace single files from a full
> > revision?
>
> Use this syntax instead:
>
> svn update svn://dev5/dev/LMS/trunk/OfficeAutomation/web/envxl.html_at_26035 D:\Dev

Hmm.. on second thought, it might not quite make sense to pass the
full URL to 'svn update'.

What about:

cd D:\Dev
svn up -r26035 dev5/dev/LMS/trunk/OfficeAutomation/web/envxl.html

Does that do what you want?

Sorry about the confusion,
Stefan
Received on 2009-01-20 16:16:06 CET

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.