Author Topic: SVN Username and Password  (Read 1551 times)

tsharky87

  • Traveller
  • *
  • Posts: 16
    • View Profile
SVN Username and Password
« on: October 29, 2008, 07:01:13 am »
I'm really sorry if this is a totally stupid question, but I can't seem to find the answer anywhere. I'm trying to just at least take a look at the code to see what I might be up against (in case I want to fix any bugs), so I installed TortoiseSVN and tried to import the repository, but it requires a username and password. I looked at the Compiling Guide and it has a list of usernames and passwords, but none of them work! I'm not new to programming but I am new to SVN and group programming. What should I do? Thanks!

Tuxide

  • Hydlaa Notable
  • *
  • Posts: 715
    • View Profile
    • Banker
Re: SVN Username and Password
« Reply #1 on: October 29, 2008, 07:02:56 am »
Have you tried anonymous and leaving your password blank?  Also the username/password table is for psserver (once you have it compiled and running), not SVN.

EDIT:  OK I'm told both fields should be blank, try that instead.
« Last Edit: October 29, 2008, 07:05:28 am by Tuxide »

tsharky87

  • Traveller
  • *
  • Posts: 16
    • View Profile
Re: SVN Username and Password
« Reply #2 on: October 29, 2008, 07:07:12 am »
Yes, I've tried anonymous and blank password, no luck.

tsharky87

  • Traveller
  • *
  • Posts: 16
    • View Profile
Re: SVN Username and Password
« Reply #3 on: October 29, 2008, 07:08:47 am »
No, both fields blank was the first thing I tried, and it doesn't work.

Vornne

  • Testers
  • Hydlaa Resident
  • *
  • Posts: 189
    • View Profile
Re: SVN Username and Password
« Reply #4 on: October 29, 2008, 07:15:38 am »
It sounds like you are trying to use the wrong command, it should be called "checkout". From the TortiseSVN manual, there is a section on "import" that deals with starting your own repository by importing local files, which would need a username/password to commit it. See here on how to checkout.

Tuxide

  • Hydlaa Notable
  • *
  • Posts: 715
    • View Profile
    • Banker
Re: SVN Username and Password
« Reply #5 on: October 29, 2008, 07:17:16 am »
I just used SVN Checkout... to download the PlaneShift source code into a new directory and it works fine.

tsharky87

  • Traveller
  • *
  • Posts: 16
    • View Profile
Re: SVN Username and Password
« Reply #6 on: October 29, 2008, 07:39:25 am »
Ok thanks, it works. I knew it was something really stupid like that. Feel free to delete this topic now...  :-[