Cannot copy/rename file in Eclipse error

AI Thread Summary
The error message encountered in Eclipse indicates an issue with file manipulation due to the use of Subversion (SVN) as a version control system. The specific error, "RA layer request failed svn: Server sent unexpected return value (405 method not allowed) in response to MKACTIVITY request," suggests that standard file operations like copying or renaming are not permitted on files managed by SVN. This limitation arises because SVN requires specific commands for version control actions rather than typical file system operations. Users should utilize SVN commands or tools integrated within Eclipse to manage files effectively in a Subversion environment.
Deathfish
Messages
80
Reaction score
0
Every time i try and copy or rename a file in Eclipse, I get the error

org.tigris.subversion.javahl.ClientException: RA layer request failed svn: Server sent unexpected return value (405 method not allowed) in response to MKACTIVITY request...

help!
 
Technology news on Phys.org
Is the file on a remote version control system? "subversion" in that error message would lead me to think so. If that's the case it may not be possible to use "regular" file manipulation commands. I know exactly the name "subversion" about subversion so take this with a grain or two...
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top