Den fre 16 aug. 2024 kl 18:37 skrev Williams, James P. {Jim} (JSC-CD4)[KBR Wyle
Services, LLC] via users
mailto:users@subversion.apache.org>>:
I sort of did that before posting, but results depend on how and where I ask.
# remote host, http:// finds nothing
remote-host> svn propget --revpr
Den fre 16 aug. 2024 kl 18:37 skrev Williams, James P. {Jim} (JSC-CD4)[KBR
Wyle Services, LLC] via users :
> I sort of did that before posting, but results depend on how and where I
> ask.
>
># remote host, http:// finds nothing
>remote-host> svn propget --revprop -r 0 svn:entry:committed-
> From: Andreas Stieger
> Sent: Friday, August 16, 2024 4:08 AM
> > When I run the following on a number of my SVN repos,
> >
> >% svnsync initialize file:///my/mirror file:///my/original
> >
> > I get this error.
> >
> >svnsync: E165002: Storage of non-regular property
> > 'svn:entry:comm
On 2024-08-16 00:58, Williams, James P. {Jim} (JSC-CD4)[KBR Wyle
Services, LLC] via users wrote:
When I run the following on a number of my SVN repos,
% svnsync initialize file:///my/mirror file:///my/original
I get this error.
svnsync: E165002: Storage of non-regular property
'svn:en
Hi,
you might wanna repost your question in English. I'm not sure whether
anybody here can read Chinese (if it is Chinese, that is).
All I can make out of this report is that you seem to get some error
running svnsync which seems to be a rather old version (1.7.4). If you
want/need to stick wi
我也遇到了该问题Error while replaying
commit,有些库用下面同样的步骤操作是没问题的,但是有些库就报这个错,不知道为什么,麻烦大家遇到过解决了的回答下,谢谢
我的操作步骤是
1、将脚本aapost-commit.bat放置到SVN主服务器相对应项目的hooks文件里,
例如:\\192.168.27.1\d$\SVN\c3m-video\hooks
"C:\Program Files (x86)\Subversion\bin\svnsync.exe" sync --non-interactive
svn://192.168.27.88/c3m-video --us
Guten Tag Honeylyn O. Fukuoka,
am Mittwoch, 1. August 2012 um 14:25 schrieben Sie:
> I also changed the pre-revprop-change hook script based on the example
> given there and so as the start-commit hook.
pre-revprop-change is enough, start with the easiest setup possible.
> But when I performed t
svnserve
> doesn't support
> write-through proxying.
>
> -Original Message-
> From: Honeylyn O. Fukuoka [mailto:honey...@menue.com]
> Sent: 01 August 2012 13:15
> To: Honeylyn O. Fukuoka; David Chapman; vishwajeet singh;
> users@subversion.apache.org
&g
Hi,
I tried the one in your link under repository replication and followed what
was instructed there.
I also changed the pre-revprop-change hook script based on the example
given there and so as the start-commit hook.
But when I performed the 'svnsync initialize' command, I got this error:
sv
Hi,
The reason why I am doing the svnsync is to backup our repository to our
new server in our main branch.
Thanks,
Honey
On Wed, Aug 1, 2012 at 5:14 PM, Stefan Sperling wrote:
> On Wed, Aug 01, 2012 at 04:57:57PM +0800, Honeylyn O. Fukuoka wrote:
> > Hi,
> >
> > Thanks for this.
> > We are
On Wed, Aug 1, 2012 at 4:57 AM, Honeylyn O. Fukuoka wrote:
> Hi,
>
> Thanks for this.
> We are using snserve not Apache...
> Will this link still work with us?
Yes (please read the links to the documentation you've been provided).
But not with an HTTP URL for your source repository. If you're usi
On Wed, Aug 01, 2012 at 04:57:57PM +0800, Honeylyn O. Fukuoka wrote:
> Hi,
>
> Thanks for this.
> We are using snserve not Apache...
> Will this link still work with us?
Sure. svnsync is just about repository replication, and has nothing
to do with what server is being used to allow access to the
> From: Honeylyn O. Fukuoka [mailto:honey...@menue.com]
> Sent: 01 August 2012 09:58
> To: Honeylyn O. Fukuoka; David Chapman; vishwajeet singh;
> users@subversion.apache.org
> Subject: Re: SVNSYNC Error
>
> Hi,
>
> Thanks for this.
> We are using snserve not Ap
Hi,
Thanks for this.
We are using snserve not Apache...
Will this link still work with us?
Thanks,
Honey
On Wed, Aug 1, 2012 at 4:51 PM, Stefan Sperling wrote:
> On Wed, Aug 01, 2012 at 03:00:25PM +0800, Honeylyn O. Fukuoka wrote:
> > Thanks so much for this info, Will try this and will let
On Wed, Aug 01, 2012 at 03:00:25PM +0800, Honeylyn O. Fukuoka wrote:
> Thanks so much for this info, Will try this and will let you know it it is
> successful...
There are quite a lot of posts in this thread already, and I'm surprised
that nobody seems to have pointed Honeylyn to the relevant sect
Thanks so much for this info, Will try this and will let you know it it is
successful...
Thanks,
Honey
On Wed, Aug 1, 2012 at 2:36 PM, David Chapman wrote:
> On 7/31/2012 11:16 PM, Honeylyn O. Fukuoka wrote:
>
>> Hi,
>>
>> The repositories and the destination repositories are all running on
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
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
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
Haven't read the whole thread, but the problem here has to do with r81.
r80 moved fine and I expect `svnlook youngest dest` = 80.
If the source repos has authz set up or has undergone history surgeries
that's likely related.
You could try running:
% svnserve --log-file=foo.log -dr.
% svnsync sync
- Original Message -
From: Giulio Troccoli
> Why is it showing files in trunk when you're log command is for
> branches/working ? Or have you just pasted the wrong command?
Nope, that's the command. I mean, it *is* the log, so... shouldn't it?
The commands for trunk and
On 02/04/12 13:16, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 11:51, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 11:10, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 10:24, Gary wrote:
that still doesn
- Original Message -
From: Giulio Troccoli
On 02/04/12 11:51, Gary wrote:
> - Original Message -
> From: Giulio Troccoli
> On 02/04/12 11:10, Gary wrote:
>> - Original Message -
>> From: Giulio Troccoli
>>> On 02/04/12 10:24, Gary wrote:
> that still doesn't explain to m
On 02/04/12 11:51, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 11:10, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 10:24, Gary wrote:
that still doesn't explain to me why svnsync barfs on those (not)
missing revisions. Looking at t
- Original Message -
From: Giulio Troccoli
On 02/04/12 11:10, Gary wrote:
> - Original Message -
> From: Giulio Troccoli
>> On 02/04/12 10:24, Gary wrote:
that still doesn't explain to me why svnsync barfs on those (not)
missing revisions. Looking at the command line histo
On 02/04/12 11:10, Gary wrote:
- Original Message -
From: Giulio Troccoli
On 02/04/12 10:24, Gary wrote:
This is perhaps better:
$ svn log svn://devel.//
[snip]
r84 | gpspbu | 2011-06-24 12:52:16 +0200 (Fri, 24 Ju
- Original Message -
From: Giulio Troccoli
> On 02/04/12 10:24, Gary wrote:
>> This is perhaps better:
>>
>> $ svn log svn://devel.//
>> [snip]
>>
>> r84 | gpspbu | 2011-06-24 12:52:16 +0200 (Fri, 24 Jun 2011) | 1 lin
Am 02.04.2012 11:39, schrieb Gary:
> See my other email, I got the svn log command wrong, and the branch
> *is* still available, just can't be modified any more. The question
> is, why svnsync gets its knickers into a twist about that. The
> revisions *are* available (and can be checked out, I chec
From: Ulrich Eckhardt
>> I imagine they are/were in a branch, which AFAIK is no longer
>> available. Is there any way to get around this? Assuming that's
>> the problem, of course.
>
> Do you know more about this branch and how it was removed? Just "svn
> delete"ing a branch doesn't cause revision
On 02/04/12 10:24, Gary wrote:
From: Giulio Troccoli
On 02/04/12 08:27, Gary wrote:
- Original Message -
From: Henrik Sundberg
Do you have a precommit hook now that was not there when revs 81-82
were committed?
There are no hooks as far as I know. (I'm not an admin, and the admin is
From: Giulio Troccoli
On 02/04/12 08:27, Gary wrote:
>> - Original Message -
>> From: Henrik Sundberg
>>
>>> Do you have a precommit hook now that was not there when revs 81-82
>> were committed?
>> There are no hooks as far as I know. (I'm not an admin, and the admin is not
>> very forthc
Am 30.03.2012 15:25, schrieb Gary:
> I see a lot of reports of this error, but little in the way of
> clear information as to what it might mean, or how to fix it:
>
> $ svnsync sync file://`pwd`/dest
> Committed revision 1.
> Copied properties for revision 1.
> Transmitting file data
On 02/04/12 08:27, Gary wrote:
- Original Message -
From: Henrik Sundberg
Do you have a precommit hook now that was not there when revs 81-82
were committed?
There are no hooks as far as I know. (I'm not an admin, and the admin is not
very forthcoming on.. well, anything, really).
- Original Message -
From: Henrik Sundberg
> Do you have a precommit hook now that was not there when revs 81-82
were committed?
There are no hooks as far as I know. (I'm not an admin, and the admin is not
very forthcoming on.. well, anything, really).
> Svn log will show the revisions
Do you have a precommit hook now that was not there when revs 81-82
were committed?
Svn log will show the revisions whereever in the repository they were
made. Are they missing for real?
/$
On Fri, Mar 30, 2012 at 15:25, Gary wrote:
> I see a lot of reports of this error, but little in the way of
I have no idea how the lockup occurred
I got no output when I ran propget
I got no output when I ran proplist
I attempted to delete the property anyway, it indicated success, but I still
get the same error.
Am I going to have to rebuild the mirror?
(Thanks for the response)
On Wed, Oct 26, 2011 at
On Wed, Oct 26, 2011 at 01:13:38PM -0400, Andrew Sasak wrote:
> I have a mirror that is synced using svnsync from the master server.
> The master server was updated to 1.7.1 yesterday, the mirror was updated to
> 1.7 last week.
> I had a few good syncs occur yesterday after the master was updated.
case is that you have to initiate another mirror and sync the new mirror
with the main svn repository.
Ankush
From: nodje
To: users@subversion.apache.org
Sent: Tue, April 19, 2011 7:20:01 AM
Subject: Re: svnsync error : Error while replaying commit
I
I'm suddenly getting the same error:
"Transmitting file data ...svnsync: Error while replaying commit".
I'm syncing between a Ubuntu with 1.6.5 and os x 1.6.16.
I never had this error, I don't have any right issue.
I was syncing as usual, while commiting other stuffs
on the main server and sud
niel Shahaf
> To: ankush chadha ; Thorsten Schöning
> ; users@subversion.apache.org
> Sent: Thu, April 14, 2011 10:21:12 AM
> Subject: Re: svnsync error : Error while replaying commit
>
> "It should work."
>
> Specifically, if you run svnsync using an authz-boun
ith sample scripts.
Thanks
Ankush
From: Daniel Shahaf
To: ankush chadha ; Thorsten Schöning
; users@subversion.apache.org
Sent: Thu, April 14, 2011 10:21:12 AM
Subject: Re: svnsync error : Error while replaying commit
"It should work."
Spec
ost half a day to narrow
> down this issue.
>
> Thanks
> Ankush
>
>
>
>
>
>
> From: Thorsten Schöning
> To: users@subversion.apache.org
> Sent: Wed, April 13, 2011 3:27:30 AM
> Subject: Re: svnsync error : Error while replaying commit
>
> Guten
down this issue.
Thanks
Ankush
From: Thorsten Schöning
To: users@subversion.apache.org
Sent: Wed, April 13, 2011 3:27:30 AM
Subject: Re: svnsync error : Error while replaying commit
Guten Tag ankush chadha,
am Dienstag, 12. April 2011 um 18:46 schrieben Sie:
Guten Tag ankush chadha,
am Dienstag, 12. April 2011 um 18:46 schrieben Sie:
> Is there any way to get around this problem. I updated all the permissions but
> the problem is that A was created like years back and I won't be able to
> mirror
> those revisions.
Access restrictions are not version
I think I know what the problem is
If we try to mirror a repository using a user account and if that user account
has restricted access, then we will be seeing such errors.
Like in my case svnsync operation for a revision was failing that involved a
copy operation if folder A to folder B. Now t
> -Original Message-
> From: Johan Corveleyn [mailto:jcor...@gmail.com]
> Sent: 11. november 2010 14:29
> To: Engebakken Geir
> Cc: users@subversion.apache.org
> Subject: Re: svnsync error
>
> On Thu, Nov 11, 2010 at 1:17 AM, Engebakken Geir
> wrote:
&
On Thu, Nov 11, 2010 at 1:17 AM, Engebakken Geir
wrote:
> I have this error that I have searched the net for,and found a lot of
> incidents similar, but I cannot find a way to resolve this. The error is
> well known, I think :
>
> svnsync: Cannot accept 'svn:ignore' property because it is not e
I found out svn:ignore is not a revision property, so that is why I could not
find it. It is a versioned property, so I tried this :
Y:\util>svn pg svn:ignore
https://svn.edb.com/repos/java/cards/cap/cap_client/tr...@54271
?\216stmarka
-
Golf.url
And then it is obvious that it contains non UTF
On Sun, Nov 7, 2010 at 4:38 PM, Engebakken Geir wrote:
> I get the following error trying to synchronize a repository, thought it was
> due to too few inodes in the file system, but a “df –i “ shows plenty of
> inodes available :
> + svnsync synchronize file:///backup/java
>
> svnsync: Can't crea
68 matches
Mail list logo