History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-26559
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Irina Chernushina
Reporter: Erik Pragt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Checking out with IntelliJ gives a different result than checking out manually

Created: 29 Apr 08 18:39   Updated: Tuesday 19:51
Component/s: Version Control Integration. Subversion
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,757
Severity: Medium


 Description  « Hide
Hi,

When I do a svn checkout http://someserver.com/svn/repos/projectname/trunk, svn creates a directory called trunk in the directory the command was executed.

When doing a checkout in IntelliJ, with the exact same URL, IntelliJ doesn't create the trunk directory, nor provides an option to create it. This is not really a problem, since creating one is easy, but the difference between the command line and IntelliJ's version is a bit confusing.



 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 13 May 08 19:51
This should be implemented similar to the CVS checkout, which prompts whether this additional directory should be created.