pre commit hook not working

2013-01-29 Thread Prachi Khade
hi All, I am currently trying to make my Review Board work with svn on a fedora machine using pre commit hook. precommit: #!/bin/sh REPOS="$1" REV="$2" echo $REV /usr/bin/python "/home/svn/ovip/hooks/svn-hook-postcommit-review.py" "$REPOS" "$REV" || exit 1 but when this hook gets a call by a c

Help needed

2013-01-29 Thread Devi Nair
Hi, Attaching the svn-crash Log file. Please help to solve the issue. Thanks, Devi Nair DISCLAIMER This Communication is Private & Confidential. This message and any attachments may contain information that is privileged and / or confidential and is the proper

How do I refactor without confusing Subversion? [SEC=UNCLASSIFIED]

2013-01-29 Thread Thamm, Russell
UNCLASSIFIED Howdy, I am running subversion 1.5.1 and TortoiseSvn 1.5.2. I recently refactored my Java code in a branch ie moved java source files to different directories. Although Subversion is aware that the unmoved files in the trunk are the same as the moved files in the branch (accord

Re: pre commit hook not working

2013-01-29 Thread Johan Corveleyn
On Tue, Jan 29, 2013 at 9:09 AM, Prachi Khade wrote: > > hi All, > > I am currently trying to make my Review Board work with svn on a fedora > machine using pre commit hook. > > precommit: > #!/bin/sh > REPOS="$1" > REV="$2" > echo $REV > /usr/bin/python "/home/svn/ovip/hooks/svn-hook-postcommit-

Re: Help needed

2013-01-29 Thread Johan Corveleyn
This issue was fixed in subversion 1.7.8: * fix crash with --username option on Windows (r1396285) -- Johan On Tue, Jan 29, 2013 at 12:08 PM, Devi Nair wrote: > Hi, > > Attaching the svn-crash Log file. Please help to solve the issue. > > > > Thanks, > > Devi Nair

Re: Help needed

2013-01-29 Thread Stefan Sperling
On Tue, Jan 29, 2013 at 11:08:28AM +, Devi Nair wrote: > Hi, > Attaching the svn-crash Log file. Please help to solve the issue. > Exception: ACCESS_VIOLATION > Stacktrace: > #1 0x7fef1637847 in svn_auth_get_username_prompt_provider() This issue was fixed in 1.7.8. Please upgrade. Only 1.

RE: How do I refactor without confusing Subversion? [SEC=UNCLASSIFIED]

2013-01-29 Thread Andreas Tscharner
[snip] > When I attempt to merge the trunk into the branch, I get a > whole bunch of "Skipped missing target" errors. I only get > these errors on moved files. It seems that subversion is [snip] > Have I done something wrong or is this a limitation with subversion? This is a limitation of su

Re: svn log --xml timestamp discrepancy issue

2013-01-29 Thread Andy Levy
On Tue, Jan 29, 2013 at 11:46 AM, gharmon1977 < gabriel.har...@deltadentalva.com> wrote: > When executing the following commands, I receive 2 different outputs > regarding timestamps: > > svn log --xml -v --revision {"20130128"}:{"20130129"}

svn log --xml timestamp discrepancy issue

2013-01-29 Thread gharmon1977
When executing the following commands, I receive 2 different outputs regarding timestamps: svn log --xml -v --revision {"20130128"}:{"20130129"} URL/svn/repository/%SVNDir% OUTPUT: / DevName *2013-01-29T02:31:38.558152Z* / svn log -v --revision {"20130128"}:{

Re: svn log --xml timestamp discrepancy issue

2013-01-29 Thread Thorsten Schöning
Guten Tag gharmon1977, am Dienstag, 29. Januar 2013 um 17:56 schrieben Sie: > Technically, I'm physically residing in UTC-4 .. what does that mean? What is the timezone under the environment where you executed your svn statement? > I'm not sure if > the server hosting SVN is UTC-5. The server i

RE: svn log --xml timestamp discrepancy issue

2013-01-29 Thread gharmon1977
UTC-4 = Eastern Time Zone And, you are 100% correct. Based on the timestamps, everything is working as intended. It was my ignorance that caused the problem :) Gabriel Harmon From: Thorsten Schöning [via Subversion] [mailto:ml-node+s1072662n177794...@n5.nabble.com] Sent: Tuesday, January 29, 2

Re: svn log --xml timestamp discrepancy issue

2013-01-29 Thread Andy Levy
On Tue, Jan 29, 2013 at 1:27 PM, gharmon1977 < gabriel.har...@deltadentalva.com> wrote: > UTC-4 = Eastern Time Zone > > ** > EST (Eastern Standard Time - November to March) is UTC -5 EDT (Eastern Daylight Time - March to November) is UTC -4 Right now, UTC -4 is AST (Atlantic) - the Canad

Re: Commit Error in conversion of types

2013-01-29 Thread Julio Palma
Hi, all, I can fix the problem, I read that the BDB is not working fine with client in windows, then I migrated the project of the BDB filesystem for FSFS filesystem, then they works fine! I made a script that apply this re-configuration over my server, and after they finally, I can access the r

svn:externals - svn: E200009: Targets must be working copy paths

2013-01-29 Thread C M
Hello, I am attempting to set the svn:externals property via the command line, in hopes of ultimately creating a batch file/script as we have a huge number of externals to set. That dilemma aside, when I run the command, I get the message show below. My expectation is that this will set the prop

Re: svn:externals - svn: E200009: Targets must be working copy paths

2013-01-29 Thread Ryan Schmidt
On Jan 29, 2013, at 17:01, C M wrote: > I am attempting to set the svn:externals property via the command line, in > hopes of ultimately creating a batch file/script as we have a huge number of > externals to set. That dilemma aside, when I run the command, I get the > message show below. > >

RE: How do I refactor without confusing Subversion? [SEC=UNCLASSIFIED]

2013-01-29 Thread Thamm, Russell
UNCLASSIFIED Thanks Andreas, This seems like a significant limitation with subversion. Cheers Russell Thamm -Original Message- From: Andreas Tscharner [mailto:andreas.tschar...@metromec.ch] Sent: Wednesday, 30 January 2013 12:55 AM To: Thamm, Russell; users@subversion.apache.org Subj