Monday, 15 March 2010

How to check where a file/directory is referenced from (svn:externals) -



How to check where a file/directory is referenced from (svn:externals) -

my question concerns subversion vcs , feature of svn:externals. find out file or directory referenced externals.

not misunderstood, don't want list of externals defined in working directory, a list of directories in current repository selected file or directory referenced svn:externals properties.

the thing when project referenced project b , c, seems b , c know fact, , doesn't. when alter project , recompile it, want update , recompile other projects dependent on maintain them date. reason why i'm asking.

my thought create windows batch file getting finish list of externals , filtering file or directory name, that's horrible , lasts forever!

set /p filter="file or directory name: " svn propget svn:externals -r my_repository_address | find "%filter%" /i pause

thanks!

svn svn-externals

No comments:

Post a Comment