Multi platform development

Has anybody got some experience from developing for flash on multiple platform? We have a flash team of 3-5 people, 2 work on mac machines and the others on pc’s.

The issue we are having is that we are forced to change the publishing path each time we build a project. All our work is now located on a smb share and the following problems occurs:

On a win machine the publish path can look something like this:
\ourserver\our_resource\sitebuild\file.swf

And on the mac we have to have this for it to work:
ourmoutedserverResource:sitebuild:file.swf

As you can imagine it’s a bit annoying to be forced to change the publishing path each time we go between platforms. Does anybody have a good solution for this?

The simples way would of course be to publish in the same directory as the fla, excluding any path in the publishing path, but we would really like to avoid this due to some internal file structures.

We’re looking into both cvs and/or using the publishing settings in the projekt file (for publishing to remote servers etc). Has anyone tried this and if so – does it solve the issue we’re having?

/D