Update 20110926: In Fedora 15, you can just install subversion-javahl-1.6.17-1.fc15 from Add/Remove Software tool, much easier than the method described earlier. When trying to run Subclipse, I got the following error: Failed to load JavaHL Library. To get JavaHL loaded for Subclipse on Fedora, I had to first register on Collabnet before attempt to install [...]
Posts Tagged ‘Subversion’
Subclipse on Fedora
Posted: March 24, 2011 in howto, TechnologyTags: Eclipse, Java, javahl, Subversion
0
I wanted to merge one revision I made in the trunk into one of the branches. So, I used Subversion’s svn merge command to accomplish this. Thanks to Ray M. for explained the Subversion merge command to me. Here are my notes: Before I start, I identified the following information: The target revision number in [...]
A co-worker shared the following tip with me: How do I check out a specific revision of a file? Here is the command: svn update -r 1234 myfile.txt -r option specify the revision number.
