no subversion.conf file after yum install on latest Fedora 20

2014-09-03 Thread James
it configuration file name and location? Thanks, James

cannot connect to svnserve locally and remotely

2014-09-04 Thread James
ow to diagnosis the issue? how to fix it? Thanks, James

Re: cannot connect to svnserve locally and remotely

2014-09-05 Thread James
et)? But I guess it shouldn't matter, right? Another question is how can I set the selinux allows the svnserve connections? I don't want to turn it off just because the subversion. Thanks, James On Friday, September 5, 2014 5:31 AM, Philip Martin wrote: James writes: >

please help me with path-based access control setup

2014-09-10 Thread James
ere: proj1 and proj2. When I try to do checkout with --username --password option, I was asked for password. After pass the name/password, I received the "svn: E170001: Authorization failed." error. My setting in the authz file is not correct? or I need to change more configurations? thanks, James

Re: please help me with path-based access control setup

2014-09-10 Thread James
ill be checked out to my machine. is that behavor correct? On Wednesday, September 10, 2014 2:05 PM, James wrote: My svnserve is running on Fedora and I can access (checkout, update, ..) with svn://repository/.. without any issue from local machine and another machine. I also setup user/pa

SVN doesn't like .so files?

2014-10-10 Thread James
I used to add project is "svn import -m "my message" . svn://homeNetworkIP/repositoryName". Please help, Thanks, James

Re: SVN doesn't like .so files?

2014-10-10 Thread James
hen do "svn add ."? Does the "svn add ." can find new files and ignore existing files to add onto repository, after commit? Thanks, James On Friday, October 10, 2014 2:35 PM, David Chapman wrote: On 10/10/2014 11:19 AM, James wrote: I am trying to add an existing pro

svn: E220001: Unreadable path encountered; access denied

2014-10-15 Thread James
SVN version 1.8.10 (r1615264), in Fedora 20. I got above error when I try to merge a trunk to branch before I apply my changes to the trunk from the branch. I was able to check out the branch, modify the code and commit back to server and update the branch to the latest reversion. The same is

checkout in several folders

2014-10-20 Thread James
is which way I should go? If I checkout folder by folder now, and then checkout again at the top level one day later, are there duplicated .svn folders then? Thanks. James

stuck at out of date error when rename/delete files

2014-11-22 Thread James
The result tell me the files are "out of date" and "path not found". I tried "svn update" , "svn resolved fileName" and "svn commit -m "comments"  fileNames". The results are the same. I was able to rename files before. But I don't know why it doesn't work for me this time. Is there a way to commit this deletion? Thanks, James

Re: stuck at out of date error when rename/delete files

2014-11-22 Thread James
The KDE SVN tells me these two files are NOT under version control but they are listed as "deleted". Usually the deleted files will not be listed on its window. From: James To: "users@subversion.apache.org" Sent: Saturday, November 22, 2014 9:18 AM Subject: stuck

checksum mismatch issue on 1.8.10

2014-11-22 Thread James
I have a file cannot be committed with the error: "Base checksum mismatch on". How can I fix it? Thanks,James

how to backup repository with all history?

2015-02-09 Thread James
I read there are at least three ways to do backup: 1. hotcopy;2. dump;3. incremental backup; I am just wondering are them all have the history included? If I restore any of them, I will get everything, including the history or previous revisions,  back? Thanks,James

Re: how to backup repository with all history?

2015-02-09 Thread James
conf folder, I cannot do hotcopy automatically. I am thinking just tar all of them daily.  My purpose of backup is just in case my machine die. So how big the difference will be for my tar approach and the hotcopy? From: Nico Kadel-Garcia To: James Cc: "users@subversion.apache.org&quo

why cannot commit via http:// but can svn://

2015-02-10 Thread James
20 on both machines. And I have disabled the SeLinux. The $getenforce told me "Disabled" My svn version is 1.8.11. The instruction I followed to enable the http:// access is from here: SVN (Subversion) Access Control with Apache and mod_authz_svn | If Not True Then False Any ideas? Thanks, James

http:// works on intranet but not internet

2015-02-11 Thread James
my FVS318 NETGRAR router forwarding the http traffic to my web server machine which is the same machine as the SVN server. Any idea? Thanks,James

