Page 1 of 1

No authentication on SVN checkin?

Posted: Tue Nov 01, 2005 11:32 pm
by rcarver
I can import files into my repository without any authentication, Is this a problem with how I set up my permissions, if not what am I doing wrong (I just checked them again):
Project Access: Public - Any user may access this project.
-
All project members    SCM Commit > rcarver_templates
All project members & all non-restricted users
All logged in users Tracker View > All
Discussion View > All
SCM View > rcarver_templates
SCM View > All
Task Manager View > All

All users FRS View > All
Document Manager View > All

Currently I am the only project member.

BTW I imported my files using svn import, I'm using version 1.2.3 of subversion on a Gentoo Linux Box.

TIA!

-- Randy

Re: No authentication on SVN checkin?

Posted: Wed Nov 02, 2005 4:53 pm
by philmoz
rcarver wrote:Project Access: Public - Any user may access this project.
-
All project members    SCM Commit > rcarver_templates

this would imply that only project members may commit.
All logged in users
Tracker View > All
Discussion View > All
SCM View > rcarver_templates
SCM View > All
Task Manager View > All

this would imply that all logged in users (people with SF login) can see all of the above only

question -- when you initialy set up your svn client to access the project, did you also enter username and password.
If so, I would suggest that it has been stored, and is used for authentication.

If not.... there may be a problem

Re: No authentication on SVN checkin?

Posted: Wed Nov 02, 2005 5:54 pm
by rcarver
Ah... it was long time ago... but its there :)
./auth/svn.simple/:rcarver
Didn't realize it hung on to it....  :-[

Thanks!