tortoisesvn - Tortoise SVN use different accounts access different paths -
in repo, there different accounts control privileges different folders, , there public account has read-only privilege aceess whole repo.
for example
the repo path is:
svn://foo.bar/trunk/ svn://foo.bar/trunk/projecta/
and public account pub
has read-only privilege access svn://foo.bar/trunk/
.
my working account staffa
has full priviege of svn://foo.bar/trunk/projecta/
has no priviege of svn://foo.bar/trunk/
.
my local repo has been checkouted @ d:\worksapce\
svn://foo.bar/trunk/
.
problem
- i can use
pub
checkout/updatesvn://foo.bar/trunk/
- i cannot use
staffa
checkout/updatesvn://foo.bar/trunk/
exceptprojecta
folder - i can use
staffa
commit onsvn://foo.bar/trunk/projecta/
- the admin of code refuesed add read-pnly privilege
staffa
trunk
path. - linux's
alias
may solve problem, i'm working on windows. , tortoise svn helpful while solving conflicts , comparing history.
every time ci/up, must type corresponding account , password in tortoise svn auth dialog without saving auth.
question
how can update d:\worksapce\
saved pub
account?
how can commit d:\worksapce\projecta
saved staffa
account?
common short answer: nohow pure gui.
for realm (hostname) subversion can store , substitute one authentication pair user/pass
but if you'll communicate remote repo totally cli, can have --username
+--password
options in command-line
Comments
Post a Comment