Re: http:// works on intranet but not internet

2015-02-12 Thread James
If I changed the http:// access port, do I need to checkout my working copy or I can just switch to the "new" address, or there is no affect my existing working copy? From: Joseph Bruni To: James Cc: "users@subversion.apache.org" Sent: Wednesday, February 11, 20

svn: E155011 "out of date" error and svn: E160020 "already exists" error

2015-02-19 Thread James
"messages" .Is there a way to fix it or I have to checkout a fresh copy and copy over the existing one? I am using svn 1.8.10 under Fedora 20. thanks,James $ svn commit -m "rename scmgmt package to exmgmt" Adding com/uiapp/exmgmt/ExMgmtMgr.java svn: E155011: Co

try to revert from a bad merge but get error result

2016-03-15 Thread James
give me an error result:svn: E155035: Can't merge into conflicted node '/locationToAFile/fileName.java' search online but cannot find direct answer for this. can you tell me how to resolve above error and let me continue the revert? Thanks,James

svn: E155035: The node ... has a status that has no properties.

2016-03-15 Thread James
vn, version 1.8.11 (r1643975)    compiled Dec 16 2014, 13:31:09 on x86_64-redhat-linux-gnu Thanks,James

SVN merge between branches is actually overwrite?

2016-11-26 Thread James
the To URL, mention URL of branch B. This should merge branch B to branch A without loosing any files. Thanks,James

Re: SVN merge between branches is actually overwrite?

2016-11-26 Thread James
Thank you, Brane. You are right. From: Branko Čibej To: users@subversion.apache.org Sent: Saturday, November 26, 2016 9:31 AM Subject: Re: SVN merge between branches is actually overwrite? On 26.11.2016 14:49, James wrote: > I just found if I merge branch B to branch A, the

how to these changes from server in my case?

2016-12-06 Thread James
m #4 but Tortoise failed to grape the changes from server; - tried command line update command, the same , nothing being updated from server; but we do have changes on the server; how can I get these changes from server and merge them into my existing changed files? Thanks,James

Cannot use javahl nor command line svn client

2010-07-13 Thread James Mindrup
We've been successfully using ant scripts in conjunction with subversion to check out/compile code from the subversion repository in a windows xp environment. we recently got new machines with windows 7 operating system and now when i try to run the ant build script I get the following error:

Checked Out CGI not served by Apache

2010-10-05 Thread James Simpson
svn. Regards, James

How to file a feature request

2010-10-06 Thread James Fainer
I would like to file a feature request but don't want to clutter the issue tracker inadvertently. What is the proper process? Jim Fainer

Feature request

2010-10-06 Thread James Fainer
I am looking to reduce the potential complexity of path access rules by applying wild card rules in the repository section of the path access rules configuration. i.e. <> [dev:/branch] @group1=rw [dev2:/branch] @group2=rw <> Define repository with a prefix eng_Project1 eng_

mergeinfo on all root files and folders

2010-10-26 Thread James French
fo as the root of the repository and in the past I have had to patch in the mergeinfo to get reintegrate to work. Can anyone enlighten me on this? Cheers, James

mergeinfo on all root files and folders

2010-10-26 Thread James French
fo as the root of the repository and in the past I have had to patch in the mergeinfo to get reintegrate to work. Can anyone enlighten me on this? Cheers, James

examining repository for files that only I have changed

2011-01-21 Thread Woodworth, James
Hello, Over the past three weeks I have changed and committed some files. I need to somehow recurse through the directories and show me only the files I have changed. How do I do this? I suppose I could write a script to do this, but I suspect Subversion is sophisticated enough, and I am

can "svnadmin dump" tolerate read-only repository access?

2011-02-28 Thread James Ralston
Recently, Red Hat Enterprise Linux 5 updated its Subversion package from 1.5.x to 1.6.11. This exposed a *forwards* compatibility problem: the Subversion 1.6 hotcopy command fails on Subversion 1.5 repositories: $ svnadmin hotcopy test-repo test-repo.HOTCOPY; echo $? svnadmin: Can't open file 'te

Re: can "svnadmin dump" tolerate read-only repository access?

