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