Branching recursive over subprojects

2013-02-12 Thread Stephan
Hello,

My projects are organized in separate subversion projects. Dependencies 
are realized as external objects pointing to another project:

projectA/
   trunk/
  gui/
  core/
  modul1/ (external object who points to a separat project modul1)
   tags/
  release_1.0.0/
  bugfix_1.0.1/
  bugfix_1.0.2/
  release_1.1.0/
  bugfix_1.1.1/
   branches/
  version_1.0/
  version_1.1/

The subproject modul1 has also subprojects.

modul1/
   trunk/
  functionXY/
  utilities/ (external object who points to a separat project utilities)
   tags/
   branches/

If I release a new version of projectA, I create a new branch (e.g.  
version_1.1) and a new tag (e.g. release_1.1.0). Bugfixes are developed 
on the branch and saved as tag (e.g. bugfix_1.1.1). 

There are two problems:
- If I create a tag with fix revisions of the external objects, the fix 
revision is only valid for the direct depending projects (here modul1) 
but not for nested projects (here utilities).
- If I make a modification on branch (e.g. version_1.1) of projectA in 
modul1, then I must commit it to trunk of modul1. Additionaly I have to 
update the fixed revision number of the external object modul1 in 
projectA.

Is there a preferred way to solve this problems?

In my opinion for all subprojects a branch should be created if I branch 
the top project (here projectA). And when I tag the top project in all 
subproject a tag should be created too. Is there a automatic way to do 
that?

Thanks,
Stephan



--
View this message in context: 
http://subversion.1072662.n5.nabble.com/Branching-recursive-over-subprojects-tp178187.html
Sent from the Subversion Users mailing list archive at Nabble.com.


Bug report

2012-02-15 Thread Stephan Lichtendahl

Hello,

The following exception occurs every time I try to do an SVN update. 
There is only one file changed (by somebody else), but it is quite large 
(1.67MB). The exception also occurred using the previous (1.6.x version) 
of Tortoise. When trying to synchronise with the Eclipse subversion 
plugin, Eclipse crashes.


Kind regards,
Stephan Lichtendahl
Technolution
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.7.4\ext\subversion\subversion\libsvn_delta\text_delta.c'
 line 728: assertion failed (window->sview_len == 0 || 
(window->sview_offset >=

 ab->sbuf_offset && (window->sview_offset + window->sview_len >=
 ab->sbuf_offset + ab->sbuf_len)))
---
OK
---