2011-02-28 Thread James Ralston
On 2011-02-28 at 10:49-08 David Chapman wrote: > A "hot copy" by definition is one that will safely allow read-only > access while the backup is in progress. But I asked about "svnadmin dump", not "svnadmin hotcopy". Are you asserting that read-only repository access (in our case, via WebDAV via

Directory Tree conflicts

2011-05-16 Thread James Whitt
I'm currently dealing with a Tree conflict on a directory and I'm unable to find good information on resolving this using google (I keep finding information on files), and am wondering what hte best approach is to resolve this issue. The background is that we have two developers working on fea

New Server can't get my SVN back alive

2023-01-19 Thread James Hart
I have done something wrong in my import and it is killing me not having the SVN feature after using it for years. Is there anyone I could get help from remotely to resolve? 757-438-6061 Jim Hart President Definitive Concepts, Inc.

New Server can't get my SVN back online

2023-01-27 Thread James Hart
Current Server is Windows Server 2019 Essentials Old Server that ran SVN for years was Windows Server 2012... still have old machine it was running on vmware It has been so long since I tried to get it going I can't exactly remember what I did. I used just plain subversion https://"Server add

What is WARNING 0x000 all about?

2023-04-04 Thread James Bunger
welcomed. Thank you very much for any help you can provide. James

RE: Help! Subversion Exception!

2011-10-20 Thread James French
Upgrading to svn 1.7 whose principal feature is a major change to the working copy, with local mods, is just plain dumb. From: Igor d [mailto:igoro...@gmail.com] Sent: 18 October 2011 15:20 To: Igor d; users@subversion.apache.org Subject: Re: Help! Subversion Exception! But if i have a lot of di

Error attempting to commit changes.

2011-10-20 Thread James Moore
s attempting to build the file list to show which files have been modified. What I've done: I've rebooted my machine - result: no change. Let me know what I can do to help find a solution to this. Thanks! -James

Behaviour of reintegrate in 1.7.1

2011-10-26 Thread James French
y that this is using server version 1.6.17 and the merging was performed on Windows 7. Cheers, James

RE: Behaviour of reintegrate in 1.7.1

2011-10-26 Thread James French
-Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: 26 October 2011 11:29 To: James French Cc: users@subversion.apache.org Subject: Re: Behaviour of reintegrate in 1.7.1 On Wed, Oct 26, 2011 at 10:02:17AM +0100, James French wrote: > I was prompted to give 1.7.

Error during large checkouts with serf

2011-11-03 Thread James Chan
It happens when about 20GB's of data has been downloaded. Anyone else see this? -- James

RE: Good strategies for incorporating an external code drop

2011-11-09 Thread James French
-Original Message- From: KARR, DAVID [mailto:dk0...@att.com] Sent: 08 November 2011 20:31 To: users@subversion.apache.org Subject: Good strategies for incorporating an external code drop Subversion works fine when developers have access to the SVN repo. I'm working on a project where

Sparse branches

2011-11-22 Thread James French
ntained if the project was not deleted from the trunk? (I worry about mergeinfo...) Cheers, James

New to SVN

2011-12-07 Thread James Lopes
I created a project in our repository and used import to load the source code. Now my working folder has every icon that svn has any ideas? Please consider the environment before printing this email. ---

RE: New to SVN

2011-12-07 Thread James Lopes
From: David Chapman [mailto:dcchap...@acm.org] Sent: Wednesday, December 07, 2011 12:15 PM To: James Lopes; users@subversion.apache.org Subject: Re: New to SVN (The convention on this list is not to top-post. Also, please "reply all" so that the entire conversation can be searc

RE: New to SVN

2011-12-07 Thread James Lopes
From: David Chapman [mailto:dcchap...@acm.org] Sent: Wednesday, December 07, 2011 11:48 AM To: James Lopes Cc: users@subversion.apache.org Subject: Re: New to SVN On 12/7/2011 8:16 AM, James Lopes wrote: I created a project in our repository and used import to load the source code. Now my

RE: New to SVN

2011-12-07 Thread James Lopes
From: James Lopes [mailto:jlo...@bostonfinancial.com] Sent: Wednesday, December 07, 2011 12:51 PM To: David Chapman Cc: users@subversion.apache.org Subject: RE: New to SVN From: David Chapman [mailto:dcchap...@acm.org] Sent: Wednesday, December 07, 2011 11:48 AM To: James Lopes Cc: users

unsubscribe

2011-12-27 Thread James Lopes
Please consider the environment before printing this email. IMPORTANT NOTICE. The information contained in this electronic message and any attac

control-M characters that are NOT end of line characters

2012-01-04 Thread James Hartleroad
For autopopulate I’ve setup for shell scripts to be text/plain, native eol and executable *.ksh= svn:mime-type=text/plain;svn:eol-style=native;svn:executable But I have a shell script removeCTLM.ksh that has an embedded cntl-m as part of a regular expression, for example sed 's/^M//g' $fi

Upgrade Subversion 1.4.3

2012-02-01 Thread James Boden
I would like to upgrade my subversion from 1.4.3 to the newest one. What is entailed to do this? Thanks James Boden IT Specialist Western Regional Center for Correctional Ed 18415 Roxbury Road Hagerstown, Md. 21740 301-766-9443 jbo...@dllr.state.md.us<mailto:jbo...@dllr.state.md.us>

RE: Upgrade Subversion 1.4.3

2012-02-01 Thread James Boden
automatically upgraded, if I am understanding correctly. James Boden IT Specialist Western Regional Center for Correctional Ed 18415 Roxbury Road Hagerstown, Md. 21740 301-766-9443 jbo...@dllr.state.md.us From: Stefan Sperling [s...@elego.de] Sent: Wednesday

RE: Upgrade Subversion 1.4.3

2012-02-01 Thread James Boden
So if I get this right, I do not have to upgrade each step, I can jump to the 1.7.2 version. Is there an installer for this? James Boden IT Specialist Western Regional Center for Correctional Ed 18415 Roxbury Road Hagerstown, Md. 21740 301-766-9443 jbo...@dllr.state.md.us

RE: Upgrade Subversion 1.4.3

2012-02-01 Thread James Boden
Andy, what do you mean svadmin dump/load route? Is this for the repositories? Sorry for being dense here, I just mainly use the software and not do a lot of maintenance to it. James Boden IT Specialist Western Regional Center for Correctional Ed 18415 Roxbury Road Hagerstown, Md. 21740 301

RE: Upgrade Subversion 1.4.3

2012-02-01 Thread James Boden
if and when to upgrade the repository). that the repositories could use the svnadmin upgrade. Would I still have to do a dump/reload if I did the upgrade? James Boden IT Specialist Western Regional Center for Correctional Ed 18415 Roxbury Road Hagerstown, Md. 21740 301-766-9

default ignores

2012-04-17 Thread James French
gree? It would be lovely to be able to set up ignores centrally too without relying on individual devs to get it right. Cheers, James

RE: default ignores

2012-04-17 Thread James French
-Original Message- From: Les Mikesell [mailto:lesmikes...@gmail.com] Sent: 17 April 2012 16:57 To: James French Cc: Subversion Users Subject: Re: default ignores On Tue, Apr 17, 2012 at 10:18 AM, James French wrote: > Hi group, > > > > Just wanted to have a bit of

RE: default ignores

2012-04-18 Thread James French
From: Les Mikesell [lesmikes...@gmail.com] Sent: 17 April 2012 19:34 To: James French Cc: Subversion Users Subject: Re: default ignores On Tue, Apr 17, 2012 at 1:08 PM, James French wrote: > > I would say that it is up to the user to check their

Merge information in ls OR "svn ls -v -g"

2012-04-30 Thread James Hanley
All, I'm raising the issue that there should be an option to include merge information of an "ls -v" in much the same way that "svn blame" supports it. Although, I can easily use "svn blame -g" to find out who /originally/ added a file, it's not intuitive, the more natural method (IMHO) is to use

RE: default ignores

2012-05-01 Thread James French
Sorry for late reply - thanks for that information Johan. Glad that there's work going on in this area :) -Original Message- From: Johan Corveleyn [mailto:jcor...@gmail.com] Sent: 18 April 2012 16:32 To: James French Cc: Les Mikesell; Subversion Users Subject: Re: default ignore

SVN 1.7.4 checkout not changing files

2012-05-04 Thread James Withers
to ask -- Regards, James Withers Developer Email: ja...@vortexcommerce.com Tel: +44 (0) 1423 226 554 Mobile: 07903 983 393 Skype

Re: Merge information in ls OR "svn ls -v -g"

2012-05-09 Thread James Hanley
There's no interest/descending/rebuttal opinion to this? Should I create a enhancement ticket? I thought that this was the medium to first propose changes/enhancements for discussion. On Mon, Apr 30, 2012 at 4:16 PM, James Hanley wrote: > All, > > I'm raising the issue that

Checking for merge updates with "svn status -u -g"

2012-05-09 Thread James Hanley
When creating a branch, it would be very useful if merge data could optionally be included in svn status -u with the -g option. Essentially, it would tell you if there are changes upstream from the origination of the branch... I'm not entirely certain what the output should look like, but it might

RE: svn rm much slower on 1.7.5 than on 1.6 (with SQL timings)

2012-06-25 Thread James French
-Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: 25 June 2012 15:41 To: Attila Nagy Cc: Philip Martin; users@subversion.apache.org Subject: Re: svn rm much slower on 1.7.5 than on 1.6 (with SQL timings) On Mon, Jun 25, 2012 at 04:33:50PM +0200, Attila Nagy wrote: >

moving files in repobrowser generates mergeinfo

2012-06-25 Thread James French
). Cheers, James

