2

I just had to change to a windows laptop from mac, cause my mac is broken atm. so now I need an alternative for svnx, running on windows, really quickly! so I need a stand alone client, with which I can get my repositories from the server, review older versions of the rep and update the files to the server I have not been able to find anything remotely similar so far. I would be really grateful for any tips!

Thanks

J.A.W.
  • 9
  • 6

3 Answers3

3

I find TortoiseSVN to be a fine GUI for using SVN in a windows environment.

As your comment indicates, you have evaluated TortoiseSVN and would prefer a stand alone client and not one integrated into Windows Explorer, my next search result, svn client windows -tortoise, yields RapidSVN RapidSVN screenshots vs svnx screenshot

billinkc
  • 59,250
  • 9
  • 102
  • 159
  • @J.A.W. If you find an answer helpful, you can click the Up arrow. If it solves your problem, there should be an outline of a checkmark next to the answer. Marking questions as answered helps future readers determine which avenue they should pursue first to resolve their issue. – billinkc Jan 03 '13 at 18:51
  • @billinkc upvote his question and he will be able to upvote the answer soon. – bahrep Jan 04 '13 at 09:00
  • 1
    @bahrep absolutely incorrect. Anyone can upvote answers on their own questions at any time (or I have been absolutely sorely misled). – jcolebrand Jan 04 '13 at 16:48
2

SmartSVN is good (cross-platform) SVN-client

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110
1

Tortoisesvn is great. I'm not familiar with svnx, but it should provide similar functionality: http://tortoisesvn.net/

jeverling
  • 2,004
  • 1
  • 20
  • 21
  • I tried that but I need a stand alone client with window mode, cause I'm used to that :( – J.A.W. Jan 03 '13 at 17:53
  • 1
    @J.A.W. It would be helpful to amend your question then with all the criteria you would require to satisfy your needs. – billinkc Jan 03 '13 at 17:58
  • true ;) sorry so I need a stand alone client, with which I can get my repositories from the server, review older versions of the rep and update the files to the server :) – J.A.W. Jan 03 '13 at 18:03
  • @J.A.W. Excellent, but you'll want to scroll up to the top and click the Edit button and incorporate your feature list into the original question. Comments are used for clarification and should be not be for documenting actual needs. – billinkc Jan 03 '13 at 18:05