tags:

views:

54

answers:

2

Every now and then I have a problem with SVN inside eclipse folder gets locked, I have to check out projects few times update and stuff like that . is there a SVN that I can use to commit files directly from console or windows folders?

+3  A: 

From the console Slik Subversion. From Windows explorer Tortoise SVN.

anon
@Neil Butterworth I have installed Tortoise SVN , nothing happens I get message Tortoise SVN is shell extension, right click on the folder ... when I do right click nothing new option comes in ..
Gandalf StormCrow
@Gandalf If you right-click on a folder, one of the entries in the popup menu that appears should be TortoiseSVN.
anon
@Neil Butterworth I've really tried several versions uinistalled installed nothing happens when I right click see http://i44.tinypic.com/8x6lx1.gif ty
Gandalf StormCrow
I'm using windows 7 by the way
Gandalf StormCrow
@Gandalf Not a lot I can do about it, I'm afraid - I suggest taking a look at the FAQ at http://tortoisesvn.net/faq, and if that fails post another question about it here. You'll need to give version information for your OS and for Tortoise.
anon
@Gandalf also see this question http://stackoverflow.com/questions/857564/svn-commands-does-not-appear-in-context-menu
anon
Tortoise really is the best answer possible here, I personally think it's the best svn client, hands down. I'm not sure why it's not working for you, but it should be on that right-click menu. Try rebooting after install?
Jim T
tnx neil your second link helped, I installed x86 bit version on x64 OS, so I just downloaded the x64 version
Gandalf StormCrow
I'd prefer to download console client from collab.net. They update the binary packages more often than Silk does.
Mr.Cat
@Mr.Cat Slik has always worked well for me, which is why I recommended it.
anon
+1  A: 

Which OS? You have several options. My favourites:

Windows: TortoiseSVN

Mac OSX: Versions

Linux: KDEsvn

Or any others off this list.

For the command-line, you can use the "svn" binary directly from the SVN package for your system. Or something like Slik SVN on Windows.

Andy Shellam
Which OS? I would say the word "Windows" in the title is a bit of a give away.
anon
As a developer I've learned never to assume the first thing that comes to mind. For example, I have "windows" on my Mac - they're windows containing the contents of folders, but it's not the Windows OS. Eclipse is a multi-platform IDE, therefore the OP might be wanting to commit changes from a folder window instead of the IDE. Plus "console" is not a commonly-used term for the Windows command-line. And to be particularly pedantic, "windows" != "Windows" (note the case difference.)
Andy Shellam
and the reason for the downvote please? Does this somehow not answer the question?
Andy Shellam