RE: moving files in repobrowser generates mergeinfo

2012-06-26 Thread James French
From: Stefan Sperling [s...@elego.de] Sent: 25 June 2012 18:59 To: James French; users@subversion.apache.org Subject: Re: moving files in repobrowser generates mergeinfo On Mon, Jun 25, 2012 at 07:55:05PM +0200, Stefan Sperling wrote: > On Mon, Jun

RE: moving files in repobrowser generates mergeinfo

2012-06-26 Thread James French
From: Stefan Sperling [s...@elego.de] Sent: 26 June 2012 10:06 To: James French Cc: users@subversion.apache.org Subject: Re: moving files in repobrowser generates mergeinfo On Tue, Jun 26, 2012 at 09:47:06AM +0100, James French wrote: > Thanks Stefan

How to prefer ipv4 over ipv6?

2012-07-18 Thread James Cloos
ven't found anything for the clients, yet. Thanks, -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6

Re: How to prefer ipv4 over ipv6?

2012-07-21 Thread James Cloos
s for the confirming that. That will save me some time. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6

svn diff --summarize url encoding

2012-08-14 Thread James French
Hi, I just noticed that svn 1.6 did not url encode the output of svn diff -summarize (ie spaces in files not replaced with %20), whereas svn 1.7 does. There is nothing in changes.txt about it. Is the 1.7 behaviour correct? Cheers, James

