Re: Query on Subversion

2012-07-23 Thread vishwajeet singh
On Mon, Jul 23, 2012 at 4:10 PM, Santanu3 G santanu...@tcs.com wrote: Hi, I need to install subversion as a Network Repository on a Windows 2008 server. I have the following queries i) Does Subversion have separate versions for separate operating systems (unix, windows, linux) ?

Re: Query on Subversion

2012-07-23 Thread Ulrich Eckhardt
Am 23.07.2012 12:57, schrieb vishwajeet singh: On Mon, Jul 23, 2012 at 4:10 PM, Santanu3 G santanu...@tcs.com wrote: iii) Do I need to install any other software like Apache ? OR will it function OK with IIS ? You would need to go for Apache, someone tried to make Subversion work over IIS

Re: Query on Subversion

2012-07-23 Thread Santanu3 G
Thanks a lot With Regards, Santanu Ghosh Tata Consultancy Services Ph:- +91-33-6636-8550 Mailto: santanu...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions Outsourcing

Re: Query on Subversion

2012-07-23 Thread Santanu3 G
Thanks. With Regards, Santanu Ghosh Tata Consultancy Services Ph:- +91-33-6636-8550 Mailto: santanu...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions Outsourcing

RE: Query on Subversion

2012-07-23 Thread Bob Archer
Hi,     I need to install subversion as a Network Repository on a Windows 2008 server.  I have the following queries i)  Does Subversion have separate versions for separate operating systems (unix, windows, linux) ? Subversion only releases code, not binaries. There are several people that

How to import

2012-07-23 Thread John Maher
Hello I'm trying to figure out how to use the import command in a windows environment. I'm reading the book but the documentation is unclear as is the help. Perhaps someone can clarify it for me. For example the help says: Import [PATH] URL I need to import from one path to another. A path

Re: How to import

2012-07-23 Thread Thorsten Schöning
Guten Tag John Maher, am Montag, 23. Juli 2012 um 18:48 schrieben Sie: Unfortunately VisualSVN is inadequate for our needs so I need to learn the archaic commands. Try TortoiseSVN, right click oh the unversioned directory in your working directory and select import from Tortoise's menu.

Re: How to import

2012-07-23 Thread Andy Levy
On Mon, Jul 23, 2012 at 12:48 PM, John Maher jo...@rotair.com wrote: Hello I'm trying to figure out how to use the import command in a windows environment. I'm reading the book but the documentation is unclear as is the help. Perhaps someone can clarify it for me. For example the help

RE: How to import

2012-07-23 Thread John Maher
@Thorsten: Thanks for taking the time to respond, I do appreciate it, I should provide more background. I did use tortoise. Then I lost a bunch of source code trying to do a merge probably because I didn't know what I was doing. I started with version 1. Branched for version 2. Enhanced

Re: How to import

2012-07-23 Thread Andy Levy
On Mon, Jul 23, 2012 at 3:22 PM, John Maher jo...@rotair.com wrote: @Thorsten: Thanks for taking the time to respond, I do appreciate it, I should provide more background. I did use tortoise. Then I lost a bunch of source code trying to do a merge probably because I didn't know what I was

Re: How to import

2012-07-23 Thread Ryan Schmidt
On Jul 23, 2012, at 14:22, John Maher wrote: @Thorsten: Thanks for taking the time to respond, I do appreciate it, I should provide more background. I did use tortoise. Then I lost a bunch of source code trying to do a merge probably because I didn't know what I was doing. I started with

svn log shows all revs from repo, not so from WC

2012-07-23 Thread Angel Tsankov
Hello. What might be the reason for 'svn log' not to show all revisions, but 'svn log file://path/to/repo' to show them all. The reason why I need to know this is that hg's convert extension seems to convert only those revisions that 'svn log' shows no matter whether I run it on a working

Re: svn log shows all revs from repo, not so from WC

2012-07-23 Thread Andy Levy
On Mon, Jul 23, 2012 at 4:08 PM, Angel Tsankov fn42...@fmi.uni-sofia.bg wrote: Hello. What might be the reason for 'svn log' not to show all revisions, but 'svn log file://path/to/repo' to show them all. The reason why I need to know this is that hg's convert extension seems to convert only

unable to login to svn repo

2012-07-23 Thread Kapur, Rajneesh
Hi, I would really appreciate if someone can help with this simple creation of repository and accessing it. I am unable to login to SVN repository and keep getting Authorization Failed error message. Thank you.

Re: How to import

2012-07-23 Thread Thorsten Schöning
Guten Tag John Maher, am Montag, 23. Juli 2012 um 21:22 schrieben Sie: @Thorsten: Thanks for taking the time to respond, I do appreciate it, I should provide more background. I did use tortoise. Then I lost a bunch of source code trying to do a merge probably because I didn't know what I

Re: unable to login to svn repo

2012-07-23 Thread Thorsten Schöning
Guten Tag Kapur, Rajneesh, am Montag, 23. Juli 2012 um 22:45 schrieben Sie: C:\Program Files\CollabNet\Subversion Serversvn co svn://172.20.212.6/u01/app/repo3 Authentication realm: svn://172.20.212.6:3690 repo3_realm Password for 'rkapur': [...] 4) Contents of passwd file are:

Re: svn log shows all revs from repo, not so from WC

2012-07-23 Thread Thorsten Schöning
Guten Tag Angel Tsankov, am Montag, 23. Juli 2012 um 22:08 schrieben Sie: What might be the reason for 'svn log' not to show all revisions, but 'svn log file://path/to/repo' to show them all. The client command considers the directory in which it was executed and normally only shows history

RE: unable to login to svn repo

2012-07-23 Thread Kapur, Rajneesh
Adding users@ list as well. -Original Message- From: Kapur, Rajneesh Sent: Monday, July 23, 2012 6:52 PM To: 'Thorsten Schöning'; users@ Subject: RE: unable to login to svn repo I am using windows box to access SVN server and I think its the windows login user that I see as prompt but I

Subversion doesn't build Neon

2012-07-23 Thread Victor Engmark
Hi all I've been trying for a while now to make Subversion compile offline, and it looks like only the apr, apr-util, serf and apr_memcache external project subdirectories are taken into account - neon is missing. To verify: $ grep SVN_EXTERNAL_PROJECT_SUBDIRS configure The only workaround I've

Re: svn log shows all revs from repo, not so from WC

2012-07-23 Thread Angel Tsankov
On 07/23/2012 11:20 PM, Andy Levy wrote: On Mon, Jul 23, 2012 at 4:08 PM, Angel Tsankov fn42...@fmi.uni-sofia.bg wrote: Hello. What might be the reason for 'svn log' not to show all revisions, but 'svn log file://path/to/repo' to show them all. The reason why I need to know this is that hg's