IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Summary Subversion working copies 1.6 and earlier are no longer supported, and it is now required to use a command-line svn client for integration with Subversion. Note that Subversion allows using higher working copy formats with an older server, so even if you have 1.6 svn server, you could …
As you know, one of the features introduced in IntelliJ IDEA 13 is the long-awaited support for Subversion 1.8. Let's have a closer look at it. Unlike its earlier versions, Subversion 1.8 support uses the native command line client instead of SVNKit to run commands. This approach is more flexible a…
New IntelliJ IDEA 11.1 EAP build (116.32) is available with Subversion 1.7 support finally built in. Here are some details on the current implementation. We don't perform automatic upgrade of your working copies to version 1.7, you can easily do it manually (Changes | Subversion Working Copies | Ch…
We've received a number of questions related to the support for Subversion 1.7 in IntelliJ IDEA 11 and related IDEs. With this post, we'd like to provide an update regarding the current status of the support and our future plans. As you may know, IntelliJ IDEA relies on the SVNKit library for its S…
There's been a number of new things we've added in IntelliJ IDEA 10.5 related to version control support. You can try them already in a latest EAP build. And here's a quick overview. Do not forget things... TODO! Now you can easily ensure you haven't forgotten to implement a method, and double-check…
The summer is hot not only because of the sun. Today we have even 3 breaking news to share: 1. IntelliJ IDEA 9.0.3 is available with fixes for many reported issues and some improvements, namely: New UI for merging Subversion branches New Password Safe tool for encrypted storing of passwords fo…
Feature branches have simple life cycle, they usually consume trunk changes and are merged back into trunk after the work is completed. In IntelliJ IDEA 9.0.3 EAP, take all trunk changes into feature branch and reintegrate back into trunk using new “Merge from…” action: You can merge all changes…
Maia supports Subversion 1.6 using svnkit 1.3.0. Tree conflicts are detected. You can mark tree conflicts as resolved.…