[no subject]

2012-08-28 Thread James French
or getting wc.db into a bad state and not knowing how to recover. I've attached a screenshot from tortoisesvn. Cheers, James<>

RE: 'invalid status for updateting properties' error during reintegrate merge (was: no subject)

2012-08-28 Thread James French
From: Stefan Sperling [s...@elego.de] Sent: 28 August 2012 15:03 To: James French Cc: users@subversion.apache.org Subject: Re: 'invalid status for updateting properties' error during reintegrate merge (was: no subject) On Tue, Aug 28, 2012 at

svn:eol-style native and reintegrate merge

2012-10-04 Thread James French
change the line endings but I'm too scared to check in to find out. Tomorrow I'm going to try with 1.6 and see what that does. What the hell is going on? Cheers, James

svn:eol-style native and reintegrate merge

2012-10-04 Thread James French
change the line endings but I'm too scared to check in to find out. Tomorrow I'm going to try with 1.6 and see what that does. What the hell is going on? Cheers, James

svn:eol-style native and reintegrate merge

2012-10-04 Thread James French
change the line endings but I'm too scared to check in to find out. Tomorrow I'm going to try with 1.6 and see what that does. What the hell is going on? Cheers, James

RE: svn:eol-style native and reintegrate merge

2012-10-05 Thread James French
From: James French [james.fre...@naturalmotion.com] Sent: 04 October 2012 22:39 To: users@subversion.apache.org Subject: svn:eol-style native and reintegrate merge Hi, Using svn 1.7.6 and working on a dev branch I wrote a script to set svn:eol-style

RE: svn:eol-style native and reintegrate merge

