|
|
|
#1 (permalink) | |||||||||||||
|
With great difficulty
![]() |
One of my classes gave us room on a school machine for our current project, and the option to set up an svn repo on it. I have an account on the machine, but no home directory. When I try to do anything with svn it gives me the error "Could not chdir to home directory /home/myusername: No such file or directory"
__________________It often prompts me for my password multiple times, up to about a dozen. I'm not entering the pw wrong (when I do it gives me permission denied), it just won't take it until I try a few times. If it's relevant I'm using svn+ssh to access the repo I couldn't find a solution on google, can anybody help me out?
|
|||||||||||||
|
|
|
|
#2 (permalink) | |||||||||||
|
4.0ghz
![]() |
svn needs to cache stuff usually under $HOME/.svn try setting your HOME=/var/somewhereelse
they won't provide a home directory?
__________________
_₌=The Q9550 Club=₌_
1.16VID Q9550 @ 4.0Ghz (and counting) - 8k ppd GPU - GPUz-Validation Overclock.net Headphone Club: Because perfect hair is overrated. EP45-UD3P/R M.I.T. Template Team Fortress 2 Club
|
|||||||||||
|
|
|
|
#3 (permalink) | |||||||||||||||
|
With great difficulty
![]() |
Quote:
Quote:
|
|||||||||||||||
|
|
|
|
#4 (permalink) | ||||||||||||
|
4.0ghz
![]() |
Quote:
You're going to have to provide these arguments on each invocation of 'svn'. Code:
Global options:
--username ARG : specify a username ARG
--password ARG : specify a password ARG
--no-auth-cache : do not cache authentication tokens
--non-interactive : do no interactive prompting
--trust-server-cert : accept unknown SSL server certificates without
prompting (but only with '--non-interactive')
--config-dir ARG : read user configuration files from directory ARG
--config-option ARG : set user configuration option in the format:
FILE:SECTION:OPTION=[VALUE]
For example:
servers:global:http-library=serf
__________________
_₌=The Q9550 Club=₌_
1.16VID Q9550 @ 4.0Ghz (and counting) - 8k ppd GPU - GPUz-Validation Overclock.net Headphone Club: Because perfect hair is overrated. EP45-UD3P/R M.I.T. Template Team Fortress 2 Club
|
||||||||||||
|
|
|
|
#5 (permalink) | |||||||||||
|
4.0ghz
![]() |
I'm assuming the --config-dir and --no-auth-cache options got ya going rn?
__________________
_₌=The Q9550 Club=₌_
1.16VID Q9550 @ 4.0Ghz (and counting) - 8k ppd GPU - GPUz-Validation Overclock.net Headphone Club: Because perfect hair is overrated. EP45-UD3P/R M.I.T. Template Team Fortress 2 Club
|
|||||||||||
|
|
|
|
#6 (permalink) | |||||||||||||
|
With great difficulty
![]() |
I haven't had a chance to try it out yet. I'll post back when I do
__________________
|
|||||||||||||
|
|
|
|
#7 (permalink) | |||||||||||||
|
With great difficulty
![]() |
Those options do not solve the issue
__________________
|
|||||||||||||
|
|
|
|
#8 (permalink) | |||||||||||
|
4.0ghz
![]() |
And what happens? Same error? More info.
It's not really worth it though, you should just use some service that gives out free access to SVN (or something like SVN - e.g. GIT). Try: OpenSVN, Google Code, github
__________________
When asking for help: state the goal, not the step.
|
|||||||||||
|
|
|
|
#9 (permalink) | |||||||||||
|
4.0ghz
![]() |
Or heck, PM me I think I still have an account at sourcerepo.com I can create a repo for you.
__________________
_₌=The Q9550 Club=₌_
1.16VID Q9550 @ 4.0Ghz (and counting) - 8k ppd GPU - GPUz-Validation Overclock.net Headphone Club: Because perfect hair is overrated. EP45-UD3P/R M.I.T. Template Team Fortress 2 Club
|
|||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|