On Tue, Mar 8, 2011 at 6:12 PM, Marco Maccaferri wrote:
> 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.
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 p
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. Oth
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
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 reintegrated
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
-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 witho
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 b
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 to
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
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
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 project
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 is
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 %VIS
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
r
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'; us
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: dinsda
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 M
-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
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 svnlook=%VISUALSVN_SERVER%b
20 matches
Mail list logo