[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: Repository Layout

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Thu, 10 Jan 2008 12:31:04 -0600

> -----Original Message-----
> From: Paul [mailto:alabamapaul_at_gmail.com]
> Sent: Thursday, January 10, 2008 12:35 PM
> To: miguel.rentes_at_efacec.pt; users_at_subversion.tigris.org
> Subject: Re: Repository Layout
>
> Miguel,
> One possible solution would be to use the following structure:
>
> /Platform/Windows/folder1/MakefileWin
> /Platform/Windows/folder1/OtherWindowsFiles
> /Platform/Windows/folder2/MakefileWin
> /Platform/Windows/folder2/OtherWindowsFiles
> /Platform/Linux/folder1/MakefileLinux
> /Platform/Linux/folder1/OtherLinuxFiles
> /Platform/Linux/folder2/MakefileLinux
> /Platform/Linux/folder2/OtherLinuxFiles
> /Platform/Unix/folder1/MakefileUnix
> /Platform/Unix/folder1/OtherUnixFiles
> /Platform/Unix/folder2/MakefileUnix
> /Platform/Unix/folder2/OtherUnixFiles
> /Common/folder1/test.c
> /Common/folder1/test.h
> /Common/folder2/test.c
> /Common/folder2/test.h
>
> Then have each of the platform specific make files to look for targets
> in the appropriate ../../../Common folder.
>

In my experience, bouncing between several directories is too strenuous
for developers.[1] Why not just stuff the platform specific stuff under
subdirs and put the intelligence in the makefiles?

folder1/Makefile (if target_platform=win32 call win32/Makefile...)
folder1/win32/Makefile
folder1/linux/Makefile
folder1/unix/Makefile

Keeping parallel directory trees in sync is also much more error prone
than subdirs, especially if a major refactoring or code reorganization
happens. Given that Subversion doesn't have true renames yet, multiple
directories could just be unnecessary pain multipliers.

[1] All developers are lazy as evidenced by the amount of time and
effort spent in making a computer do the work.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA622

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-10 19:31:50 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.