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

[Subclipse-users] Show Log/Resource History Selection does not Select Correct Revision

From: William Meadows <william_meadows_at_hotmail.com>
Date: 2006-02-28 18:50:55 CET

Hello fellow subversion users,

 

I have the following issue While Merging with subclipse,0.9.34, through eclipse, Version: 3.1.0, on Windows:

 

If I use “Show Log” -> “Resource History” Window to select revision,

In this case 66, 65 is returned to Merge’s Revision Input box. I've attached a zip file with screenshots demostrating this.

 

This causes an invalid merge/dry run, etc.

 

Console: First Fails with Revision 65 , but changing without "Show Log" to 66 is successful

 

merge --dry-run -r65:HEAD http://somepath C:/some_path
    Invalid filesystem path syntax
svn: REPORT request failed on '/svn/PROJECTNAME/!svn/vcc/default'
svn: Cannot replace a directory from within

merge --dry-run -r66:HEAD http://somepath C:/some/path
    U  C:/some_path/file1
    U  C:/some_path/file2
    U  C:/some_path/file3
    U  C:/some_path/file4
    Dry-run merge complete.
    ===== File Statistics: =====
         Updated: 4
 

 

This is not a giant issue since the workaround is fairly simple, but it can definitely lead to confusion. Sorry for the detail hiding, I'm a contract coder and want to stay employed :) 

 

Thanks,

 

William Meadows

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org

Received on Tue Feb 28 19:57:43 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.