On 7/31/2012 11:16 PM, Honeylyn O. Fukuoka wrote:
Hi,
The repositories and the destination repositories are all running on
windows.
Im not really an expert on batch files/shell script
development...That's why Im asking for your help :(
I just followed what I was told to do here but I don't want
Hello,
> -Ursprüngliche Nachricht-
> Guten Tag Wagner Daniel,
> am Dienstag, 31. Juli 2012 um 12:49 schrieben Sie:
[...]
> I had a second look at your path:
>
> > '/svn/VTRSTCIT/!svn/txr/4174-
> 387/BusinessObjects/Reports/ENDUR/ENDUR_Controlling/ICE_CO2_%20Bewertun
> g_nach_Portfolio_u
Hi,
The repositories and the destination repositories are all running on
windows.
Im not really an expert on batch files/shell script development...That's
why Im asking for your help :(
I just followed what I was told to do here but I don't want to mess things
up.
Thanks,
Honey
On Wed, Aug 1,
On 7/31/2012 10:28 PM, Honeylyn O. Fukuoka wrote:
Hi,
I created a .bat file with the following scripts but still didn't work:
1. REPOS="$1"
REV="$2"
USER="$3"
PROPNAME="$4"
ACTION="$5"
if [ "$USER" = "svnsync" ]; then exit 0; fi
echo "Only the svnsync user can change revprops" >&2
exit 1
exit 0
Hi,
Did I do it wrong?
On Wed, Aug 1, 2012 at 1:43 PM, Honeylyn O. Fukuoka wrote:
> Yes, I changed the pre-revprop-change hook of the destination of the
> mirrored repo then saved it as pre-revprop-change.bat
>
>
> On Wed, Aug 1, 2012 at 1:39 PM, vishwajeet singh wrote:
>
>> On Wed, Aug 1, 2012
Yes, I changed the pre-revprop-change hook of the destination of the
mirrored repo then saved it as pre-revprop-change.bat
On Wed, Aug 1, 2012 at 1:39 PM, vishwajeet singh wrote:
> On Wed, Aug 1, 2012 at 11:07 AM, Honeylyn O. Fukuoka
> wrote:
> > svnsync: E165006: Repository has not been eabled
On Wed, Aug 1, 2012 at 11:07 AM, Honeylyn O. Fukuoka wrote:
> svnsync: E165006: Repository has not been eabled to accept revision prop
> changes; ask the administrator to create a pre-revprop-change hook.
I hope you are changing pre-revprop-change hook of destination repo
not the source.
>
>
>
svnsync: E165006: Repository has not been eabled to accept revision prop
changes; ask the administrator to create a pre-revprop-change hook.
On Wed, Aug 1, 2012 at 1:34 PM, vishwajeet singh wrote:
> On Wed, Aug 1, 2012 at 11:02 AM, Honeylyn O. Fukuoka
> wrote:
> > I still received the same erro
On Wed, Aug 1, 2012 at 11:02 AM, Honeylyn O. Fukuoka wrote:
> I still received the same error message
What error ?
>
>
> On Wed, Aug 1, 2012 at 1:28 PM, Honeylyn O. Fukuoka
> wrote:
>>
>> Hi,
>>
>> I created a .bat file with the following scripts but still didn't work:
>>
>> 1. REPOS="$1"
>> RE
I still received the same error message
On Wed, Aug 1, 2012 at 1:28 PM, Honeylyn O. Fukuoka wrote:
> Hi,
>
> I created a .bat file with the following scripts but still didn't work:
>
> 1. REPOS="$1"
> REV="$2"
> USER="$3"
> PROPNAME="$4"
> ACTION="$5"
>
> if [ "$USER" = "svnsync" ]; then exit 0;
Hi,
I created a .bat file with the following scripts but still didn't work:
1. REPOS="$1"
REV="$2"
USER="$3"
PROPNAME="$4"
ACTION="$5"
if [ "$USER" = "svnsync" ]; then exit 0; fi
echo "Only the svnsync user can change revprops" >&2
exit 1
exit 0
2. REPOS="$1"
REV="$2"
USER="$3"
PROPNAME="$4"
AC
My last test results :
SVN Server:
Ubuntu 12.04
svn, version 1.7.5 (r1336830) compiled Jul 19 2012, 21:53:29
SVN Client:
Windows Server 2003
svn, version 1.7.5 (r1336830) compiled May 15 2012, 12:29:08
LAN 100 Mbit/s
co svn:// ~ 37m 44 sec
co https:// ~ 40m 04sec
co svn vs https perf, % ~ > 6%
up
On Wed, Aug 1, 2012 at 10:09 AM, Honeylyn O. Fukuoka wrote:
> Okay, I will try this..
> Correct me if I'm wrog, from this:
>
> echo "Changing revision properties other than svn:log is prohibited" >&2
> exit 1
> To this:
> echo "Changing revision properties other than svn:log is prohibited" >&2
> e
Okay, Thanks for the help. Will try this.
Thanks,
Honey
On Wed, Aug 1, 2012 at 12:40 PM, vishwajeet singh wrote:
> On Wed, Aug 1, 2012 at 10:07 AM, Honeylyn O. Fukuoka
> wrote:
> > When you created a pre-revprop-change, did you save it in .bak file and
> put
>
> It should be .bat on windows
On Wed, Aug 1, 2012 at 10:07 AM, Honeylyn O. Fukuoka wrote:
> When you created a pre-revprop-change, did you save it in .bak file and put
It should be .bat on windows and should be placed in hooks directory
> it in the hooks directory of the dest repository? Am I getting you right?
> My goal is
Okay, I will try this..
Correct me if I'm wrog, from this:
echo "Changing revision properties other than svn:log is prohibited" >&2
exit 1
To this:
echo "Changing revision properties other than svn:log is prohibited" >&2
exit 0
Thanks,
Honey
On Wed, Aug 1, 2012 at 12:36 PM, vishwajeet singh w
When you created a pre-revprop-change, did you save it in .bak file and put
it in the hooks directory of the dest repository? Am I getting you right?
My goal is to sync our repository to another server outside our country.
Will this work?
Thanks,
Honey
On Wed, Aug 1, 2012 at 12:29 PM, David Ch
On Wed, Aug 1, 2012 at 10:00 AM, Honeylyn O. Fukuoka wrote:
> Here's what I did.
> I don't really know how to do it so what I did I searched then found this
> one.
>
> Basically copy the code below into a text file and name it
> pre-revprop-change.bat and save it in the \hooks subdirectory for you
Here's what I did.
I don't really know how to do it so what I did I searched then found this
one.
Basically copy the code below into a text file and name it
pre-revprop-change.bat and save it in the \hooks subdirectory for your
repository.
@ECHO OFF
:: Set all parameters. Even though most are not
On 7/31/2012 9:13 PM, Honeylyn O. Fukuoka wrote:
Hi,
Thanks for the past response.
Can you tell me what changes do I have to make in the
prerevprop-change hook?
I tried some but nothing happened.
I created a pre-revprop-change script with the single line "exit 0" in
it and put it into the h
On Wed, Aug 1, 2012 at 9:48 AM, vishwajeet singh wrote:
> On Wed, Aug 1, 2012 at 9:43 AM, Honeylyn O. Fukuoka
> wrote:
>> Hi,
>>
>>
>> Thanks for the past response.
>> Can you tell me what changes do I have to make in the prerevprop-change
>> hook?
>> I tried some but nothing happened.
>
> What
On Wed, Aug 1, 2012 at 9:43 AM, Honeylyn O. Fukuoka wrote:
> Hi,
>
>
> Thanks for the past response.
> Can you tell me what changes do I have to make in the prerevprop-change
> hook?
> I tried some but nothing happened.
What did you try ?
It just need to be there and should be executable nothing
Hi,
Thanks for the past response.
Can you tell me what changes do I have to make in the prerevprop-change
hook?
I tried some but nothing happened.
Thanks,
Honey
On Wed, Aug 1, 2012 at 12:05 PM, vishwajeet singh wrote:
> On Wed, Aug 1, 2012 at 9:28 AM, Honeylyn O. Fukuoka
> wrote:
> > Hi,
>
On Wed, Aug 1, 2012 at 9:28 AM, Honeylyn O. Fukuoka wrote:
> Hi,
>
>
>
> I have to sync our repository to another server, so to test it, I created a
> test repository in my local and tried to do svnsync command to sync/mirror
> it.
>
> Here's what I did:
>
>
>
> 1. Go to the folder where the repos
Hi,
I have to sync our repository to another server, so to test it, I created a
test repository in my local and tried to do svnsync command to sync/mirror
it.
Here's what I did:
1. Go to the folder where the repositories are located
2. in the cmd typed: svnsync initialize (URL of the Reposi
Forgot to say about network - it's LAN 100 Mbit/s.
It is very strange first test
co https:// 40m 17 sec !!!
On Tue, Jul 31, 2012 at 9:48 PM, Johan Corveleyn wrote:
> On Tue, Jul 31, 2012 at 6:59 PM, slaventii wrote:
>> Want to share some of my tests results:
>> /trunk - 1.80 GB (1,941,844,940 b
On Jul 31, 2012, at 2:26 PM, Stefan Sperling wrote:
> The limit value is defined as an int (see opt_state defitinion in
> subversion/svn/cl.h). According to the C standard an int is always
> 32bit in size, and signed.
FWIW, the C standard doesn't actually specify the absolute size of an int--it
Have the same problem but im running ubuntu, any idea where i can find this
file ?
--
View this message in context:
http://old.nabble.com/%22svn%3A-Authorization-failed%22--what-am-I-doing-wrong--tp21799403p34237492.html
Sent from the Subversion Users mailing list archive at Nabble.com.
On Tue, Jul 31, 2012 at 08:44:18PM +0200, Dmitry Pavlenko wrote:
> Hi all.
> I've noticed that in SVN 1.7 limit behaviour has changed. Is that expected or
> is that a bug?
>
> As I understand subversion supports revisions up to Long.MAX_VALUE =
> 0x7fffL =
> 9223372036854775807 > 100
On Tue, Jul 31, 2012 at 9:18 PM, Philip Martin
wrote:
> Dmitry Pavlenko writes:
>
>> Hi all.
>> I've noticed that in SVN 1.7 limit behaviour has changed. Is that expected
>> or is that a bug?
>
>> $ $svn16 log http://localhost:59714/repos -l 100
>> ---
Dmitry Pavlenko writes:
> Hi all.
> I've noticed that in SVN 1.7 limit behaviour has changed. Is that expected or
> is that a bug?
> $ $svn16 log http://localhost:59714/repos -l 100
>
> r2 | (no author) | 2012-07-1
Hi Johan,
Hm, it's very strange. I thought that I used 1.7.5 but it seems that
in my PATH("c:\Program Files\CollabNet Subversion Server\svn.exe" )
was old version
of client: svn, version 1.5.4 (r33841) compiled Oct 23 2008, 08:54:42
In this case all my test were done with old client :)
Started ne
On Tue, Jul 31, 2012 at 6:59 PM, slaventii wrote:
> Want to share some of my tests results:
> /trunk - 1.80 GB (1,941,844,940 bytes) - 148,114 Files; 52,519 Folders
>
> Old Hardware Server - Ubuntu 9.04:
> svn, versi
Hi all.
I've noticed that in SVN 1.7 limit behaviour has changed. Is that expected or
is that a bug?
As I understand subversion supports revisions up to Long.MAX_VALUE =
0x7fffL =
9223372036854775807 > 1000 > 100
So both limits are possible thoeoretically. I ask
On Tue, Jul 31, 2012 at 5:55 AM, Mat Booth wrote:
>
>> Matt, it looks like he wants to back up working copies, not
>> repositories.
>
> Exactly, but as I've said Subversion itself isn't a backup system and
> shouldn't really be used as such.
OK, but what if he had said he wanted to automate revis
Want to share some of my tests results:
/trunk - 1.80 GB (1,941,844,940 bytes) - 148,114 Files; 52,519 Folders
Old Hardware Server - Ubuntu 9.04:
svn, version 1.5.4 (r33841) compiled Aug 7 2009, 01:44:11
co svn:// ~
On Mon, Jul 30, 2012 at 10:13:37AM +0100, Marcel Hesselbarth wrote:
> Hi Developers,
>
> I'm redirected here from the tortoise mailing list, as they think this
> feature belongs to the area of the svn library. Performing some
> searches shows that I'm not the only one with this problem, even it it
On Fri, Jul 27, 2012 at 08:03:22AM -0700, Arunmozhi wrote:
>
> I am resending the initial mail as the mail format other than text is not
> supported.
>
> I feel that the SVN branching and merging/integration algorithm is
> flawed. However I am not sure if this is a known limitation of SVN. I
>
On Tue, Jul 31, 2012 at 6:55 AM, Mat Booth wrote:
> On 31 July 2012 11:01, Nico Kadel-Garcia wrote:
>> On Tue, Jul 31, 2012 at 5:31 AM, Mat Booth wrote:
>>> On 30 July 2012 20:52, Fernando Gomes
>>> wrote:
Hello all,
I am a rather experienced developer and I’m currently trying t
Guten Tag Wagner Daniel,
am Dienstag, 31. Juli 2012 um 12:49 schrieben Sie:
> Regarding the errors on svn update - I could clarify that only svn
> commit produces errors under yet unknown circumstances.
I had a second look at your path:
> '/svn/VTRSTCIT/!svn/txr/4174-387/BusinessObjects/Reports/
On 31 July 2012 11:01, Nico Kadel-Garcia wrote:
> On Tue, Jul 31, 2012 at 5:31 AM, Mat Booth wrote:
>> On 30 July 2012 20:52, Fernando Gomes wrote:
>>> Hello all,
>>>
>>> I am a rather experienced developer and I’m currently trying to use SVN to
>>> back up a batch of files automatically every
Hi,
I use standard post-commit and post-revprop-change hooks as described in svn
book.
post-revprop-change.cmd:
@ECHO OFF
SET REPOS="%1"
SET REV="%2"
SET USER="%3"
SET PROPNAME="%4"
SET ACTION="%5"
"%VISUALSVN_SERVER%"bin\svnsync copy-revprops --non-interactive
--source-username subversion_s
On Tue, Jul 31, 2012 at 5:31 AM, Mat Booth wrote:
> On 30 July 2012 20:52, Fernando Gomes wrote:
>> Hello all,
>>
>> I am a rather experienced developer and I’m currently trying to use SVN to
>> back up a batch of files automatically every X hours. The problem is that
>> some of the files are o
On 30 July 2012 20:52, Fernando Gomes wrote:
> Hello all,
>
> I am a rather experienced developer and I’m currently trying to use SVN to
> back up a batch of files automatically every X hours. The problem is that
> some of the files are open and the commit fails entirely.
> I have managed to inv
44 matches
Mail list logo