Unable to connect to SVN repository

2012-09-17 Thread Ahmed, Omair (GE Oil & Gas)
Hello, I am a brand new SVN user - day 3. Following the documentation, I installed and configured a repository and imported some test data into it. I can access the repository on the SVN host using the "file:/// " convention but access the repository using the TortoiseSVN client (1.7.9) f

RE: Unable to connect to SVN repository

2012-09-17 Thread Ahmed, Omair (GE Oil & Gas)
--- From: Thorsten Schöning [mailto:tschoen...@am-soft.de] Sent: Monday, September 17, 2012 9:29 AM To: users@subversion.apache.org Subject: Re: Unable to connect to SVN repository Guten Tag Ahmed, Omair (GE Oil & Gas), am Montag, 17. September 2012 um 16:00 schrieben Sie: > The error message i

Re: Unable to connect to SVN repository

2012-09-17 Thread Ahmed, Omair (GE Oil & Gas)
ing to SVN to import the "Sandbox" directory also which it didn't. Is that by design? How can I do an import and get the directory structure that I expect? Thanks again. -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: Monday, September 17, 2012 9:52 AM

Directory Layout Guidance

2012-09-21 Thread Ahmed, Omair (GE Oil & Gas)
Hello, We have an IT managed SVN environment. When the SVN admin created the repository, it was with the "default" directory structure: /trunk /branches /tags However, we expect to implement a different structure. Something along the lines of: https://svn1hostname/svn/SVN_Repo/PRO

Diff syntax

2012-10-02 Thread Ahmed, Omair (GE Oil & Gas)
Hello, I want to compare (diff) two files (what's in /trunk with what's in /tags - the hope being that they are the same (no differences). When I run the command shown below, I don't get a message like "Files are same, no differences". Is that normal or is there something wrong with the sy

RE: Diff syntax

2012-10-02 Thread Ahmed, Omair (GE Oil & Gas)
svn:// X.XX.XXX.XXX//SVN_Sandbox/trunk/testdir/subdir1/testfile1.txt From: Ahmed, Omair (GE Oil & Gas) Sent: Tuesday, October 02, 2012 4:30 PM To: users@subversion.apache.org Subject: Diff syntax Hello, I want to compare (diff) two files (what's in /trunk with what'

SVN Tag / Branch question

2012-10-29 Thread Ahmed, Omair (GE Oil & Gas)
Hello, We did our first release in SVN today. I used the copy command (shown below) to copy from /trunk to /tag. Since not everything in /trunk was needed for this release, I had to specify the directories which were needed. Q1. Is this the normal/correct way of doing things? For the new

svn diff outout

2012-10-30 Thread Ahmed, Omair (GE Oil & Gas)
Hello, Is there a way to get (via cmd line) a list of files that have changed between revisions, instead of the content of the files?

RE: svn diff outout

2012-10-30 Thread Ahmed, Omair (GE Oil & Gas)
> c:\temp\rel1.6.txt Do you know why that is happening? -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: Tuesday, October 30, 2012 10:52 AM To: Ahmed, Omair (GE Oil & Gas) Cc: users@subversion.apache.org Subject: Re: svn diff outout On Tue, Oct 30, 2012 at

RE: svn diff outout

2012-10-30 Thread Ahmed, Omair (GE Oil & Gas)
svn/muxbopcs_svn/trunk/GEMUX/LocalScreens/tp_ge_dp_objec ts.cim M https://x.x.com/svn/muxbopcs_svn/trunk/GEMUX/LocalScreens/HMI_Menu_Main. cim -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: Tuesday, October 30, 2012 11:40 AM To: Ahmed, Omair (GE Oil & Gas) Cc

RESOLVED: svn diff outout

2012-10-30 Thread Ahmed, Omair (GE Oil & Gas)
Yes, that was the problem; specifying a single URL gives me the correct/expected output. Thank you for your help! -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: Tuesday, October 30, 2012 11:45 AM To: Ahmed, Omair (GE Oil & Gas); users@subversion.apache.org Sub

RE: SVN Tag / Branch question

2012-10-30 Thread Ahmed, Omair (GE Oil & Gas)
30, 2012 11:36 AM To: Ahmed, Omair (GE Oil & Gas); users@subversion.apache.org Subject: RE: SVN Tag / Branch question > Hello, > > We did our first release in SVN today. I used the copy command (shown > below) to copy from /trunk to /tag.  Since not everything in /trunk > was ne

SVN Usage Questions

2012-11-08 Thread Ahmed, Omair (GE Oil & Gas)
Hi, I am looking for some guidance on where to store build artifacts in SVN. Our projects are organized in the typical fashion: /trunk/Customer1/ ../../src ../../database /branch /tags /release Our official build server is a QNX system, a Unix-like OS. Our proposed process ca

Revision Graph

2012-11-20 Thread Ahmed, Omair (GE Oil & Gas)
In looking at the revision graph of /trunk, I see revisions 1 - 10, then 23 - 41 (which is current) as of today. Whatever happened to revs 11 - 22...should I be worried?

RE: SVN Tag / Branch question

2012-11-29 Thread Ahmed, Omair (GE Oil & Gas)
"Do you have different files in the same path that apply to different releases? If so, I think you are doing something wrong. " -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Tuesday, October 30, 2012 1:41 PM To: Ahmed, Omair (GE Oi

Question re: svn "Needs-Lock"

2013-04-22 Thread Ahmed, Omair (GE Oil & Gas)
Hello, Is "Needs-Lock" the correct (or expected) mechanism by which to make a release tag immutable? Basically, I am looking for a way to "lock" a tag to prevent accidental updates. Thanks. Omair