Faculty of Information Technology
Software Engineering Group

Opened 7 years ago

Closed 6 years ago

#92 closed defect (fixed)

stc may not detect Subversion 1.7+ repositories

Reported by: Jan Vrany Owned by:
Priority: major Milestone: 8.0.0
Component: stc Keywords:
Cc: Also affects CVS HEAD (eXept version): yes

Description

...for nested packages.

As of now, stc looks for .svn metadata area only in the same directory as compiled file. This was sufficient for older Subversion as it used to store metadata separately in each directory.

Subversion 1.7 and later, however, uses single .svn metadata are for complete working copy , much like GIT or Mercurial. The solution is therefore to do the same lookup as for GIT and Mercurial repositories.

Change History (3)

comment:1 Changed 6 years ago by Jan Vrany

Also affects CVS HEAD (eXept version): set
Milestone: 8.0.0

comment:2 Changed 6 years ago by Jan Vrany

Fixed in:

Subversion 1.7 and later uses single .svn metadata are for complete
working copy [1], much like GIT or Mercurial. The solution is therefore to
do the same lookup as for GIT and Mercurial repositories.

comment:3 Changed 6 years ago by Jan Vrany

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.