SVN lock at version 1.8.3 and 1.8.4 - not working

2013-11-15 Thread Kovar, Vaclav (EOM)
We use Apache Subversion1.8.3 and i now tested new Apache Subversion 1.8.4 and got same result. When i checked out repo and tried to get lock on file, i got result bellow: C:\software\test\test6>c:\software\Subversion\bin\svn.exe lock --username iras24 test001/testfile.txt svn: E200035: sqlit

RE: SVN lock at version 1.8.3 and 1.8.4 - not working

2013-11-15 Thread Bert Huijben
> -Original Message- > From: Kovar, Vaclav (EOM) [mailto:vaclav.ko...@skoda-auto.cz] > Sent: vrijdag 15 november 2013 16:42 > To: users@subversion.apache.org > Subject: SVN lock at version 1.8.3 and 1.8.4 - not working > > We use Apache Subversion1.8.3 and i now tested new Apache Subvers

Extended Attributes in MacOS X?

2013-11-15 Thread David Kelly
I have an ECAD package which writes its project filename (think of a Makefile) without a Unixish dot extension. When this file is checked out from SVN its tagged as a text file of some sort and can not be opened by dragging it to the application, from within the application, or right click Open

Re: svn delete removes read-only files

2013-11-15 Thread Rick Varney
Branko Čibej wandisco.com> writes: > I disagree with the behaviour change because it makes 'svn delete' in > the presence of svn:needs-lock behave exactly opposite to every other > command. IMO, it's quite enough to simply fix the bug where we try to > change the permissions on a non-ex

Re: svn delete removes read-only files

2013-11-15 Thread Branko Čibej
On 15.11.2013 20:30, Rick Varney wrote: > Branko Čibej wandisco.com> writes: > >> I disagree with the behaviour change because it makes 'svn > delete' in >> the presence of svn:needs-lock behave exactly opposite to every other >> command. IMO, it's quite enough to simply fix the bug wher

RE: Migrating ClearCase data to Subversion

2013-11-15 Thread Bob Archer
Did you try this tool. It is what I used to migrate from PVCS. http://www.polarion.com/products/svn/svn_importer.php BOb From: Olivier Antoine [mailto:oliviera201...@gmail.com] Sent: Friday, November 15, 2013 5:47 PM To: users@subversion.apache.org Subject: Migrating ClearCase data to Subversio

Migrating ClearCase data to Subversion

2013-11-15 Thread Olivier Antoine
Hi, I could not find a tool or an automated way to migrate ClearCase vobs to SVN repositories. I guess there is not any perfect tool to do this. I don't think I can use timestamp to build revisions, like for migration cvs to svn. On the other hand, the real need is to migrate main to trunk, to m

Re: svn delete removes read-only files

2013-11-15 Thread Rick Varney
Branko Čibej wandisco.com> writes: > > > On 15.11.2013 20:30, Rick Varney wrote: > > > Branko Čibej wandisco.com> writes: > > > > I disagree with the behaviour change because it makes 'svn > > > delete' in > > > the prese

Re: svn delete removes read-only files

2013-11-15 Thread David Chapman
On 11/15/2013 3:57 PM, Rick Varney wrote: Branko Čibej wandisco.com> writes: It really depends on what you think "Unix rm" actually is. The unlink() or remove() functions don't care about permissions on the target, only that you have write permission on the parent directory.

Re: svn delete removes read-only files

2013-11-15 Thread Branko Čibej
On 16.11.2013 00:57, Rick Varney wrote: > Branko Čibej wandisco.com> writes: > >> >> You're allowed to modify and commit changes to a file that has the >> svn:needs-lock property regardless of whether it's locked or not. >> svn:needs-lock is not a constraint, it's just a reminder.

svnmucc

2013-11-15 Thread Vladislav Javadov
Hi, My svnmucc 1.8.4 can't work with commands from a file, like these (saved as 'normalize.mucc'): rm programs/develop/fasm/tags rm programs/games/mine/tags rm programs/games/snake/tags I try execute them via svnmucc: svnmucc -U file:///X:/SVN/Kolibri.com -X normalize.mucc -m "Normalization" I