Re: The problem of versioning a large project.

2023-04-08 Thread Christian González
04 schrieb Piyush Prasad: Why not use a mono repo? *From:* django-developers@googlegroups.com on behalf of Alex Sonar *Sent:* Sunday, April 2, 2023 10:21:33 PM *To:* Django developers (Contributions to Django itself) *Subject:* Re

Re: The problem of versioning a large project.

2023-04-04 Thread Piyush Prasad
Why not use a mono repo? From: django-developers@googlegroups.com on behalf of Alex Sonar Sent: Sunday, April 2, 2023 10:21:33 PM To: Django developers (Contributions to Django itself) Subject: Re: The problem of versioning a large project. It is about one

Re: The problem of versioning a large project.

2023-04-03 Thread John Whitlock
y > >….. ……. > > > On Saturday, April 1, 2023 at 2:56:33 PM UTC+3 Jason Johns wrote: > >> >Now we have organized versioning, where our project is divided into >> separate GIT repositories which are created for each application. >> >> >> >

Re: The problem of versioning a large project.

2023-04-02 Thread Alex Sonar
t; Like Aharon, I'm not entirely certain what you mean but this line: >> > The task looks like bad practice, where we have to create a repository >> within another one. >> reminded me of git submodules, which I don't think are considered bad >> practice. Is

Re: The problem of versioning a large project.

2023-04-01 Thread Jason Johns
k are considered bad > practice. Is that what you mean? > On Thursday, March 30, 2023 at 5:17:41 AM UTC+9 Alex Sonar wrote: > >> The problem of versioning a large project. >> >> Hi guys, I really got stuck with the challenge, with the design of >> versioning f

Re: The problem of versioning a large project.

2023-03-31 Thread cha...@gmail.com
30, 2023 at 5:17:41 AM UTC+9 Alex Sonar wrote: > The problem of versioning a large project. > > Hi guys, I really got stuck with the challenge, with the design of > versioning for a large project. > > Now we have organized versioning, where our project is divided into > s

Re: The problem of versioning a large project.

2023-03-30 Thread Aharon Leibman
Could you give more information, please? the project structure provided to your GIT repository It is not entirely clear how you perform separation by application среда, 29 марта 2023 г. в 23:17:41 UTC+3, Alex Sonar: > The problem of versioning a large project. > > Hi guys, I really

The problem of versioning a large project.

2023-03-29 Thread Alex Sonar
The problem of versioning a large project. Hi guys, I really got stuck with the challenge, with the design of versioning for a large project. Now we have organized versioning, where our project is divided into separate GIT repositories which are created for each application. The new