1

I'm using Subversion 1.8 within IntelliJ Idea 14 as version control system. But I'm not able to commit files contain @ in the file names.

Sample file name: fancybox_loading@2x.gif

Getting this error:

svn: E200009: a peg version is not allowed here

Tried to add @ at the end of the file name as it is suggested here; but did not work for me.

Community
  • 1
  • 1
talha06
  • 6,206
  • 21
  • 92
  • 147

1 Answers1

1

This has been recently fixed in IntelliJ 14.1.5 and 15 EAP. You should try updating your IDE.

Bastien Jansen
  • 8,756
  • 2
  • 35
  • 53