Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » subversion client recommendation
subversion client recommendation [message #21693] Mon, 01 June 2009 11:26 Go to next message
gprentice is currently offline  gprentice
Messages: 260
Registered: November 2005
Location: New Zealand
Experienced Member
Anyone got a recommendation for a subversion client for Windows. Preferably one that allows a local repository as well as network and web repositories.

I haven't used subversion before. Is there anything special you have to do to get U++ code from google.

If google is not the main repository for U++, how do check-ins get to the main repo? I assume there's no locked checkouts?

Graeme
Re: subversion client recommendation [message #21694 is a reply to message #21693] Mon, 01 June 2009 11:31 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

gprentice wrote on Mon, 01 June 2009 05:26

Anyone got a recommendation for a subversion client for Windows. Preferably one that allows a local repository as well as network and web repositories.

I haven't used subversion before. Is there anything special you have to do to get U++ code from google.

If google is not the main repository for U++, how do check-ins get to the main repo? I assume there's no locked checkouts?

Graeme


I use SmartSVN (www.syntevo.com/smartsvn/). It's the best client IMO (I tried many) and works on linux also.
Re: subversion client recommendation [message #21695 is a reply to message #21693] Mon, 01 June 2009 11:34 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
gprentice wrote on Mon, 01 June 2009 05:26

Anyone got a recommendation for a subversion client for Windows. Preferably one that allows a local repository as well as network and web repositories.

I haven't used subversion before. Is there anything special you have to do to get U++ code from google.

If google is not the main repository for U++, how do check-ins get to the main repo? I assume there's no locked checkouts?

Graeme



I suggest getting just commandline

http://www.sliksvn.com/en/download

and then just use svn support in theide. It is highly automated... But you need to issue at least the first checkout from the commandline.

Another popular choice seems to be TortoiseSVN.

Mirek
Re: subversion client recommendation [message #21697 is a reply to message #21695] Mon, 01 June 2009 11:55 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3356
Registered: August 2008
Senior Veteran
Hello Mirek

As TheIde supports svn but requires a command line client, it would be good to include somewhere in:

- U++ install, or
- TheIde

some option to say the user what to do to get svn support.

Perhaps when the user wants to use svn in TheIde, it may:

- check if a svn client exists
- if not, suggest the user to install one giving instructions depending on the OS.

Best regards
Koldo


Best regards
IƱaki
Re: subversion client recommendation [message #21699 is a reply to message #21693] Mon, 01 June 2009 12:42 Go to previous messageGo to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

gprentice wrote on Mon, 01 June 2009 12:26

Anyone got a recommendation for a subversion client for Windows. Preferably one that allows a local repository as well as network and web repositories.

I haven't used subversion before. Is there anything special you have to do to get U++ code from google.

If google is not the main repository for U++, how do check-ins get to the main repo? I assume there's no locked checkouts?

Graeme



For command line I use Colab svn:
http://svn.collab.net/

example of command line in cmd.exe is:
svn checkout "http://upp-mirror.googlecode.com/svn/trunk/" "D:\ILupascu\sourcecode\cpp\upp\svn_google"


but for visual operations I use Tortoise SVN:
http://tortoisesvn.net/

Re: subversion client recommendation [message #21701 is a reply to message #21693] Mon, 01 June 2009 13:21 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
gprentice wrote on Mon, 01 June 2009 05:26


If google is not the main repository for U++, how do check-ins get to the main repo? I assume there's no locked checkouts?



google is public mirror. All contrinutors gain access to main repo, which has fine-grained access rights.

I guess you will need the access, right? Smile

Mirek
Re: subversion client recommendation [message #21703 is a reply to message #21701] Mon, 01 June 2009 13:51 Go to previous messageGo to next message
gprentice is currently offline  gprentice
Messages: 260
Registered: November 2005
Location: New Zealand
Experienced Member
luzr wrote



google is public mirror. All contrinutors gain access to main repo, which has fine-grained access rights.

I guess you will need the access, right? Smile

Mirek


Not sure what I'm going to be doing at this stage but.. yes please.

Graeme
Re: subversion client recommendation [message #21752 is a reply to message #21697] Wed, 03 June 2009 22:10 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
koldo wrote on Mon, 01 June 2009 05:55



- check if a svn client exists
- if not, suggest the user to install one giving instructions depending on the OS.

Best regards
Koldo


Done.

Mirek
Previous Topic: "(national) C compiler"
Next Topic: Thoughts about alternative approach to multithreading
Goto Forum:
  


Current Time: Sat Apr 20 14:56:49 CEST 2024

Total time taken to generate the page: 0.02547 seconds