Re: SVN logout command

2010-08-06 Thread Sanjay Naika
YES I can see Thanks ~/.subversion/auth/svn.simple/ vim 9334aa074d3fb20dcf64feae5f59de91 On Fri, Aug 6, 2010 at 5:36 PM, Daniel Shahaf wrote: > Erik Andersson wrote on Fri, Aug 06, 2010 at 13:16:42 +0200: > > Lookup the parameter --username. > > +1 > > > I don't think there exists login/logout f

Re: svn update -r $revision could hang if $revsion is greater than HEAD

2010-08-06 Thread Daniel Shahaf
[ adding users@ back to CC ] jason_zhuyx wrote on Fri, Aug 06, 2010 at 16:01:10 -0700: > Hi Daniel, > Could you please show me couple examples of using this "svn+ssh://" thing? > Where would I expect to see the prompt? >   When you did a checkout, what URL did you use? (You can find that via 's

Re: viewing svn logs?

2010-08-06 Thread Nico Kadel-Garcia
On Fri, Aug 6, 2010 at 10:53 AM, Tom Cruickshank wrote: > Hey Guys, >        Wondering if there is any software out there (open source > or proprietary) which would allow someone to view SVN logs in a gui based > environment? ViewVC provides an excellent web access, with the ability to enable exp

Re: can i svn cat without keyword expansion

2010-08-06 Thread Nico Kadel-Garcia
On Fri, Aug 6, 2010 at 6:16 PM, Bob wrote: > Hi, > If I do "svn cat" on a file, with the svn:keywords property set, it expands > out > SVN keywords such as $Date$, $Revision$, $Id$, etc., in the file (the ones > there > were included in the svn:keywords property anyway). Is there an option that

can i svn cat without keyword expansion

2010-08-06 Thread Bob
Hi, If I do "svn cat" on a file, with the svn:keywords property set, it expands out SVN keywords such as $Date$, $Revision$, $Id$, etc., in the file (the ones there were included in the svn:keywords property anyway). Is there an option that will NOT do the expansion? Or is there some other way of u

RE: viewing svn logs?

2010-08-06 Thread Bob Archer
> Here is what I would need: > > For someone without SVN access be able to see what's files have > been committed/added/deleted/updated,revisions, etc. > > I believe it would essentially need to parse the SVN log file and > display the information in a nice format online (or something) > > Tools

Re: How to get the client hostname while user committing the code to the repository?

2010-08-06 Thread Campbell Allan
On Wednesday 28 Jul 2010, ram kumar wrote: > Hi, > > We are using http protocal. Please find the server and client details > below. We have to popup some window on the client machine either in pre or > post commit operation. > > Prototype is working fine so need to know how to get the client ip adr

Re: viewing svn logs?

2010-08-06 Thread Chris Shelton
Tom, On Fri, Aug 6, 2010 at 11:58 AM, Tom Cruickshank wrote: > Preferably real-time (or scheduled). > > ie, file(s) get added/committed/updated, etc to the svn server, and viewer > automatically displays the latest entries. > > As long as each piece of information is identified (ie. Revision, Com

Re: Cannot find GLib and GNOME Keyring .pc files

2010-08-06 Thread Yudong Sun
Hi Daniel, I need to store encrypted passwords so I have to try GNOME Keyring. In my GNOME Keyring 2.30.3 installation, gnome-keyring/lib/pkgconfig only contains gcr-0.pc and gp11-0.pc. The gnome-keyring-1.pc is missing. That should be the reason of Subversion configure "cannot find GLib and

Re: viewing svn logs?

2010-08-06 Thread Les Mikesell
On 8/6/2010 10:58 AM, Tom Cruickshank wrote: Preferably real-time (or scheduled). ie, file(s) get added/committed/updated, etc to the svn server, and viewer automatically displays the latest entries. As long as each piece of information is identified (ie. Revision, Comments, path/filename, etc)

Re: viewing svn logs?

2010-08-06 Thread Tom Cruickshank
Preferably real-time (or scheduled). ie, file(s) get added/committed/updated, etc to the svn server, and viewer automatically displays the latest entries. As long as each piece of information is identified (ie. Revision, Comments, path/filename, etc) it should be ok. The viewers are technically

RE: Merging repositories - is it possible?

2010-08-06 Thread Jon Foster
Hi, Les Mikesell wrote: > On 8/6/2010 10:12 AM, Itamar O wrote: > > On Fri, Aug 6, 2010 at 4:56 PM, JWalker > > This is my first post here. > > > > > > Is it possible to merge several repositories in a new empty > > > repository? > > > > > > I am asking this, because I made several repositories o

Re: viewing svn logs?

2010-08-06 Thread Andy Levy
On Fri, Aug 6, 2010 at 11:21, Tom Cruickshank wrote: > Thank you. I will define the requirements. > Here is what I would need: > For someone without SVN access be able to see what's files have been > committed/added/deleted/updated,revisions, etc. > I believe it would essentially need to parse the

Re: Merging repositories - is it possible?

2010-08-06 Thread Les Mikesell
On 8/6/2010 10:12 AM, Itamar O wrote: On Fri, Aug 6, 2010 at 4:56 PM, JWalker This is my first post here. Is it possible to merge several repositories in a new empty repository? I am asking this, because I made several repositories of one project, one repository for mecha

Re: viewing svn logs?

2010-08-06 Thread Tom Cruickshank
Thank you. I will define the requirements. Here is what I would need: For someone without SVN access be able to see what's files have been committed/added/deleted/updated,revisions, etc. I believe it would essentially need to parse the SVN log file and display the information in a nice format on

RE: Question about mergeinfo

2010-08-06 Thread Bob Archer
> > Of course, --ignore-ancestry will also, well ignore ancestry, > > and only do a diff. So, if you have a file with the same name > > as an earlier file with the same path/name that is not > > actually its parent you are going to get a bad merge. > > Sorry, I'm a bit lost here. Could you explain

Re: viewing svn logs?

2010-08-06 Thread Les Mikesell
On 8/6/2010 10:01 AM, Tom Cruickshank wrote: Maybe I should be a bit more specific. The one who needs to view the logs does not have access to SVN. Viewvc can be run on the server to give view/history/download access through a web browser. I think there are some other similar programs. --

Re: viewing svn logs?

2010-08-06 Thread Andy Levy
On Fri, Aug 6, 2010 at 11:01, Tom Cruickshank wrote: > Maybe I should be a bit more specific. > The one who needs to view the logs does not have access to SVN. That's a critical detail. Since the logs are stored in the repository, you need access to it to view the logs. If you can't give that per

Re: Merging repositories - is it possible?

2010-08-06 Thread Itamar O
On Fri, Aug 6, 2010 at 4:56 PM, JWalker wrote: > Hello, > > This is my first post here. > > Is it possible to merge several repositories in a new empty > repository? > > I am asking this, because I made several repositories of one project, > one repository for mechanics, another for the software,

Re: viewing svn logs?

2010-08-06 Thread Tom Cruickshank
Maybe I should be a bit more specific. The one who needs to view the logs does not have access to SVN. On Fri, Aug 6, 2010 at 11:00 AM, Andy Levy wrote: > On Fri, Aug 6, 2010 at 10:58, Giulio Troccoli > wrote: > > What about TortoiseSVN? > > > > Or any other GUI SVN client, for that matter.

RE: viewing svn logs?

2010-08-06 Thread Thomas Loy
On Windows, Tortoise SVN is my choice. Regards, Tom From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com] Sent: Friday, August 06, 2010 10:58 AM To: 'Tom Cruickshank'; users@subversion.apache.org Subject: RE: viewing svn logs? What about TortoiseSVN? Linedata Limited Registered Off

Re: viewing svn logs?

2010-08-06 Thread Tom Cruickshank
Unforunately, using svn within dreamweaver. Thanks for your feedback though! Tom On Fri, Aug 6, 2010 at 10:58 AM, Giulio Troccoli < giulio.trocc...@uk.linedata.com> wrote: > What about TortoiseSVN? > > > > > Linedata Limited > Registered Office: 85 Gracechurch St., London, EC3V 0AA > Registere

Re: viewing svn logs?

2010-08-06 Thread Andy Levy
On Fri, Aug 6, 2010 at 10:58, Giulio Troccoli wrote: > What about TortoiseSVN? > Or any other GUI SVN client, for that matter. > > From: Tom Cruickshank [mailto:tcruic...@gmail.com] > Sent: 06 August 2010 15:54 > To: users@subversion.apache.org > Subject: viewing

RE: viewing svn logs?

2010-08-06 Thread Giulio Troccoli
What about TortoiseSVN? Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 From: Tom Cruickshank [mailto:tcruic...@gmail.com] Sent: 06 August 2010 15:54 To: users@subversi

viewing svn logs?

2010-08-06 Thread Tom Cruickshank
Hey Guys, Wondering if there is any software out there (open source or proprietary) which would allow someone to view SVN logs in a gui based environment? What do you folks typically use if you don't mind me asking? Tom

RE: Question about mergeinfo

2010-08-06 Thread Giulio Troccoli
> Of course, --ignore-ancestry will also, well ignore ancestry, > and only do a diff. So, if you have a file with the same name > as an earlier file with the same path/name that is not > actually its parent you are going to get a bad merge. Sorry, I'm a bit lost here. Could you explain this maybe

RE: Question about mergeinfo

2010-08-06 Thread Bob Archer
> > Another question: we do revision based merging, promoting > > stories/goals not necessarily in the same order they were > > committed in the trunk. Besides helping in tracing the > > changes in the branch the the original logs, is there any > > other utility in having the mergeinfo information?

RE: Question about mergeinfo

2010-08-06 Thread Bob Archer
> We are using svn 1.6 for a few weeks. Since then we faced the > problem > of the mergeinfo changing in files different from those that people > were actually committing. We found out that we should always commit > from the same level to stop this to happen. > > All good. I presume that we should

RE: Question about mergeinfo

2010-08-06 Thread Giulio Troccoli
> Another question: we do revision based merging, promoting > stories/goals not necessarily in the same order they were > committed in the trunk. Besides helping in tracing the > changes in the branch the the original logs, is there any > other utility in having the mergeinfo information? I can't

Question about mergeinfo

2010-08-06 Thread emerson
We are using svn 1.6 for a few weeks. Since then we faced the problem of the mergeinfo changing in files different from those that people were actually committing. We found out that we should always commit from the same level to stop this to happen. All good. I presume that we should have svn:merg

RE: subversion upgrade from 1.4.3 to 1.6.12

2010-08-06 Thread Bob Archer
> On Thu, Aug 5, 2010 at 9:59 AM, Kriparam Faraday > wrote: > > Hi, > > We have an existing subversion setup running using > apache(mod_dav_svn). We > > are looking to upgrade the subversion from 1.4.3 to 1.6. Can > someone guide > > me the steps needed in upgrading it? > > I strongly urge you to

Merging repositories - is it possible?

2010-08-06 Thread JWalker
Hello, This is my first post here. Is it possible to merge several repositories in a new empty repository? I am asking this, because I made several repositories of one project, one repository for mechanics, another for the software, another one for the electronics and so on. Now I see that this

Re: Cannot find GLib and GNOME Keyring .pc files

2010-08-06 Thread Daniel Shahaf
You don't need GNOME Keyring for password storing --- only for enabling the on-disk stored passwords not to be stored in plaintext. (We always support not storing passwords or (on non-(Mac|Windows)) storing them in plaintext.) Anyway, ./configure.ac relies on pkg-config to find those *.pc files;

RE: Post-commit hook doesn't run after a failed commit

2010-08-06 Thread Giulio Troccoli
> > The TortoiseSVN manual states "Post-commit - Called after > the commit > > finishes (whether successful or not)." > > The Subversion documentation, which is the one that is > mandatory, says that the post-commit hook is only run when a > new revision was created, see the link below. I might be

Re: Post-commit hook doesn't run after a failed commit

2010-08-06 Thread Ulrich Eckhardt
On Friday 06 August 2010, Ulrich Eckhardt wrote: "Reply-To: python-dev(at)python.org" Please don't send replies there, I wrote this with the wrong identity settings on my mailer. Sorry. Uli -- ML: http://subversion.tigris.org/mailing-list-guidelines.html FAQ: http://subversion.tigris.org/faq

Cannot find GLib and GNOME Keyring .pc files

2010-08-06 Thread Yudong Sun
Hi, I'm installing Subversion 1.6.12 on a Linux system. Since I have no root permission, I install everything in my own directory. I have installed Glib 2.24.0 and GNOME Keyring 2.30.3 in my directory to support password storing. I have included /path/to/glib-2.24.0/lib/pkgconig and /path/t

Re: Post-commit hook doesn't run after a failed commit

2010-08-06 Thread Ulrich Eckhardt
On Friday 06 August 2010, Adham Hassan wrote: > The TortoiseSVN manual states "Post-commit - Called after the commit > finishes (whether successful or not)." The Subversion documentation, which is the one that is mandatory, says that the post-commit hook is only run when a new revision was create

Re: SVN logout command

2010-08-06 Thread Daniel Shahaf
Erik Andersson wrote on Fri, Aug 06, 2010 at 13:16:42 +0200: > Lookup the parameter --username. +1 > I don't think there exists login/logout functionality in svn, but maybe you > have cached your credentials. You don't say what client you're using.. > Doesn't matter; the login creds should be c

Re: SVN logout command

2010-08-06 Thread Erik Andersson
Lookup the parameter --username. I don't think there exists login/logout functionality in svn, but maybe you have cached your credentials. You don't say what client you're using.. Cheers / Erik On Fri, Aug 6, 2010 at 6:14 AM, Sanjay Naika wrote: > Hello sir, > > I have set svn account and taken

Post-commit hook doesn't run after a failed commit

2010-08-06 Thread Adham Hassan
I'm using the TortoiseSVN client v1.6.10 and I'm trying to get a post-commit hook script to run even if the commit fails, and have the called script read if there's an error, and take a chosen action. The issue I'm running into is the post-commit script seems to only be called if the commit succeed

SVN logout command

2010-08-06 Thread Sanjay Naika
Hello sir, I have set svn account and taken svn checkout with assigned username and password But I want logout from svn account due to another svn login id But I have no way Please send me related svn logout command Sanjay Naika