Discussion:
Manage dependencies between projects
guillaume petitjean
2014-05-27 08:15:05 UTC
Permalink
Hello,

I use TortoiseSVN 1.7.6 on Win 7.

I have two SVN projects ( in a single directory ), say proj1 and common ; proj1 depends on common.

I tried to manage dependencies between projects using svn:externals but I didn't manage.

More precisely I want to do the following:
- have working copy path <path>/proj1 and <path>/common. But svn:externals does not seem to support ".." path
- more importantly, I want that, when someone does a commit in proj1, tortoise checks whether an update is needed in common
- I insert the SVN revision of proj1 in the binary generated in proj1 using SubWCRev. I'd like to insert also the revision of common.

Is it possible to do so, and how ?

Thank you

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3079241

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Stefan Küng
2014-05-28 18:19:15 UTC
Permalink
Post by guillaume petitjean
Hello,
I use TortoiseSVN 1.7.6 on Win 7.
I have two SVN projects ( in a single directory ), say proj1 and common ; proj1 depends on common.
I tried to manage dependencies between projects using svn:externals but I didn't manage.
- have working copy path <path>/proj1 and <path>/common. But svn:externals does not seem to support ".." path
- more importantly, I want that, when someone does a commit in proj1, tortoise checks whether an update is needed in common
- I insert the SVN revision of proj1 in the binary generated in proj1 using SubWCRev. I'd like to insert also the revision of common.
Is it possible to do so, and how ?
Please use the users mailing list next time. Your question has nothing
to do with the development/coding of TSVN.

That said:
svn:externals must be set on a parent folder. No way around that.

Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3079410

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Loading...