1

I'm using ubersvn for my project development.Now I need to download the code from the svn to test the code in another machine.How can I download my code from svn,so that '.svn' files should not be present.I'm using rapidsvn client,ubersvn at client.Actually I'm new to the svn,so it might silly question for some one who knows about svn.

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
  • Not sure what ubersvn is, but the normal SVN command for this is named "export" - look whether that is present anywhere – Pekka Mar 02 '12 at 09:17

1 Answers1

2

Actually in ubersvn also we can download the code using "export" option from client side.i,e is rapid svn which you have mentioned in the your question,you have to give ip address of the ubersvn system.

Mahesh.D
  • 1,691
  • 2
  • 23
  • 49
  • ok,I've did how you mentioned,but I getting error like "directory already exist". – user1119241 Mar 02 '12 at 09:35
  • OK,check the check box for "overwrite" in the export window and be sure that ip address must be correct and location of the code in the svn must be correct – Mahesh.D Mar 02 '12 at 09:37
  • 1
    Ya,I've tried as you mentioned.Its working fine,thanks very much for your answer and spending your valuable time for us. – user1119241 Mar 02 '12 at 09:38