[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-issues
Subject:    [Issue 1336] New - svn:externals should allow relative paths
From:       issues () subversion ! tigris ! org
Date:       2003-05-26 18:56:20
[Download RAW message or body]

http://subversion.tigris.org/issues/show_bug.cgi?id=1336

*** Old
--- New
***************
*** 0 ****
--- 1,59 ----
+ +============================================================================+
+ | svn:externals should allow relative paths                                  |
+ +----------------------------------------------------------------------------+
+ |      Issue #: 1336                      Component: subversion              |
+ |       Status: NEW                         Version: current                 |
+ |   Resolution:                            Platform: PC                      |
+ |   Issue type: DEFECT                   OS/Version: Linux                   |
+ |     Priority: P3                     Subcomponent: libsvn_client           |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: issues@subversion                                            |
+ |  Reported By: paulpach                                                     |
+ |   QA Contact: issues@subversion                                            |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |    Milestone: TargetMilestone: ---                                         |
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ right now, svn externals needs full urls. 
+ 
+ Consider the following scenario:
+ we have a repository with common components, this code we reuse over
+ and over on several projects.
+ 
+ Using svn:externals, each project can import code from the common
+ repository.
+ 
+ If we are inside our lan, we use one ip address for the repository. If
+ we are outside our network, we use a different ip address. 
+ 
+ If we try to check out a working copy outside our network, the urls in
+ svn:externals suddenly is wrong. 
+ 
+ since our common source repository is in the same subverion
+ repository, it would be good if in the url we could specify relative
+ urls. for instance: instead of:
+ 
+ $ svn propget svn:externals Proy1
+ component1          http://ourserver/path_to_component1
+ component2          http://ourserver/path_to_component2
+ component3          http://ourserver/path_to_component3
+ 
+ we would like to be able to do:
+ 
+ $ svn propget svn:externals Proy1
+ component1          ../path_to_component1
+ component2          ../path_to_component2
+ component3          ../path_to_component3
+ 
+ 
+ or even:
+ 
+ $ svn propget svn:externals Proy1
+ component1          /path_to_component1
+ component2          /path_to_component2
+ component3          /path_to_component3
+ 
+ 
+ svn:externals would use the same protocol & server as Proy1
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@subversion.tigris.org
For additional commands, e-mail: issues-help@subversion.tigris.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic