Tagging related projects

2010-02-01 Thread CBy
Hi. I am a former VSS user trying to master subversion and have a question about tagging. Suppose I have 2 projects, Foo and Bar, which have nothing in common. Because they are unrelated, I decided to give them their own TTB directories under /foo and /bar, respectively. Both projects,

Re: Tagging related projects

2010-02-01 Thread Ulrich Eckhardt
On Monday 01 February 2010, CBy wrote: Suppose I have 2 projects, Foo and Bar, which have nothing in common. Because they are unrelated, I decided to give them their own TTB directories under /foo and /bar, respectively. Both projects, however, depend on a Utils project, which has features

Re: admin password while update

2010-02-01 Thread vishwajeet singh
On Mon, Feb 1, 2010 at 5:35 PM, Ramachandran, Vishwanath(IE10) vishwanath.ramachand...@honeywell.com wrote: Hi there I have a subversion command line client, while I perform a svn update, its asking for Administrator password, which I am not sure of!! Our subversion is integrated with

Re: Tagging related projects

2010-02-01 Thread CBy
On 1-2-2010 12:51, Ulrich Eckhardt wrote: On Monday 01 February 2010, CBy wrote: Suppose I have 2 projects, Foo and Bar, which have nothing in common. Because they are unrelated, I decided to give them their own TTB directories under /foo and /bar, respectively. Both projects, however,

windows vs unix question

2010-02-01 Thread rfd7002
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 Columbia Dept

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: windows vs unix question

2010-02-01 Thread dev
Hi Bob, Yes! It is very much possible. You can use svn clients like eclipse or TortoiseSVN on windows. Thanks, dev On Mon, Feb 1, 2010 at 11:37 AM, rfd7002 robert.du...@dbmi.columbia.eduwrote: Hi, Is it possible to install Subversion on a unix (Solaris) system, and have Windows users

Re: windows vs unix question

2010-02-01 Thread Robert Nurse
Is anyone familiar with the SVN client in Dreamweaver CS4? Development is performed on Windows boxes. But, the server is on a Sun box. On Mon, Feb 1, 2010 at 2:54 PM, dev aror...@gmail.com wrote: Hi Bob, Yes! It is very much possible. You can use svn clients like eclipse or TortoiseSVN on

Tortoise SVN merge bug?

2010-02-01 Thread Jeff Abbott
I'm running TortoiseSVN 1.6.6, Build 17493 - 32 Bit , 2009/10/19 20:22:18 When I select merge I get three options. The first option Merge a range of revisions produces varied results. If you want to merge an entire branch back to the trunk (from where it was branched), it actuall does a

RE: Tortoise SVN merge bug?

2010-02-01 Thread Jeff Abbott
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: 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: windows vs unix question

2010-02-01 Thread Blair Zajac
On 02/01/2010 12:19 PM, Andy Levy wrote: On Mon, Feb 1, 2010 at 15:14, Robert Nursernu...@gmail.com wrote: Is anyone familiar with the SVN client in Dreamweaver CS4? Development is performed on Windows boxes. But, the server is on a Sun box. All Subversion servers and clients with the same

RE: Tortoise SVN merge bug?

2010-02-01 Thread Jeff Abbott
Well I created my branch today, but the svn history goes back many years. I checked the revisions that were merged and they correspond to the PTRs that were previously merged manually, two of them in the last couple of weeks. But I think I understand the problem now. Empty ranges and manual

Re: windows vs unix question

2010-02-01 Thread Oftenwrong Soong
My understanding was that there's some weirdness related to filename case sensitivity between different platforms, with Windows/Mac being case preserving but case insensitive and UNIX being case sensitive, such that on UNIX a repo might contain the files Readme, readme, and README, but this