RE: svn usage tips

2010-03-02 Thread Bob Archer
Why not set up your projects so they only include the needed shared folders using externals? BOb From: Paul Decker [mailto:kg...@comcast.net] Sent: Tuesday, March 02, 2010 2:31 PM To: David Weintraub Cc: users@subversion.apache.org Subject: Re: svn usage tips I am talking about checking out a

RE: Infamous Item is not readable for svn log

2010-02-26 Thread Bob Archer
Did you attempt to pass your user credentials with the svn log command? Yes. There is a discussion regarding that here: http://subversion.open.collab.net/ds/viewMessage.do?dsForumId=3viewType=b rowseAlldsMessageId=173879 I think setting up a guest username with no password is the

RE: merge is silently changing svn:mergeinfo on unrelated files

2010-02-19 Thread Bob Archer
I have two branches, release and patches. Release was made in rev 2120 by copying HEAD of trunk. Patches was made in rev 2138 by copying HEAD of release -- release had no changes between 2120 and 2138. Now I'm merging changes from trunk into patches, with the intent of vetting these and

RE: Changing the native newline mode

2010-02-15 Thread Bob Archer
On Fri, Feb 12, 2010 at 6:23 PM, Bob Archer bob.arc...@amsi.com wrote: Use the native windows CLI. No clumsy Cygwin needed. But, to each his own. What, CMD? That's an order of magnitude worse than Cygwin. Because it doesn't have the Unix cl tools? If you install msysgit it adds pretty

RE: merging strategy

2010-02-15 Thread Bob Archer
Hi all, we are currently rethinking our svn branching strategy and one question came up. To explain what we are planning to do: We are going to use a release-branching, with adding new features to /trunk . At some point in time, we will create a ReleaseCandidate-branch from the trunk

RE: Svnserve completely ignores settings in svnserve.conf

2010-02-15 Thread Bob Archer
Hello, I'm a little bit lost. I set up a SVN-Server on Windows Web Server 2008 with CollabNet Svnserve 1.6.9. Subversion Server is: Apache/2.2.14 (Win32) DAV/2 SVN/1.6.9 I can access the repository via http://ip.ip.ip.ip:8080/svn/test But without authentication. The local path for my

RE: Changing the native newline mode

2010-02-12 Thread Bob Archer
Is there any way to change the native newline mode for a particular working copy? I'm checking out code in Linux, over a CIFS mount to a Windows machine where it's being used. This is much easier for me than any of the solutions involving Windows clients, but ends up with Unix line

RE: Changing the native newline mode

2010-02-12 Thread Bob Archer
On Feb 12, 2010, at 16:05, Bob Archer wrote: Is there any way to change the native newline mode for a particular working copy? I'm checking out code in Linux, over a CIFS mount to a Windows machine where it's being used. This is much easier for me than any of the solutions

RE: High level delta API?

2010-02-04 Thread Bob Archer
I need a very high level interface for working with text deltas. Source, target and deltas will be fairly small (1-100k) in-memory binary strings. Would be used for producing deltas of changes to individual database records. All I need is two functions: source + target - delta

RE: svn:ignore an existing file

2010-02-03 Thread Bob Archer
On Wed, Feb 3, 2010 at 5:28 PM, GF gan...@gmail.com wrote: Hello everyone. I've two question about svn:ignore 1) I've a file that MUST exist in the repository in its default version, but i don't want that people to commit any local change to it. Is there a way to have this behaviour with

RE: Tortoise SVN merge bug?

2010-02-02 Thread Bob Archer
Empty ranges are what is the norm. What version of svn client / server are you using? BOb -Original Message- From: Jeff Abbott [mailto:jeff.abb...@caemilusa.com] Sent: Monday, February 01, 2010 8:18 PM To: Bob Archer; users@subversion.apache.org Subject: RE: Tortoise SVN merge bug

RE: windows vs unix question

2010-02-01 Thread Bob Archer
Hi, Is it possible to install Subversion on a unix (Solaris) system, and have Windows users connect to it and check-out code, update, commit, etc? We have our developers on Windows only, public stuff on unix. Couldn't find this in the Subversion book. Thanks so much. Robert Duffy The

RE: Tortoise SVN merge bug?

2010-02-01 Thread Bob Archer
I'm afraid it does but I'm not counting out user error quite yet. Yes I am merging to my working copy of the trunk. I created a branch from my trunk, and checked it out. The first revision of the branch is 3221. Then I added a text file named my test.txt and put the word test in the file.

RE: stalling commits until approval

2010-01-26 Thread Bob Archer
Does anyone know of a, relatively, simple way to block commits, without approval? For the sake of context, here's the actual need: The company I work for has decided (correctly) that we need to keep out system configuration scripts (puppet) in Subversion. Migrating all of this is a rather

RE: Problem with merge tracking information in conjunction with file externals

2010-01-14 Thread Bob Archer
I discovered an imperfection of subversion 1.6.6 (at least in my eyes) last days when I was merging some files from our trunk into the stable branch. All the merge tracking information of all files in one directory have been changed. The detailed situation was the following. /   

RE: Verifying a file version

2010-01-14 Thread Bob Archer
Thanks Andy. We really want to work with a file version, or revision, as opposed to a tree revision. Suppose there are three revisions of File-1 in the repository and one revision of File-2. File-1 revision 63 File-1 revision 64 File-2 revision 65 File-1 revision 66 Suppose we want

RE: ModificationDate after commit

2010-01-13 Thread Bob Archer
we have at the moment a little problem with svn and the modification date of files we want to commit. we use a software with a lot of EXE-Files where the developer company uses the modification date as version information. So this informations are important for us. the software we get

RE: reuse of tag to keep stable URLs?

2010-01-12 Thread Bob Archer
I am trying to get beyond my rather simple use of svn and would like some advice. My goal is to have two releases of a package available, one bleeding edge and the other stable. I want to keep the URLs to both releases stable. This seems like a reasonably common thing that one would want,

RE: adding a file to a working copy

2010-01-11 Thread Bob Archer
I do a checkout of an empty project $ svn checkout URL mydir Q1. So does this make mydir a working copy...? I try to add a file located elsewhere in the filesystem to mydir $ cd mydir $ svn add /home/sample.txt I get a message saying its added. However the following ends up blank

RE: merge does not allow --accept argument

2009-12-18 Thread Bob Archer
-Original Message- I am using Subversion 1.6.5 r38866 on Ubuntu 9.10 (my $SHELL is /bin/bash). Trying to use merge and have it automatically accept my changes during conflicts by issuing: svn merge --accept mine-full -c 12345 https://repository/branches/blah/blah/blah

RE: Network Repository - user with 'read only' access - \format file security

2009-12-17 Thread Bob Archer
We have a partner who needs visibility into our SVN repository. It is a local repository with no http server (Apache) access. If this partner is granted Read Only permissions to the directory on the Windows Server where the repository is stored - would that be enough to interact with SVN?

RE: Re : need have a begin transaction on different branch

2009-12-15 Thread Bob Archer
I have the same problem too. I'm working  in a company using subversion for its projects I need to be able to lock folders on the repository before committing them to avoid simultanous commits. -- Thy subversion commits are ACID transactions so simultaneous commits will not cause any

<    1   2   3   4   5