Re: svn-python win32 bindings question

2010-04-14 Thread vishwajeet singh
On Thu, Apr 15, 2010 at 1:16 AM, Itamar O wrote: > I was wondering whether svn-1.6.9-python-2.6 win32 bindings exist > (preferably in installer form)? > (in [1] I could find only svn-1.6.6-python-2.6) > > Conversely, is it possible / valid / safe to use the 1.6.6 bindings (from > [1]) with svn-1.

svn-python win32 bindings question

2010-04-14 Thread Itamar O
I was wondering whether svn-1.6.9-python-2.6 win32 bindings exist (preferably in installer form)? (in [1] I could find only svn-1.6.6-python-2.6) Conversely, is it possible / valid / safe to use the 1.6.6 bindings (from [1]) with svn-1.6.9 binaries? (e.g. from Visual SVN Server [2]) Thanks, Itama

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Bob Archer
> Thanks Bob and G: I keep having high hopes. I really appreciate > everyone's patience. Still no luck: > > Command > R:\svn\TestEng>svnadmin rmlocks r:\svn\TestEng "/Jet Pipe Servo > Stands/trunk/Test/sys/SOFTWARE/UTILS/Running_Average_(Shift).vi" > > Response > Path '/Jet Pipe Servo > Stands

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Tom Jones
Thanks Bob and G: I keep having high hopes. I really appreciate everyone's patience. Still no luck: Command R:\svn\TestEng>svnadmin rmlocks r:\svn\TestEng "/Jet Pipe Servo Stands/trunk/Test/sys/SOFTWARE/UTILS/Running_Average_(Shift).vi" Response Path '/Jet Pipe Servo Stands/trunk/Test/sys/S

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Bob Archer
> R:\svn\TestEng>svnadmin rmlocks r:\svn\TestEng /Jet Pipe Servo > Stands/trunk/Test > sys/SOFTWARE/UTILS/Running_Average_(Shift).vi > Path '/Jet' isn't locked. > Path 'Pipe' isn't locked. > Path 'Servo' isn't locked. > Path 'Stands/trunk/Testsys/SOFTWARE/UTILS/Running_Average_(Shift).vi' > isn't l

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Tom Jones
R:\svn\TestEng>svnadmin rmlocks r:\svn\TestEng /Jet Pipe Servo Stands/trunk/Test sys/SOFTWARE/UTILS/Running_Average_(Shift).vi Path '/Jet' isn't locked. Path 'Pipe' isn't locked. Path 'Servo' isn't locked. Path 'Stands/trunk/Testsys/SOFTWARE/UTILS/Running_Average_(Shift).vi' isn't lock ed. R:\svn\

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Giulio Troccoli
> Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851VAT Reg No 778499447 -Original Message- > From: Tom Jones [mailto:tom.jo...@woodward.com] > Sent: 14 April 2010 16:12 > To: 'users@subver

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Tom Jones
Thanks. The lslocks worked to show me three files with locks in the repository, none of which require locks anymore. Here was the session (limited to the file in question). R:\svn\TestEng>svnadmin lslocks r:\svn\TestEng Path: /Jet Pipe Servo Stands/trunk/Testsys/SOFTWARE/UTILS/Running_Average

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Giulio Troccoli
Please, don't top-post (now see below) > Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851VAT Reg No 778499447 -Original Message- > From: Tom Jones [mailto:tom.jo...@woodward.com] > Sent:

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Tom Jones
Thanks,again. So, I am running subversion on a Windows2003 server. The URL for the repository is svn://servername/reponame. The file in question is reportedly in a project folder in a trunk (URL svn://servername/reponame/project/trunk/filefolder/filename.xyz) HOWEVER, the file no longer exi

Re: Unable to checkout files: Can't open file: Permission denied

2010-04-14 Thread Disc Magnet
I could resolve the issue by adding www-data as a group owner of all the directories files in the repository. Thanks Erik. Jeremy, yes, I meant chmod. I typed it 'chown' instead by mistake. On Wed, Apr 14, 2010 at 6:35 PM, Jeremy Mordkoff wrote: > > > did you mean > chmod -R 770 myr

RE: Unable to checkout files: Can't open file: Permission denied

2010-04-14 Thread Jeremy Mordkoff
did you mean chmod -R 770 myrepository ? -Original Message- From: Disc Magnet [mailto:discmag...@gmail.com] Sent: Tue 4/13/2010 5:27 PM To: Erik Andersson Cc: users@subversion.apache.org Subject: Re: Unable to checkout files: Can't open file: Permission denied I did tha

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Jon Foster
Hi, > could I use a local command line client (while > keeping Tortoise resident) to execute this? Yes. The command line client can be downloaded from here: http://subversion.apache.org/packages.html#windows I use the SlikSVN one, but it really doesn't matter which one you use. Kind regards, J

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Tom Jones
Thanks for replying. I am using TortoiseSVN, which directs me to this mailing list for discussion. Pardon my amateurishness, could I use a local command line client (while keeping Tortoise resident) to execute this? -Original Message- From: Jon Foster [mailto:jon.fos...@cabot.co.uk] Sen

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Jon Foster
Hi, You don't say what client you're using, but it doesn't seem to be the Subversion command-line client. Try asking on the relevant mailing list for your client. If you were using the command-line client, you'd use "svn unlock --force". See these pages for details: http://svnbook.red-bean.com

RE: cannot break lock due to no matching lock-token

2010-04-14 Thread Tom Jones
Does anyone know how I can clean up a missing lock-token? From: Tom Jones [mailto:tom.jo...@woodward.com] Sent: Tuesday, April 13, 2010 7:01 AM To: 'users@subversion.apache.org' Subject: cannot break lock due to no matching lock-token A file was created and locked. The file was unlocked and the

Help merging tree conflict

2010-04-14 Thread Johannes Zeppenfeld
Hello, I just encountered my first tree conflict, caused by copying a file into two different branches, then making changes to that file in both branches. Is there some way to merge the changes made to the file in each branch without losing the history of either branch's changes? The easiest w

Re: Subversion Exception

2010-04-14 Thread Stefan Sperling
On Wed, Apr 14, 2010 at 10:24:22AM +0300, Abby Kehat wrote: > Subversion reported the following: > > In file > 'D:\Development\SVN\Releases\TortoiseSVN-1.6.2\ext\subversion\libsvn_ra_svn\marshal.c' > line 486: assertion failed (opt || cstr) You are using TortoiseSVN 1.6.2 (which is based on Su

Subversion Exception

2010-04-14 Thread Abby Kehat
These were the steps I took before I got this error: 1. I branched a project and committed my changes to the branch. 2. I checked out a fresh working copy of the trunk. 3. I merged the changes from the branch into the fresh working copy of the trunk. 4. I committed the