pre-lock.bat Failed in Repo browser

2011-03-08 Thread Waseem Bokhari
Hi Experts! Below is the pre-lock.bat Script Only User who lock the file can unlock the file. Other users are forbidden to Unlock file. @echo off :: Set all parameters set repository=%1 set repopath=%2 set user=%3 :: Set path to svnlook set

Re: pre-lock.bat Failed in Repo browser

2011-03-08 Thread Michael Diers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-03-08 06:51, Waseem Bokhari wrote: Hi Experts! Below is the pre-lock.bat Script Only User who lock the file can unlock the file. Other users are forbidden to Unlock file. [...] *Issue/Problem!!* This scenario

RE: pre-lock.bat Failed in Repo browser

2011-03-08 Thread Waseem Bokhari
We are working in Windows Environment. Visual SVN on Server Side as administration Tool and Tortoise SVN of Client. We are using HTTPS as well. Repository URL looks as :- https://ServerMachine.Domain.com:8443/svn/MyRepository Thanks in advance Muchas gracias! Waseem Bokhari -Original

RE: pre-lock.bat Failed in Repo browser

2011-03-08 Thread Bert Huijben
I don't think %VISUALSVN_SERVER% is set in your lock script. Subversion explicitly clears most environment variables before calling hook scripts. Most likely your script can't find svnlook.exe Bert From: Waseem Bokhari [mailto:waseem.bokh...@netsoltech.com] Sent:

RE: pre-lock.bat Failed in Repo browser

2011-03-08 Thread Waseem Bokhari
I don't think %VISUALSVN_SERVER% is set in your lock script. What is meant by this? How can I found svnlook.exe ?? Can you please re-edit this script for me. Thanks in advance From: Bert Huijben [mailto:b...@qqmail.nl] Sent: Tuesday, March 08, 2011 7:04 PM To: 'Waseem Bokhari';

Re: pre-lock.bat Failed in Repo browser

2011-03-08 Thread David Chapman
On 3/8/2011 6:24 AM, Waseem Bokhari wrote: I don't think %VISUALSVN_SERVER% is set in your lock script. What is meant by this? How can I found svnlook.exe?? Can you please re-edit this script for me. Thanks in advance What he means is that %VISUALSVN_SERVER% will not have a value when

RE: pre-lock.bat Failed in Repo browser

2011-03-08 Thread Tony Sweeney
From: Waseem Bokhari [mailto:waseem.bokh...@netsoltech.com] Sent: 08 March 2011 14:24 To: 'Bert Huijben'; users@subversion.apache.org Subject: RE: pre-lock.bat Failed in Repo browser I don't think

cannot roll back a change

2011-03-08 Thread Sam Steingold
It appears that I cannot roll back (back out, strip) a certain change. Specifically, a directory (with all its contents) has been removed and then (in a separate commit) replaced with a symbolic link (complete with the svn:special property). I googled that and it appears that the official method

dumping part of a repository with moved files

2011-03-08 Thread Chris Evans
Hi, I need to migrate a top level project, which includes files moved from another top level project, to a new repository. I've migrated part of a repository before with no issues with something like: svnadmin dump e:\foo\svn_repo | svndumpfilter include --renumber-revs --drop-empty-revs

Understanding merging

2011-03-08 Thread Steve Cohen
I work with a very senior colleague who has never always resisted version control and would much rather do without it, but he is forced to go along and I am the whipping boy whenever something goes wrong. He poses a general but simple question that I find myself unable to give a simple answer

Understanding merging

2011-03-08 Thread Steve Cohen
I work with a very senior colleague who has never always resisted version control and would much rather do without it, but he is forced to go along and I am the whipping boy whenever something goes wrong. He poses a general but simple question that I find myself unable to give a simple answer

Re: Understanding merging

2011-03-08 Thread Tim Alsop
Steve, The way we handle this situation, which happens a lot on our svn repository, is as follows: When we merge a branch into trunk, if there are other branches which were originally merged from trunk we next merge trunk into each of the other branches so that the other branches will be ready

Re: Understanding merging

2011-03-08 Thread Stefan Sperling
On Tue, Mar 08, 2011 at 12:30:46PM -0600, Steve Cohen wrote: I work with a very senior colleague who has never always resisted version control and would much rather do without it, but he is forced to go along and I am the whipping boy whenever something goes wrong. He poses a general but

RE: Understanding merging

2011-03-08 Thread Feldhacker, Chris
-Original Message- From: Steve Cohen [mailto:stevec...@comcast.net] Sent: Tuesday, March 08, 2011 12:20 PM To: users@subversion.apache.org Subject: Understanding merging I work with a very senior colleague who has never always resisted version control and would much rather do

Re: Upgrading from 1.6.5 (Fedora) to 1.6.16 (built from source)

2011-03-08 Thread Marco Maccaferri
On 07/03/2011 22:11 Jim Garrison ha scritto: The last version available on the Fedora update site for my system (Fedora 10) is 1.6.5, and I need the fixes for Tree Conflict resolution that shipped in 1.6.6 and later versions. Is there anything special to upgrading other than building

svn:externals handling with svn merge --reintegrate

2011-03-08 Thread Doug Goldstein
Having an issue where I have a checkout of trunk and I do a svn merge --reintegrate of a branch. That branch has added a directory and within that directory it has added a svn:external and when I do an svn up at the top level of trunk, it never downloads the external until I commit the

ra_replay, mergeinfo and externals

2011-03-08 Thread Patrick Mézard
Hello, When replaying a revision merging an svn:externals property from a branch B to another A, using the svn python binding for svn_ra_replay, I get a property change event for svn:mergeinfo, but no event for the svn:externals property being merged into A. Is it expected? I hoped the replay

Re: pre-lock.bat Failed in Repo browser

2011-03-08 Thread Daniel Shahaf
Michael Diers wrote on Tue, Mar 08, 2011 at 09:39:11 +: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-03-08 06:51, Waseem Bokhari wrote: Hi Experts! Below is the pre-lock.bat Script Only User who lock the file can unlock the file. Other users are

Re: ra_replay, mergeinfo and externals

2011-03-08 Thread Daniel Shahaf
Does svnsync manage to replicate that svn:externals property? If yes, then the replay API does provide it to you. Patrick Mézard wrote on Tue, Mar 08, 2011 at 22:23:04 +0100: Hello, When replaying a revision merging an svn:externals property from a branch B to another A, using the svn