2012-10-05 Thread James French
.7.6 fix and it sounds scarily pertinent From: James French [james.fre...@naturalmotion.com] Sent: 05 October 2012 09:58 To: users@subversion.apache.org Subject: RE: svn:eol-style native and reintegrate merge

RE: svn:eol-style native and reintegrate merge

2012-10-05 Thread James French
ld affect this? ____ From: James French [james.fre...@naturalmotion.com] Sent: 05 October 2012 12:59 To: users@subversion.apache.org Subject: RE: svn:eol-style native and reintegrate merge http://svn.apache.org/viewvc?view=revision&revision=1355703 Fix a bug in propset which could prev

empty parent infinite child

2012-11-09 Thread James French
Hi, If I update a folder with -set-depth=empty and then update a child folder with -set-depth=infinity the parent is still reported as having empty depth by svn info. This is with svn 1.7.6. Is this by design? Seems weird to me... James

Merge, reintegrate, and merge with tree conflicts

2013-02-22 Thread James Hanley
We are seeing merge tree conflicts where I believe svn is not working as expected. I'm not entirely sure if this is due to a lack of understanding for proper use on our part, but it was my understanding that reintegrate was to be used when pulling changes from a branch and pushing them into the co

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-23 Thread James Hanley
at 7:22 PM, Matthew Pounsett wrote: > > On 2013/02/22, at 14:15, James Hanley wrote: > >> We are seeing merge tree conflicts where I believe svn is not working >> as expected. I'm not entirely sure if this is due to a lack of >> understanding for proper use on

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread James Hanley
Yes I have used git, etc - in the past, but we are forced to use svn for the time being. What I would like to quantify is if this shortcoming of subversion is by design or if its a bug. From your description, it seems like the former, and if so, what is the architectural reasoning? I understand

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread James Hanley
I guess I should have read the next response in the thread before replying... On Feb 24, 2013, at 7:52 AM, Stefan Sperling wrote: > On Sun, Feb 24, 2013 at 12:14:04PM +, Andreas Tscharner wrote: >>> So what is the proper way to continuously perform the workflow we're >>> trying to do - that

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread James Hanley
59 AM, Stefan Sperling wrote: > On Sun, Feb 24, 2013 at 07:55:41AM -0500, James Hanley wrote: >> Is this a use case that was taken into consideration, and will it be >> "fixed" or the functionality/logic added to allow this use case? > > See my other reply for

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread James Hanley
) On Feb 24, 2013, at 7:59 AM, Stefan Sperling wrote: > On Sun, Feb 24, 2013 at 07:55:41AM -0500, James Hanley wrote: >> Is this a use case that was taken into consideration, and will it be >> "fixed" or the functionality/logic added to allow this use case? > > See

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-25 Thread James Hanley
can you test if the reintegrate option is removed completely from the script, how does it perform against 1.8 - as I don't have a sandbox to test? On Sun, Feb 24, 2013 at 9:19 AM, Stefan Sperling wrote: > On Sun, Feb 24, 2013 at 07:57:14AM -0500, James Hanley wrote: >> I guess I sho

Dealing with binaries and migrating a 36G repository

2013-04-12 Thread James Marcus
best if I could export everything except the binaries.. Is there a way to do this with svndump? Current server is running: [dagger]$ svn --version svn, version 1.5.1 (r32289) Target servers is running 1.7 Both servers are Linux. Thanks, James

Re: Dealing with binaries and migrating a 36G repository

