[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

parent directory is referenced by "svn info"?

From: txm <tmellman_at_web.de>
Date: Wed, 2 Mar 2016 18:16:55 +0100

Hello,

I am confused and frustrated by this:

     $ pwd
     /home/user/nodes/dev_5_main

     $ svn info /home/user/nodes/dev_5_main
     svn: '/home/user/nodes' is not a working copy

     $ svn info .
     Path: .
     URL: svn+ssh://user@10.120.11.5/COE/branches/dev_5_main
     Repository Root: svn+ssh://user@10.120.11.5/COE
     Repository UUID: (stuff)
     Revision: 2249
     Node Kind: directory
     Schedule: normal
     Last Changed Author: developer
     Last Changed Rev: 2241
     Last Changed Date: 2016-02-24 06:57:03 +0100 (Wed, 24 Feb 2016)

Specifying the "current working directory" with a "." yields the
information I want, but using an absolute path requires accessing the
directory above? This is very problematic for my script. Is there a
way out?

Tom
Received on 2016-03-02 22:33:06 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.