|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
TSVN errors - Commit Sccessful, but I can't commit again without delete entire folder. And Can't clean up.Hi,
I'm getting the error below whenever I commit. The commit is successful, but i can't commit again as it asks me to do a clean up, but when i do a clean up it says it fails. So I am basically stuck. The only solution I came to was delete the entire folder and then do a update to retrieve everything back. How can I resolve this? It gets quite anonying to have to delete everything and get everything back all the time. I'm Using: TortoiseSVN 1.5.2, Build 13595 - 32 Bit , 2008/07/31 17:04:57 Subversion 1.5.1, And retrieving my stuff from samba server. ------------------------------------------------ Commit succeeded, but other errors follow: Error bumping revisions post-commit (details follow): In directory 'X:\images\site\sites\brands\expo' Error processing command 'committed' in 'X:\jabba\images\site\sites\brands\expo' Can't move 'X:\images\site\sites\brands\expo\.svn\props\but_submit.gif.svn-work' to 'X:\images\site\sites\brands\expo\.svn\prop-base\but_submit.gif.svn-b...\ Access is denied. |
|
|
Re: TSVN errors - Commit Sccessful, but I can't commit again without delete entire folder. And Can't clean up.box1405 wrote:
> Hi, > > I'm getting the error below whenever I commit. The commit is successful, but > i can't commit again as it asks me to do a clean up, but when i do a clean > up it says it fails. So I am basically stuck. The only solution I came to > was delete the entire folder and then do a update to retrieve everything > back. How can I resolve this? It gets quite anonying to have to delete > everything and get everything back all the time. > > I'm Using: > TortoiseSVN 1.5.2, Build 13595 - 32 Bit , 2008/07/31 17:04:57 > Subversion 1.5.1, > > And retrieving my stuff from samba server. > > ------------------------------------------------ > > Commit succeeded, but other errors follow: > Error bumping revisions post-commit (details follow): > In directory 'X:\images\site\sites\brands\expo' > Error processing command 'committed' in > 'X:\jabba\images\site\sites\brands\expo' > Can't move > 'X:\images\site\sites\brands\expo\.svn\props\but_submit.gif.svn-work' to > 'X:\images\site\sites\brands\expo\.svn\prop-base\but_submit.gif.svn-b...\ > Access is denied. Or (as some people have reported but I haven't verified it) you can upgrade your SAMBA installation to the latest version. Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net |
|
|
Re: TSVN errors - Commit Sccessful, but I can't commit again without delete entire folder. And Can't clean up.thanks.. it seems that i cannot do that as I have to have it on it or else I cannot show my work to the project managers when I get assigned bugs and what not. I work collectively among a few other developers. they use the ssh to do their svn updates as I'm the only one using TSVN and they wont change or upgrade anything on the server side as it would require unnecessary work for them.
so im guess i'm stuck doing it like this until it gets fixed some how.
|
|
|
Re: TSVN errors - Commit Sccessful, but I can't commit again without delete entire folder. And Can't clean up.box1405 wrote:
> thanks.. it seems that i cannot do that as I have to have it on it or else I > cannot show my work to the project managers when I get assigned bugs and > what not. I work collectively among a few other developers. they use the ssh > to do their svn updates as I'm the only one using TSVN and they wont change > or upgrade anything on the server side as it would require unnecessary work > for them. > > so im guess i'm stuck doing it like this until it gets fixed some how. As others have reported, it *is* fixed in the latest SAMBA version. But if you won't update your software, how does your waiting for a fix help? I'm confused... Stefan -- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net |
|
|
Re: TSVN errors - Commit Sccessful, but I can't commit again without delete entire folder. And Can't clean up.Hi. I've solved the same problem in my network. You need modify samba share properties. For example: Previous variant: [webroot] comment = webroot path = /webroot public = yes writable = yes guest ok = yes browsable = yes New variant: [webroot] comment = webroot path = /webroot public = yes writable = yes guest ok = yes browsable = yes create mask = 0644 force create mode = 0600 security mask = 0555 force security mode = 0600 You can read more information at smb.conf page. |
| Free embeddable forum powered by Nabble | Forum Help |