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

  1. i can use pub checkout/update svn://foo.bar/trunk/
  2. i cannot use staffa checkout/update svn://foo.bar/trunk/ except projecta folder
  3. i can use staffa commit on svn://foo.bar/trunk/projecta/
  4. the admin of code refuesed add read-pnly privilege staffa trunk path.
  5. 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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -