Author Topic: Drag and Drop feature in SVN 4440  (Read 6034 times)

Offline puneet_m

  • Multiple posting newcomer
  • *
  • Posts: 73
Drag and Drop feature in SVN 4440
« on: September 07, 2007, 11:21:00 pm »
I am able to successfully execute codeblock version 4440. But it does not do drag drop of files from "open files list" window to "Projects" window. Do I need to do anything additional to enable this feature.

Also when I execute, it shows SVN 0. Shouldn't it show the most recent SVN?

Thanks,

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: Drag and Drop feature in SVN 4440
« Reply #1 on: September 07, 2007, 11:35:25 pm »
Also when I execute, it shows SVN 0. Shouldn't it show the most recent SVN?
Be sure to have svn.exe in you PATH environment variable.

Offline puneet_m

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: Drag and Drop feature in SVN 4440
« Reply #2 on: September 08, 2007, 12:51:28 am »
Why does drag and drop from one window to another not working? Do we need to do something additional to make it work?

Thanks

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Drag and Drop feature in SVN 4440
« Reply #3 on: September 08, 2007, 07:19:38 am »
Why does drag and drop from one window to another not working? Do we need to do something additional to make it work?

That is not implemented yet.
Be a part of the solution, not a part of the problem.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Drag and Drop feature in SVN 4440
« Reply #4 on: September 08, 2007, 01:04:58 pm »
And unless we redefine the semantics of d&d, it won't, either. The associated action for dropping files is to open them (on either window). Dragging from the open files window to anywhere else therefore makes no sense.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline puneet_m

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: Drag and Drop feature in SVN 4440
« Reply #5 on: September 10, 2007, 11:58:05 pm »
Actually I have created another window which displays some folders. I want to have a provision where I can do drag and drop from that window to the Management window.

Any ideas as to how to go about implementing this feature?