2013-04-12 Thread James Marcus
n 'svn:log' property [500, #125005] I think I'm getting around this with an svnadmin load Thanks, James On Fri, Apr 12, 2013 at 10:09 AM, Andy Levy wrote: > > > > On Fri, Apr 12, 2013 at 9:56 AM, James Marcus wrote: > >> Hi, >> I have been trying

Re: Dealing with binaries and migrating a 36G repository

2013-04-12 Thread James Marcus
I did fix it, but there are many, how do you deal with hundreds maybe thousands? thanks, James On Fri, Apr 12, 2013 at 9:27 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Apr 12, 2013, at 11:35, James Marcus wrote: > > > I actually started a migration w

Subversion and LDAP slightly off topic

2013-04-16 Thread James Marcus
for SVN? What is your experience with this? Thanks, James

Tree conflict on Fresh checkout

2013-06-04 Thread James Hanley
We are seeing a strange anomaly after our last check-in - on fresh checkout there is a tree conflict into a new path - I've included the output below. user_dude@computer_node~/projects/my_project $ svn co https://svn.my_company.com/svn/my_project_fw/branches/int/ my_project_03b my_project_03b_pris

Re: Tree conflict on Fresh checkout

2013-06-04 Thread James Hanley
_user59528 May 30 19:28 MkSharedData.exe ... 2209 cm_user 85 May 07 12:52 run.cmd user_dude@computer_node ~/projects/my_project/my_project_03b_pristine $ On Tue, Jun 4, 2013 at 2:22 PM, Andrew Reedick wrote: > > > > From: James Hanley [mailto:jhan...@dgtlrift.com]

Re: Tree conflict on Fresh checkout

2013-06-05 Thread James Hanley
kImage.exe user_dude@computer_node ~/projects/my_project/my_project_03b_pristine $ On Tue, Jun 4, 2013 at 3:28 PM, Andrew Reedick wrote: > > > From: James Hanley [mailto:jhan...@dgtlrift.com] > > Sent: Tuesday, June 04, 2013 3:12 PM > > To: Andrew Reedick > > Cc: users@

Re: Tree conflict on Fresh checkout

2013-06-06 Thread James Hanley
So, is there additional information I can provide - would doing a diff on the properties of MkImage show anything useful.. I couldn't see any myself but perhaps there's some flags to get additional detail? On Wed, Jun 5, 2013 at 5:00 PM, Andrew Reedick wrote: > > > &

Re: Tree conflict on Fresh checkout

2013-06-11 Thread James Hanley
Is there any additional detail I can provide for this? On Thu, Jun 6, 2013 at 11:05 AM, James Hanley wrote: > So, is there additional information I can provide - would doing a diff on > the properties of MkImage show anything useful.. I couldn't see any myself > but perhaps ther

Feature Request: revprop for "svn:client" Was: Tree conflict on Fresh checkout

2013-06-21 Thread James Hanley
fw/branches/int/my_project_03b svn, version 1.8.0 (r1490375) compiled Jun 19 2013, 10:42:54 on i686-pc-cygwin On Tue, Jun 11, 2013 at 4:12 PM, James Hanley wrote: > Is there any additional detail I can provide for this? > > > On Thu, Jun 6, 2013 at 11:05 AM, James Hanley wrote: > >> S

using "svn merge", "svn diff", and "svn patch"

2013-08-20 Thread James Hanley
Not sure if this is a valid operation, but should I be able to use svn merge, then svn diff to create a patch, then svn patch on another branch (or pristine checkout of the originating branch where the diff was created) to create a replica of the merge operation? The reason I ask is that it appear

Re: using "svn merge", "svn diff", and "svn patch"

2013-08-20 Thread James Hanley
This was with 1.8.1 client - BTW. On Tue, Aug 20, 2013 at 1:16 PM, James Hanley wrote: > Not sure if this is a valid operation, but should I be able to use svn > merge, then svn diff to create a patch, then svn patch on another branch > (or pristine checkout of the originating branch

Re: using "svn merge", "svn diff", and "svn patch"

2013-08-22 Thread James Hanley
So other then tar-ing up the WC, there is no way to reproduce local changes like this on another system? I know the example given is fairly simple, but it could be very useful. -Jim On Tue, Aug 20, 2013 at 3:28 PM, Stefan Sperling wrote: > On Tue, Aug 20, 2013 at 01:16:40PM -0400, Ja

Feature Req: ability to specify a changelist for svn merge

2013-08-22 Thread James Hanley
ie: svn merge -cl merge_from_trunk https://svn.somerepo.com/project/trunk #Any items merged in are added to change list "merge_from_trunk" to # easily differentiate from local changes that the user does not want to check in svn status M local_file_changes.txt --- Changelist 'merge_from_tru

svn: E120104: ra_serf: An error occurred during decompression

2013-09-09 Thread James French
1.3 and later on Windows Justification: Serf 1.3 brings a lot of fixes that we need for 1.8.x stability. Notes: The dependency handling on Windows was updated for 1.9+, so this needs a specific backport patch (r1517123) Votes: +1: rhuijben, brane Cheers, James

  1   2   >