You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Krishnasamy <kr...@WSSPL.com> on 2005/07/28 13:33:47 UTC

Not able to commit any files.

I have migrated my all projects from CVS to SVN using cvs2svn. I am able to
check out the projects (trunk,tag,branch). But I am not able to commit in
any  of the files. It says permission denied. But I gave the permission to
the folders. Can some one help me.

----ERROR----

[krishna@garuda samples]$ svn status
M      PDP/README.txt
[krishna@garuda samples]$ svn commit -m "SVN test for commit"
svn: Commit failed (details follow):
svn: Can't create directory '/svn/projects/SM/db/transactions/1086-1.txn':
Permission denied

---END OF ERROR----

Krishna.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Not able to commit any files.

Posted by David Weintraub <qa...@gmail.com>.
Well, do you have permission to write to the directory
/svn/projects/SM/db/transactions, or any of it's parent directories?

Normally, you should use either svnserve (svn:// and svn+ssh://)or
httpd (http:// or https://) to access the Subversion repository during
a checkout. If you do use file://, you pretty much have to own the
repository yourself (or set umask and chmod on the Subversion archive
to allow for wider access).

On 7/28/05, Krishnasamy <kr...@wsspl.com> wrote:
> I have migrated my all projects from CVS to SVN using cvs2svn. I am able to
> check out the projects (trunk,tag,branch). But I am not able to commit in
> any  of the files. It says permission denied. But I gave the permission to
> the folders. Can some one help me.
> 
> ----ERROR----
> 
> [krishna@garuda samples]$ svn status
> M      PDP/README.txt
> [krishna@garuda samples]$ svn commit -m "SVN test for commit"
> svn: Commit failed (details follow):
> svn: Can't create directory '/svn/projects/SM/db/transactions/1086-1.txn':
> Permission denied
> 
> ---END OF ERROR----
> 
> Krishna.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 


-- 
--
David Weintraub
qazwart@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Not able to commit any files.

Posted by Marcus Rohrmoser <mr...@gmx-gmbh.de>.
Did you read http://svnbook.red-bean.com/en/1.1/svn-book.html#svn-ch-6-sidebar-1 - especially the
hint about umask & wrapper scripts?

Greetings,
	M

P.S: which access method do you use by the way?

Krishnasamy schrieb:
> I have migrated my all projects from CVS to SVN using cvs2svn. I am able to
> check out the projects (trunk,tag,branch). But I am not able to commit in
> any  of the files. It says permission denied. But I gave the permission to
> the folders. Can some one help me.
>
> ----ERROR----
>
> [krishna@garuda samples]$ svn status
> M      PDP/README.txt
> [krishna@garuda samples]$ svn commit -m "SVN test for commit"
> svn: Commit failed (details follow):
> svn: Can't create directory '/svn/projects/SM/db/transactions/1086-1.txn':
> Permission denied
>
> ---END OF ERROR----
>
> Krishna.